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
Modifier and TypeMethodDescriptiongetGroupConfigTable(int index) Include all groupConfig items.intInclude all groupConfig items.Include all groupConfig items.getGroupConfigTableOrBuilder(int index) Include all groupConfig items.List<? extends GroupConfigItemsOrBuilder>Include all groupConfig items.getUuid()UUID is literal string represents the content of the config table.com.google.protobuf.ByteStringUUID is literal string represents the content of the config table.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
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.
-