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
Modifier and TypeMethodDescriptionLogic name of this cluster, in case the remote configuration center implementation support configuration management for multiple clusters.com.google.protobuf.ByteStringLogic name of this cluster, in case the remote configuration center implementation support configuration management for multiple clusters.getUuid()The config UUID response from the config server side.com.google.protobuf.ByteStringThe config UUID response from the config server side.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-