接口 GroupConfigurationResponseOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
GroupConfigurationResponse, GroupConfigurationResponse.Builder

public interface GroupConfigurationResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法详细资料

    • 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;
      返回:
      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.