Interface AdminConsoleProto.RegisterInstanceMsgOutProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdminConsoleProto.RegisterInstanceMsgOutProto,AdminConsoleProto.RegisterInstanceMsgOutProto.Builder
- Enclosing class:
- AdminConsoleProto
public static interface AdminConsoleProto.RegisterInstanceMsgOutProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetInstanceId()optional string instanceId = 1;com.google.protobuf.ByteStringgetInstanceIdBytes()optional string instanceId = 1;java.lang.StringgetPath()optional string path = 3;com.google.protobuf.ByteStringgetPathBytes()optional string path = 3;booleangetRegister()optional bool register = 2;booleanhasInstanceId()optional string instanceId = 1;booleanhasPath()optional string path = 3;booleanhasRegister()optional bool register = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInstanceId
boolean hasInstanceId()
optional string instanceId = 1;
-
getInstanceId
java.lang.String getInstanceId()
optional string instanceId = 1;
-
getInstanceIdBytes
com.google.protobuf.ByteString getInstanceIdBytes()
optional string instanceId = 1;
-
hasRegister
boolean hasRegister()
optional bool register = 2;
-
getRegister
boolean getRegister()
optional bool register = 2;
-
hasPath
boolean hasPath()
optional string path = 3;
-
getPath
java.lang.String getPath()
optional string path = 3;
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()
optional string path = 3;
-
-