Interface AdminConsoleProto.AppConfigMsgInProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdminConsoleProto.AppConfigMsgInProto,AdminConsoleProto.AppConfigMsgInProto.Builder
- Enclosing class:
- AdminConsoleProto
public static interface AdminConsoleProto.AppConfigMsgInProtoOrBuilder 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.StringgetSessionPoolId()optional string sessionPoolId = 2;com.google.protobuf.ByteStringgetSessionPoolIdBytes()optional string sessionPoolId = 2;booleanhasAppConfig()optional bytes appConfig = 1;booleanhasSessionPoolId()optional string sessionPoolId = 2;-
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;
-
hasSessionPoolId
boolean hasSessionPoolId()
optional string sessionPoolId = 2;
-
getSessionPoolId
java.lang.String getSessionPoolId()
optional string sessionPoolId = 2;
-
getSessionPoolIdBytes
com.google.protobuf.ByteString getSessionPoolIdBytes()
optional string sessionPoolId = 2;
-
-