Class ConfigurationResponse

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.apache.skywalking.oap.server.configuration.service.ConfigurationResponse
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, ConfigurationResponseOrBuilder

public final class ConfigurationResponse extends com.google.protobuf.GeneratedMessageV3 implements ConfigurationResponseOrBuilder
Protobuf type ConfigurationResponse
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • 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
    • 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
    • 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
    • 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
    • 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
    • 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.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static ConfigurationResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ConfigurationResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ConfigurationResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ConfigurationResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ConfigurationResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ConfigurationResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ConfigurationResponse parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ConfigurationResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ConfigurationResponse parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ConfigurationResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ConfigurationResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ConfigurationResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

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

      public static ConfigurationResponse.Builder newBuilder()
    • newBuilder

      public static ConfigurationResponse.Builder newBuilder(ConfigurationResponse prototype)
    • toBuilder

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

      protected ConfigurationResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static ConfigurationResponse getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<ConfigurationResponse> parser()
    • getParserForType

      public com.google.protobuf.Parser<ConfigurationResponse> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

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