Interface AdminConsoleProto.SessionPoolInfoMsgOutProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdminConsoleProto.SessionPoolInfoMsgOutProto,AdminConsoleProto.SessionPoolInfoMsgOutProto.Builder
- Enclosing class:
- AdminConsoleProto
public static interface AdminConsoleProto.SessionPoolInfoMsgOutProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdminConsoleProto.SessionPoolAppMsgOutProtogetAppInstances(int index)repeated .SessionPoolAppMsgOutProto appInstances = 5;intgetAppInstancesCount()repeated .SessionPoolAppMsgOutProto appInstances = 5;java.util.List<AdminConsoleProto.SessionPoolAppMsgOutProto>getAppInstancesList()repeated .SessionPoolAppMsgOutProto appInstances = 5;AdminConsoleProto.SessionPoolAppMsgOutProtoOrBuildergetAppInstancesOrBuilder(int index)repeated .SessionPoolAppMsgOutProto appInstances = 5;java.util.List<? extends AdminConsoleProto.SessionPoolAppMsgOutProtoOrBuilder>getAppInstancesOrBuilderList()repeated .SessionPoolAppMsgOutProto appInstances = 5;java.lang.StringgetConnectedServers(int index)repeated string connectedServers = 4;com.google.protobuf.ByteStringgetConnectedServersBytes(int index)repeated string connectedServers = 4;intgetConnectedServersCount()repeated string connectedServers = 4;java.util.List<java.lang.String>getConnectedServersList()repeated string connectedServers = 4;java.lang.StringgetId()optional string id = 1;com.google.protobuf.ByteStringgetIdBytes()optional string id = 1;intgetMaxInstances()optional sint32 maxInstances = 2;intgetPriority()optional sint32 priority = 3;booleanhasId()optional string id = 1;booleanhasMaxInstances()optional sint32 maxInstances = 2;booleanhasPriority()optional sint32 priority = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
optional string id = 1;
-
getId
java.lang.String getId()
optional string id = 1;
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
optional string id = 1;
-
hasMaxInstances
boolean hasMaxInstances()
optional sint32 maxInstances = 2;
-
getMaxInstances
int getMaxInstances()
optional sint32 maxInstances = 2;
-
hasPriority
boolean hasPriority()
optional sint32 priority = 3;
-
getPriority
int getPriority()
optional sint32 priority = 3;
-
getConnectedServersList
java.util.List<java.lang.String> getConnectedServersList()
repeated string connectedServers = 4;
-
getConnectedServersCount
int getConnectedServersCount()
repeated string connectedServers = 4;
-
getConnectedServers
java.lang.String getConnectedServers(int index)
repeated string connectedServers = 4;
-
getConnectedServersBytes
com.google.protobuf.ByteString getConnectedServersBytes(int index)
repeated string connectedServers = 4;
-
getAppInstancesList
java.util.List<AdminConsoleProto.SessionPoolAppMsgOutProto> getAppInstancesList()
repeated .SessionPoolAppMsgOutProto appInstances = 5;
-
getAppInstances
AdminConsoleProto.SessionPoolAppMsgOutProto getAppInstances(int index)
repeated .SessionPoolAppMsgOutProto appInstances = 5;
-
getAppInstancesCount
int getAppInstancesCount()
repeated .SessionPoolAppMsgOutProto appInstances = 5;
-
getAppInstancesOrBuilderList
java.util.List<? extends AdminConsoleProto.SessionPoolAppMsgOutProtoOrBuilder> getAppInstancesOrBuilderList()
repeated .SessionPoolAppMsgOutProto appInstances = 5;
-
getAppInstancesOrBuilder
AdminConsoleProto.SessionPoolAppMsgOutProtoOrBuilder getAppInstancesOrBuilder(int index)
repeated .SessionPoolAppMsgOutProto appInstances = 5;
-
-