public interface ConfigurationResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;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;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;Copyright © 2019 The Apache Software Foundation. All rights reserved.