Interface AdminConsoleProto.SummaryWarningMsgOutProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdminConsoleProto.SummaryWarningMsgOutProto,AdminConsoleProto.SummaryWarningMsgOutProto.Builder
- Enclosing class:
- AdminConsoleProto
public static interface AdminConsoleProto.SummaryWarningMsgOutProtoOrBuilder 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.StringgetWarnings(int index)repeated string warnings = 2;com.google.protobuf.ByteStringgetWarningsBytes(int index)repeated string warnings = 2;intgetWarningsCount()repeated string warnings = 2;java.util.List<java.lang.String>getWarningsList()repeated string warnings = 2;booleanhasInstanceId()optional string instanceId = 1;-
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;
-
getWarningsList
java.util.List<java.lang.String> getWarningsList()
repeated string warnings = 2;
-
getWarningsCount
int getWarningsCount()
repeated string warnings = 2;
-
getWarnings
java.lang.String getWarnings(int index)
repeated string warnings = 2;
-
getWarningsBytes
com.google.protobuf.ByteString getWarningsBytes(int index)
repeated string warnings = 2;
-
-