public final class ConfigurationResponse extends com.google.protobuf.GeneratedMessageV3 implements ConfigurationResponseOrBuilder
ConfigurationResponse| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigurationResponse.Builder
Protobuf type
ConfigurationResponse |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CONFIGTABLE_FIELD_NUMBER |
static int |
UUID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Config |
getConfigTable(int index)
Include all config items.
|
int |
getConfigTableCount()
Include all config items.
|
List<Config> |
getConfigTableList()
Include all config items.
|
ConfigOrBuilder |
getConfigTableOrBuilder(int index)
Include all config items.
|
List<? extends ConfigOrBuilder> |
getConfigTableOrBuilderList()
Include all config items.
|
static ConfigurationResponse |
getDefaultInstance() |
ConfigurationResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<ConfigurationResponse> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getUuid()
UUID is literal string represents the content of the config table.
|
com.google.protobuf.ByteString |
getUuidBytes()
UUID is literal string represents the content of the config table.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ConfigurationResponse.Builder |
newBuilder() |
static ConfigurationResponse.Builder |
newBuilder(ConfigurationResponse prototype) |
ConfigurationResponse.Builder |
newBuilderForType() |
protected ConfigurationResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ConfigurationResponse |
parseDelimitedFrom(InputStream input) |
static ConfigurationResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConfigurationResponse |
parseFrom(byte[] data) |
static ConfigurationResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConfigurationResponse |
parseFrom(ByteBuffer data) |
static ConfigurationResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConfigurationResponse |
parseFrom(com.google.protobuf.ByteString data) |
static ConfigurationResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConfigurationResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ConfigurationResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConfigurationResponse |
parseFrom(InputStream input) |
static ConfigurationResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ConfigurationResponse> |
parser() |
ConfigurationResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int CONFIGTABLE_FIELD_NUMBER
public static final int UUID_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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;getConfigTableList in interface ConfigurationResponseOrBuilderpublic 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;getConfigTableOrBuilderList in interface ConfigurationResponseOrBuilderpublic 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;getConfigTableCount in interface ConfigurationResponseOrBuilderpublic 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;getConfigTable in interface ConfigurationResponseOrBuilderpublic 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;getConfigTableOrBuilder in interface ConfigurationResponseOrBuilderpublic 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;getUuid in interface ConfigurationResponseOrBuilderpublic 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;getUuidBytes in interface ConfigurationResponseOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ConfigurationResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConfigurationResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConfigurationResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConfigurationResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConfigurationResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConfigurationResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConfigurationResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static ConfigurationResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ConfigurationResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ConfigurationResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ConfigurationResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ConfigurationResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ConfigurationResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ConfigurationResponse.Builder newBuilder()
public static ConfigurationResponse.Builder newBuilder(ConfigurationResponse prototype)
public ConfigurationResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ConfigurationResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ConfigurationResponse getDefaultInstance()
public static com.google.protobuf.Parser<ConfigurationResponse> parser()
public com.google.protobuf.Parser<ConfigurationResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ConfigurationResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2020 The Apache Software Foundation. All rights reserved.