public interface ConfigurationRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterName()
Logic name of this cluster,
in case the remote configuration center implementation support
configuration management for multiple clusters.
|
com.google.protobuf.ByteString |
getClusterNameBytes()
Logic name of this cluster,
in case the remote configuration center implementation support
configuration management for multiple clusters.
|
String |
getUuid()
The config UUID response from the config server side.
|
com.google.protobuf.ByteString |
getUuidBytes()
The config UUID response from the config server side.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getClusterName()
Logic name of this cluster, in case the remote configuration center implementation support configuration management for multiple clusters.
string clusterName = 1;com.google.protobuf.ByteString getClusterNameBytes()
Logic name of this cluster, in case the remote configuration center implementation support configuration management for multiple clusters.
string clusterName = 1;String getUuid()
The config UUID response from the config server side.
string uuid = 2;com.google.protobuf.ByteString getUuidBytes()
The config UUID response from the config server side.
string uuid = 2;Copyright © 2020 The Apache Software Foundation. All rights reserved.