Interface AdminConsoleProto.AppConfigMsgOutProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdminConsoleProto.AppConfigMsgOutProto,AdminConsoleProto.AppConfigMsgOutProto.Builder
- Enclosing class:
- AdminConsoleProto
public static interface AdminConsoleProto.AppConfigMsgOutProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetAppConfig()optional bytes appConfig = 1;java.lang.StringgetError()optional string error = 2;com.google.protobuf.ByteStringgetErrorBytes()optional string error = 2;java.lang.StringgetSessionPoolId()optional string sessionPoolId = 3;com.google.protobuf.ByteStringgetSessionPoolIdBytes()optional string sessionPoolId = 3;booleanhasAppConfig()optional bytes appConfig = 1;booleanhasError()optional string error = 2;booleanhasSessionPoolId()optional string sessionPoolId = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAppConfig
boolean hasAppConfig()
optional bytes appConfig = 1;
-
getAppConfig
com.google.protobuf.ByteString getAppConfig()
optional bytes appConfig = 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;
-
hasSessionPoolId
boolean hasSessionPoolId()
optional string sessionPoolId = 3;
-
getSessionPoolId
java.lang.String getSessionPoolId()
optional string sessionPoolId = 3;
-
getSessionPoolIdBytes
com.google.protobuf.ByteString getSessionPoolIdBytes()
optional string sessionPoolId = 3;
-
-