Interface ConfigurationRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConfigurationRequest,ConfigurationRequest.Builder
public interface ConfigurationRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClusterName()Logic name of this cluster, in case the remote configuration center implementation support configuration management for multiple clusters.com.google.protobuf.ByteStringgetClusterNameBytes()Logic name of this cluster, in case the remote configuration center implementation support configuration management for multiple clusters.StringgetUuid()The config UUID response from the config server side.com.google.protobuf.ByteStringgetUuidBytes()The config UUID response from the config server side.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getClusterName
String getClusterName()
Logic name of this cluster, in case the remote configuration center implementation support configuration management for multiple clusters.
string clusterName = 1;- Returns:
- The clusterName.
-
getClusterNameBytes
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;- Returns:
- The bytes for clusterName.
-
getUuid
String getUuid()
The config UUID response from the config server side.
string uuid = 2;- Returns:
- The uuid.
-
getUuidBytes
com.google.protobuf.ByteString getUuidBytes()
The config UUID response from the config server side.
string uuid = 2;- Returns:
- The bytes for uuid.
-
-