接口 GroupConfigurationResponseOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface GroupConfigurationResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明getGroupConfigTable(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.从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
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;- 返回:
- 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;- 返回:
- The bytes for uuid.
-