Class ConfigurationResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<ConfigurationResponse.Builder>
org.apache.skywalking.oap.server.configuration.service.ConfigurationResponse.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, ConfigurationResponseOrBuilder
Enclosing class:
ConfigurationResponse

public static final class ConfigurationResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ConfigurationResponse.Builder> implements ConfigurationResponseOrBuilder
Protobuf type ConfigurationResponse
  • 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<ConfigurationResponse.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<ConfigurationResponse.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<ConfigurationResponse.Builder>
    • getDefaultInstanceForType

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

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

      public ConfigurationResponse 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<ConfigurationResponse.Builder>
    • setField

      public ConfigurationResponse.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<ConfigurationResponse.Builder>
    • clearField

      public ConfigurationResponse.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<ConfigurationResponse.Builder>
    • clearOneof

      public ConfigurationResponse.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<ConfigurationResponse.Builder>
    • setRepeatedField

      public ConfigurationResponse.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<ConfigurationResponse.Builder>
    • addRepeatedField

      public ConfigurationResponse.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<ConfigurationResponse.Builder>
    • mergeFrom

      public ConfigurationResponse.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<ConfigurationResponse.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<ConfigurationResponse.Builder>
    • mergeFrom

      public ConfigurationResponse.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<ConfigurationResponse.Builder>
      Throws:
      IOException
    • getConfigTableList

      public List<Config> getConfigTableList()
       Include all config items.
       All config name should be not empty,
       the name is composed by "module name"."provider name"."item name".
       Each watcher implementor provides this, and it will be notified when the value changed.
       If the config center wants to set the value to NULL or empty,
       must set the name with empty value explicitly.
       
      repeated .Config configTable = 1;
      Specified by:
      getConfigTableList in interface ConfigurationResponseOrBuilder
    • getConfigTableCount

      public int getConfigTableCount()
       Include all config items.
       All config name should be not empty,
       the name is composed by "module name"."provider name"."item name".
       Each watcher implementor provides this, and it will be notified when the value changed.
       If the config center wants to set the value to NULL or empty,
       must set the name with empty value explicitly.
       
      repeated .Config configTable = 1;
      Specified by:
      getConfigTableCount in interface ConfigurationResponseOrBuilder
    • getConfigTable

      public Config getConfigTable(int index)
       Include all config items.
       All config name should be not empty,
       the name is composed by "module name"."provider name"."item name".
       Each watcher implementor provides this, and it will be notified when the value changed.
       If the config center wants to set the value to NULL or empty,
       must set the name with empty value explicitly.
       
      repeated .Config configTable = 1;
      Specified by:
      getConfigTable in interface ConfigurationResponseOrBuilder
    • setConfigTable

      public ConfigurationResponse.Builder setConfigTable(int index, Config value)
       Include all config items.
       All config name should be not empty,
       the name is composed by "module name"."provider name"."item name".
       Each watcher implementor provides this, and it will be notified when the value changed.
       If the config center wants to set the value to NULL or empty,
       must set the name with empty value explicitly.
       
      repeated .Config configTable = 1;
    • setConfigTable

      public ConfigurationResponse.Builder setConfigTable(int index, Config.Builder builderForValue)
       Include all config items.
       All config name should be not empty,
       the name is composed by "module name"."provider name"."item name".
       Each watcher implementor provides this, and it will be notified when the value changed.
       If the config center wants to set the value to NULL or empty,
       must set the name with empty value explicitly.
       
      repeated .Config configTable = 1;
    • addConfigTable

      public ConfigurationResponse.Builder addConfigTable(Config value)
       Include all config items.
       All config name should be not empty,
       the name is composed by "module name"."provider name"."item name".
       Each watcher implementor provides this, and it will be notified when the value changed.
       If the config center wants to set the value to NULL or empty,
       must set the name with empty value explicitly.
       
      repeated .Config configTable = 1;
    • addConfigTable

      public ConfigurationResponse.Builder addConfigTable(int index, Config value)
       Include all config items.
       All config name should be not empty,
       the name is composed by "module name"."provider name"."item name".
       Each watcher implementor provides this, and it will be notified when the value changed.
       If the config center wants to set the value to NULL or empty,
       must set the name with empty value explicitly.
       
      repeated .Config configTable = 1;
    • addConfigTable

      public ConfigurationResponse.Builder addConfigTable(Config.Builder builderForValue)
       Include all config items.
       All config name should be not empty,
       the name is composed by "module name"."provider name"."item name".
       Each watcher implementor provides this, and it will be notified when the value changed.
       If the config center wants to set the value to NULL or empty,
       must set the name with empty value explicitly.
       
      repeated .Config configTable = 1;
    • addConfigTable

      public ConfigurationResponse.Builder addConfigTable(int index, Config.Builder builderForValue)
       Include all config items.
       All config name should be not empty,
       the name is composed by "module name"."provider name"."item name".
       Each watcher implementor provides this, and it will be notified when the value changed.
       If the config center wants to set the value to NULL or empty,
       must set the name with empty value explicitly.
       
      repeated .Config configTable = 1;
    • addAllConfigTable

      public ConfigurationResponse.Builder addAllConfigTable(Iterable<? extends Config> values)
       Include all config items.
       All config name should be not empty,
       the name is composed by "module name"."provider name"."item name".
       Each watcher implementor provides this, and it will be notified when the value changed.
       If the config center wants to set the value to NULL or empty,
       must set the name with empty value explicitly.
       
      repeated .Config configTable = 1;
    • clearConfigTable

      public ConfigurationResponse.Builder clearConfigTable()
       Include all config items.
       All config name should be not empty,
       the name is composed by "module name"."provider name"."item name".
       Each watcher implementor provides this, and it will be notified when the value changed.
       If the config center wants to set the value to NULL or empty,
       must set the name with empty value explicitly.
       
      repeated .Config configTable = 1;
    • removeConfigTable

      public ConfigurationResponse.Builder removeConfigTable(int index)
       Include all config items.
       All config name should be not empty,
       the name is composed by "module name"."provider name"."item name".
       Each watcher implementor provides this, and it will be notified when the value changed.
       If the config center wants to set the value to NULL or empty,
       must set the name with empty value explicitly.
       
      repeated .Config configTable = 1;
    • getConfigTableBuilder

      public Config.Builder getConfigTableBuilder(int index)
       Include all config items.
       All config name should be not empty,
       the name is composed by "module name"."provider name"."item name".
       Each watcher implementor provides this, and it will be notified when the value changed.
       If the config center wants to set the value to NULL or empty,
       must set the name with empty value explicitly.
       
      repeated .Config configTable = 1;
    • getConfigTableOrBuilder

      public ConfigOrBuilder getConfigTableOrBuilder(int index)
       Include all config items.
       All config name should be not empty,
       the name is composed by "module name"."provider name"."item name".
       Each watcher implementor provides this, and it will be notified when the value changed.
       If the config center wants to set the value to NULL or empty,
       must set the name with empty value explicitly.
       
      repeated .Config configTable = 1;
      Specified by:
      getConfigTableOrBuilder in interface ConfigurationResponseOrBuilder
    • getConfigTableOrBuilderList

      public List<? extends ConfigOrBuilder> getConfigTableOrBuilderList()
       Include all config items.
       All config name should be not empty,
       the name is composed by "module name"."provider name"."item name".
       Each watcher implementor provides this, and it will be notified when the value changed.
       If the config center wants to set the value to NULL or empty,
       must set the name with empty value explicitly.
       
      repeated .Config configTable = 1;
      Specified by:
      getConfigTableOrBuilderList in interface ConfigurationResponseOrBuilder
    • addConfigTableBuilder

      public Config.Builder addConfigTableBuilder()
       Include all config items.
       All config name should be not empty,
       the name is composed by "module name"."provider name"."item name".
       Each watcher implementor provides this, and it will be notified when the value changed.
       If the config center wants to set the value to NULL or empty,
       must set the name with empty value explicitly.
       
      repeated .Config configTable = 1;
    • addConfigTableBuilder

      public Config.Builder addConfigTableBuilder(int index)
       Include all config items.
       All config name should be not empty,
       the name is composed by "module name"."provider name"."item name".
       Each watcher implementor provides this, and it will be notified when the value changed.
       If the config center wants to set the value to NULL or empty,
       must set the name with empty value explicitly.
       
      repeated .Config configTable = 1;
    • getConfigTableBuilderList

      public List<Config.Builder> getConfigTableBuilderList()
       Include all config items.
       All config name should be not empty,
       the name is composed by "module name"."provider name"."item name".
       Each watcher implementor provides this, and it will be notified when the value changed.
       If the config center wants to set the value to NULL or empty,
       must set the name with empty value explicitly.
       
      repeated .Config configTable = 1;
    • getUuid

      public String getUuid()
       UUID is literal string represents the content of the config table.
       If config table is unchanged, then could response the same uuid, and config table is not required.
       
      string uuid = 2;
      Specified by:
      getUuid in interface ConfigurationResponseOrBuilder
      Returns:
      The uuid.
    • getUuidBytes

      public com.google.protobuf.ByteString getUuidBytes()
       UUID is literal string represents the content of the config table.
       If config table is unchanged, then could response the same uuid, and config table is not required.
       
      string uuid = 2;
      Specified by:
      getUuidBytes in interface ConfigurationResponseOrBuilder
      Returns:
      The bytes for uuid.
    • setUuid

      public ConfigurationResponse.Builder setUuid(String value)
       UUID is literal string represents the content of the config table.
       If config table is unchanged, then could response the same uuid, and config table is not required.
       
      string uuid = 2;
      Parameters:
      value - The uuid to set.
      Returns:
      This builder for chaining.
    • clearUuid

      public ConfigurationResponse.Builder clearUuid()
       UUID is literal string represents the content of the config table.
       If config table is unchanged, then could response the same uuid, and config table is not required.
       
      string uuid = 2;
      Returns:
      This builder for chaining.
    • setUuidBytes

      public ConfigurationResponse.Builder setUuidBytes(com.google.protobuf.ByteString value)
       UUID is literal string represents the content of the config table.
       If config table is unchanged, then could response the same uuid, and config table is not required.
       
      string uuid = 2;
      Parameters:
      value - The bytes for uuid to set.
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final ConfigurationResponse.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<ConfigurationResponse.Builder>
    • mergeUnknownFields

      public final ConfigurationResponse.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<ConfigurationResponse.Builder>