public interface GroupConfigurationResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GroupConfigItems |
getGroupConfigTable(int index)
Include all groupConfig items.
|
int |
getGroupConfigTableCount()
Include all groupConfig items.
|
List<GroupConfigItems> |
getGroupConfigTableList()
Include all groupConfig items.
|
GroupConfigItemsOrBuilder |
getGroupConfigTableOrBuilder(int index)
Include all groupConfig items.
|
List<? extends GroupConfigItemsOrBuilder> |
getGroupConfigTableOrBuilderList()
Include all groupConfig items.
|
String |
getUuid()
UUID is literal string represents the content of the config table.
|
com.google.protobuf.ByteString |
getUuidBytes()
UUID is literal string represents the content of the config table.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;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;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;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;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;Copyright © 2022 The Apache Software Foundation. All rights reserved.