Interface GroupConfigurationResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GroupConfigurationResponse,GroupConfigurationResponse.Builder
public interface GroupConfigurationResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GroupConfigItemsgetGroupConfigTable(int index)Include all groupConfig items.intgetGroupConfigTableCount()Include all groupConfig items.List<GroupConfigItems>getGroupConfigTableList()Include all groupConfig items.GroupConfigItemsOrBuildergetGroupConfigTableOrBuilder(int index)Include all groupConfig items.List<? extends GroupConfigItemsOrBuilder>getGroupConfigTableOrBuilderList()Include all groupConfig items.StringgetUuid()UUID is literal string represents the content of the config table.com.google.protobuf.ByteStringgetUuidBytes()UUID is literal string represents the content of the config table.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGroupConfigTableList
List<GroupConfigItems> getGroupConfigTableList()
Include all groupConfig items. All groupConfigTable.groupName should be not empty, Each watcher implementor provides this, and it will be notified when the groupConfigTable changed.
repeated .GroupConfigItems groupConfigTable = 1;
-
getGroupConfigTable
GroupConfigItems getGroupConfigTable(int index)
Include all groupConfig items. All groupConfigTable.groupName should be not empty, Each watcher implementor provides this, and it will be notified when the groupConfigTable changed.
repeated .GroupConfigItems groupConfigTable = 1;
-
getGroupConfigTableCount
int getGroupConfigTableCount()
Include all groupConfig items. All groupConfigTable.groupName should be not empty, Each watcher implementor provides this, and it will be notified when the groupConfigTable changed.
repeated .GroupConfigItems groupConfigTable = 1;
-
getGroupConfigTableOrBuilderList
List<? extends GroupConfigItemsOrBuilder> getGroupConfigTableOrBuilderList()
Include all groupConfig items. All groupConfigTable.groupName should be not empty, Each watcher implementor provides this, and it will be notified when the groupConfigTable changed.
repeated .GroupConfigItems groupConfigTable = 1;
-
getGroupConfigTableOrBuilder
GroupConfigItemsOrBuilder getGroupConfigTableOrBuilder(int index)
Include all groupConfig items. All groupConfigTable.groupName should be not empty, Each watcher implementor provides this, and it will be notified when the groupConfigTable changed.
repeated .GroupConfigItems groupConfigTable = 1;
-
getUuid
String getUuid()
UUID is literal string represents the content of the config table. If groupConfigTable is unchanged, then could response the same uuid, and groupConfigTable is not required.
string uuid = 2;- Returns:
- The uuid.
-
getUuidBytes
com.google.protobuf.ByteString getUuidBytes()
UUID is literal string represents the content of the config table. If groupConfigTable is unchanged, then could response the same uuid, and groupConfigTable is not required.
string uuid = 2;- Returns:
- The bytes for uuid.
-
-