Class 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
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, GroupConfigurationResponseOrBuilder
Enclosing class:
GroupConfigurationResponse

public static final class GroupConfigurationResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GroupConfigurationResponse.Builder> implements GroupConfigurationResponseOrBuilder
Protobuf type GroupConfigurationResponse
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<GroupConfigurationResponse.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<GroupConfigurationResponse.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<GroupConfigurationResponse.Builder>
    • getDefaultInstanceForType

      public GroupConfigurationResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public GroupConfigurationResponse buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<GroupConfigurationResponse.Builder>
    • setField

      public GroupConfigurationResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<GroupConfigurationResponse.Builder>
    • clearField

      public GroupConfigurationResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<GroupConfigurationResponse.Builder>
    • clearOneof

      public GroupConfigurationResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<GroupConfigurationResponse.Builder>
    • setRepeatedField

      public GroupConfigurationResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GroupConfigurationResponse.Builder>
    • addRepeatedField

      public GroupConfigurationResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GroupConfigurationResponse.Builder>
    • mergeFrom

      public GroupConfigurationResponse.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GroupConfigurationResponse.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<GroupConfigurationResponse.Builder>
    • mergeFrom

      public GroupConfigurationResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GroupConfigurationResponse.Builder>
      Throws:
      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;
      Specified by:
      getGroupConfigTableList in interface 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;
      Specified by:
      getGroupConfigTableCount in interface 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;
      Specified by:
      getGroupConfigTable in interface 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;
      Specified by:
      getGroupConfigTableOrBuilder in interface 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;
      Specified by:
      getGroupConfigTableOrBuilderList in interface 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;
      Specified by:
      getUuid in interface GroupConfigurationResponseOrBuilder
      Returns:
      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;
      Specified by:
      getUuidBytes in interface GroupConfigurationResponseOrBuilder
      Returns:
      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;
      Parameters:
      value - The uuid to set.
      Returns:
      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;
      Returns:
      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;
      Parameters:
      value - The bytes for uuid to set.
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final GroupConfigurationResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GroupConfigurationResponse.Builder>
    • mergeUnknownFields

      public final GroupConfigurationResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GroupConfigurationResponse.Builder>