Package org.yamcs.protobuf
Interface EditClientRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EditClientRequest,EditClientRequest.Builder
public interface EditClientRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetId()optional int32 id = 1;StringgetInstance()optional string instance = 2;com.google.protobuf.ByteStringgetInstanceBytes()optional string instance = 2;StringgetProcessor()optional string processor = 3;com.google.protobuf.ByteStringgetProcessorBytes()optional string processor = 3;booleanhasId()optional int32 id = 1;booleanhasInstance()optional string instance = 2;booleanhasProcessor()optional string processor = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
optional int32 id = 1;
-
getId
int getId()
optional int32 id = 1;
-
hasInstance
boolean hasInstance()
optional string instance = 2;
-
getInstance
String getInstance()
optional string instance = 2;
-
getInstanceBytes
com.google.protobuf.ByteString getInstanceBytes()
optional string instance = 2;
-
hasProcessor
boolean hasProcessor()
optional string processor = 3;
-
getProcessor
String getProcessor()
optional string processor = 3;
-
getProcessorBytes
com.google.protobuf.ByteString getProcessorBytes()
optional string processor = 3;
-
-