Interface AdminConsoleProto.InstanceManagerStatusMsgOutProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdminConsoleProto.InstanceManagerStatusMsgOutProto,AdminConsoleProto.InstanceManagerStatusMsgOutProto.Builder
- Enclosing class:
- AdminConsoleProto
public static interface AdminConsoleProto.InstanceManagerStatusMsgOutProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetError()optional string error = 2;com.google.protobuf.ByteStringgetErrorBytes()optional string error = 2;java.lang.StringgetErrorDetails()optional string errorDetails = 3;com.google.protobuf.ByteStringgetErrorDetailsBytes()optional string errorDetails = 3;java.lang.StringgetStatus()optional string status = 1;com.google.protobuf.ByteStringgetStatusBytes()optional string status = 1;booleanhasError()optional string error = 2;booleanhasErrorDetails()optional string errorDetails = 3;booleanhasStatus()optional string status = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStatus
boolean hasStatus()
optional string status = 1;
-
getStatus
java.lang.String getStatus()
optional string status = 1;
-
getStatusBytes
com.google.protobuf.ByteString getStatusBytes()
optional string status = 1;
-
hasError
boolean hasError()
optional string error = 2;
-
getError
java.lang.String getError()
optional string error = 2;
-
getErrorBytes
com.google.protobuf.ByteString getErrorBytes()
optional string error = 2;
-
hasErrorDetails
boolean hasErrorDetails()
optional string errorDetails = 3;
-
getErrorDetails
java.lang.String getErrorDetails()
optional string errorDetails = 3;
-
getErrorDetailsBytes
com.google.protobuf.ByteString getErrorDetailsBytes()
optional string errorDetails = 3;
-
-