类 GroupConfigurationResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<GroupConfigurationResponse.Builder>
org.apache.skywalking.oap.server.configuration.service.GroupConfigurationResponse.Builder
所有已实现的接口:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, GroupConfigurationResponseOrBuilder
封闭类:
GroupConfigurationResponse

public static final class GroupConfigurationResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GroupConfigurationResponse.Builder> implements GroupConfigurationResponseOrBuilder
Protobuf type GroupConfigurationResponse
  • 方法详细资料

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      指定者:
      internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<GroupConfigurationResponse.Builder>
    • clear

      指定者:
      clear 在接口中 com.google.protobuf.Message.Builder
      指定者:
      clear 在接口中 com.google.protobuf.MessageLite.Builder
      覆盖:
      clear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<GroupConfigurationResponse.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      指定者:
      getDescriptorForType 在接口中 com.google.protobuf.Message.Builder
      指定者:
      getDescriptorForType 在接口中 com.google.protobuf.MessageOrBuilder
      覆盖:
      getDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<GroupConfigurationResponse.Builder>
    • getDefaultInstanceForType

      public GroupConfigurationResponse getDefaultInstanceForType()
      指定者:
      getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuilder
      指定者:
      getDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilder
    • build

      指定者:
      build 在接口中 com.google.protobuf.Message.Builder
      指定者:
      build 在接口中 com.google.protobuf.MessageLite.Builder
    • buildPartial

      public GroupConfigurationResponse buildPartial()
      指定者:
      buildPartial 在接口中 com.google.protobuf.Message.Builder
      指定者:
      buildPartial 在接口中 com.google.protobuf.MessageLite.Builder
    • clone

      指定者:
      clone 在接口中 com.google.protobuf.Message.Builder
      指定者:
      clone 在接口中 com.google.protobuf.MessageLite.Builder
      覆盖:
      clone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<GroupConfigurationResponse.Builder>
    • setField

      public GroupConfigurationResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      指定者:
      setField 在接口中 com.google.protobuf.Message.Builder
      覆盖:
      setField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<GroupConfigurationResponse.Builder>
    • clearField

      public GroupConfigurationResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      指定者:
      clearField 在接口中 com.google.protobuf.Message.Builder
      覆盖:
      clearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<GroupConfigurationResponse.Builder>
    • clearOneof

      public GroupConfigurationResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      指定者:
      clearOneof 在接口中 com.google.protobuf.Message.Builder
      覆盖:
      clearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<GroupConfigurationResponse.Builder>
    • setRepeatedField

      public GroupConfigurationResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      指定者:
      setRepeatedField 在接口中 com.google.protobuf.Message.Builder
      覆盖:
      setRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<GroupConfigurationResponse.Builder>
    • addRepeatedField

      public GroupConfigurationResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      指定者:
      addRepeatedField 在接口中 com.google.protobuf.Message.Builder
      覆盖:
      addRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<GroupConfigurationResponse.Builder>
    • mergeFrom

      public GroupConfigurationResponse.Builder mergeFrom(com.google.protobuf.Message other)
      指定者:
      mergeFrom 在接口中 com.google.protobuf.Message.Builder
      覆盖:
      mergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<GroupConfigurationResponse.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      指定者:
      isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilder
      覆盖:
      isInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<GroupConfigurationResponse.Builder>
    • mergeFrom

      public GroupConfigurationResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      指定者:
      mergeFrom 在接口中 com.google.protobuf.Message.Builder
      指定者:
      mergeFrom 在接口中 com.google.protobuf.MessageLite.Builder
      覆盖:
      mergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<GroupConfigurationResponse.Builder>
      抛出:
      IOException
    • getGroupConfigTableList

      public 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;
      指定者:
      getGroupConfigTableList 在接口中 GroupConfigurationResponseOrBuilder
    • getGroupConfigTableCount

      public 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;
      指定者:
      getGroupConfigTableCount 在接口中 GroupConfigurationResponseOrBuilder
    • getGroupConfigTable

      public 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;
      指定者:
      getGroupConfigTable 在接口中 GroupConfigurationResponseOrBuilder
    • setGroupConfigTable

      public GroupConfigurationResponse.Builder setGroupConfigTable(int index, GroupConfigItems value)
       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;
    • setGroupConfigTable

      public GroupConfigurationResponse.Builder setGroupConfigTable(int index, GroupConfigItems.Builder builderForValue)
       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;
    • addGroupConfigTable

      public GroupConfigurationResponse.Builder addGroupConfigTable(GroupConfigItems value)
       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;
    • addGroupConfigTable

      public GroupConfigurationResponse.Builder addGroupConfigTable(int index, GroupConfigItems value)
       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;
    • addGroupConfigTable

      public GroupConfigurationResponse.Builder addGroupConfigTable(GroupConfigItems.Builder builderForValue)
       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;
    • addGroupConfigTable

      public GroupConfigurationResponse.Builder addGroupConfigTable(int index, GroupConfigItems.Builder builderForValue)
       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;
    • addAllGroupConfigTable

      public GroupConfigurationResponse.Builder addAllGroupConfigTable(Iterable<? extends GroupConfigItems> values)
       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;
    • clearGroupConfigTable

      public GroupConfigurationResponse.Builder clearGroupConfigTable()
       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;
    • removeGroupConfigTable

      public GroupConfigurationResponse.Builder removeGroupConfigTable(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;
    • getGroupConfigTableBuilder

      public GroupConfigItems.Builder getGroupConfigTableBuilder(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;
    • getGroupConfigTableOrBuilder

      public 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;
      指定者:
      getGroupConfigTableOrBuilder 在接口中 GroupConfigurationResponseOrBuilder
    • getGroupConfigTableOrBuilderList

      public 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;
      指定者:
      getGroupConfigTableOrBuilderList 在接口中 GroupConfigurationResponseOrBuilder
    • addGroupConfigTableBuilder

      public GroupConfigItems.Builder addGroupConfigTableBuilder()
       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;
    • addGroupConfigTableBuilder

      public GroupConfigItems.Builder addGroupConfigTableBuilder(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;
    • getGroupConfigTableBuilderList

      public List<GroupConfigItems.Builder> getGroupConfigTableBuilderList()
       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

      public 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;
      指定者:
      getUuid 在接口中 GroupConfigurationResponseOrBuilder
      返回:
      The uuid.
    • getUuidBytes

      public 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;
      指定者:
      getUuidBytes 在接口中 GroupConfigurationResponseOrBuilder
      返回:
      The bytes for uuid.
    • setUuid

       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;
      参数:
      value - The uuid to set.
      返回:
      This builder for chaining.
    • clearUuid

       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;
      返回:
      This builder for chaining.
    • setUuidBytes

      public GroupConfigurationResponse.Builder setUuidBytes(com.google.protobuf.ByteString value)
       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;
      参数:
      value - The bytes for uuid to set.
      返回:
      This builder for chaining.
    • setUnknownFields

      public final GroupConfigurationResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      指定者:
      setUnknownFields 在接口中 com.google.protobuf.Message.Builder
      覆盖:
      setUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<GroupConfigurationResponse.Builder>
    • mergeUnknownFields

      public final GroupConfigurationResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      指定者:
      mergeUnknownFields 在接口中 com.google.protobuf.Message.Builder
      覆盖:
      mergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<GroupConfigurationResponse.Builder>