Interface AdminConsoleProto.ServerInfoMsgOutProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdminConsoleProto.ServerInfoMsgOutProto,AdminConsoleProto.ServerInfoMsgOutProto.Builder
- Enclosing class:
- AdminConsoleProto
public static interface AdminConsoleProto.ServerInfoMsgOutProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdminConsoleProto.ApplicationInfoMsgOutProtogetAppInfos(int index)repeated .ApplicationInfoMsgOutProto appInfos = 1;intgetAppInfosCount()repeated .ApplicationInfoMsgOutProto appInfos = 1;java.util.List<AdminConsoleProto.ApplicationInfoMsgOutProto>getAppInfosList()repeated .ApplicationInfoMsgOutProto appInfos = 1;AdminConsoleProto.ApplicationInfoMsgOutProtoOrBuildergetAppInfosOrBuilder(int index)repeated .ApplicationInfoMsgOutProto appInfos = 1;java.util.List<? extends AdminConsoleProto.ApplicationInfoMsgOutProtoOrBuilder>getAppInfosOrBuilderList()repeated .ApplicationInfoMsgOutProto appInfos = 1;booleangetCluster()optional bool cluster = 6;java.lang.StringgetId()optional string id = 5;com.google.protobuf.ByteStringgetIdBytes()optional string id = 5;intgetInstances()optional sint32 instances = 3;AdminConsoleProto.SessionPoolInfoMsgOutProtogetSpInfos(int index)repeated .SessionPoolInfoMsgOutProto spInfos = 2;intgetSpInfosCount()repeated .SessionPoolInfoMsgOutProto spInfos = 2;java.util.List<AdminConsoleProto.SessionPoolInfoMsgOutProto>getSpInfosList()repeated .SessionPoolInfoMsgOutProto spInfos = 2;AdminConsoleProto.SessionPoolInfoMsgOutProtoOrBuildergetSpInfosOrBuilder(int index)repeated .SessionPoolInfoMsgOutProto spInfos = 2;java.util.List<? extends AdminConsoleProto.SessionPoolInfoMsgOutProtoOrBuilder>getSpInfosOrBuilderList()repeated .SessionPoolInfoMsgOutProto spInfos = 2;intgetUsers()optional sint32 users = 4;booleanhasCluster()optional bool cluster = 6;booleanhasId()optional string id = 5;booleanhasInstances()optional sint32 instances = 3;booleanhasUsers()optional sint32 users = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAppInfosList
java.util.List<AdminConsoleProto.ApplicationInfoMsgOutProto> getAppInfosList()
repeated .ApplicationInfoMsgOutProto appInfos = 1;
-
getAppInfos
AdminConsoleProto.ApplicationInfoMsgOutProto getAppInfos(int index)
repeated .ApplicationInfoMsgOutProto appInfos = 1;
-
getAppInfosCount
int getAppInfosCount()
repeated .ApplicationInfoMsgOutProto appInfos = 1;
-
getAppInfosOrBuilderList
java.util.List<? extends AdminConsoleProto.ApplicationInfoMsgOutProtoOrBuilder> getAppInfosOrBuilderList()
repeated .ApplicationInfoMsgOutProto appInfos = 1;
-
getAppInfosOrBuilder
AdminConsoleProto.ApplicationInfoMsgOutProtoOrBuilder getAppInfosOrBuilder(int index)
repeated .ApplicationInfoMsgOutProto appInfos = 1;
-
getSpInfosList
java.util.List<AdminConsoleProto.SessionPoolInfoMsgOutProto> getSpInfosList()
repeated .SessionPoolInfoMsgOutProto spInfos = 2;
-
getSpInfos
AdminConsoleProto.SessionPoolInfoMsgOutProto getSpInfos(int index)
repeated .SessionPoolInfoMsgOutProto spInfos = 2;
-
getSpInfosCount
int getSpInfosCount()
repeated .SessionPoolInfoMsgOutProto spInfos = 2;
-
getSpInfosOrBuilderList
java.util.List<? extends AdminConsoleProto.SessionPoolInfoMsgOutProtoOrBuilder> getSpInfosOrBuilderList()
repeated .SessionPoolInfoMsgOutProto spInfos = 2;
-
getSpInfosOrBuilder
AdminConsoleProto.SessionPoolInfoMsgOutProtoOrBuilder getSpInfosOrBuilder(int index)
repeated .SessionPoolInfoMsgOutProto spInfos = 2;
-
hasInstances
boolean hasInstances()
optional sint32 instances = 3;
-
getInstances
int getInstances()
optional sint32 instances = 3;
-
hasUsers
boolean hasUsers()
optional sint32 users = 4;
-
getUsers
int getUsers()
optional sint32 users = 4;
-
hasId
boolean hasId()
optional string id = 5;
-
getId
java.lang.String getId()
optional string id = 5;
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
optional string id = 5;
-
hasCluster
boolean hasCluster()
optional bool cluster = 6;
-
getCluster
boolean getCluster()
optional bool cluster = 6;
-
-