接口 ConfigurationRequestOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface ConfigurationRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明Logic 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.从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getClusterName
String getClusterName()Logic name of this cluster, in case the remote configuration center implementation support configuration management for multiple clusters.
string clusterName = 1;- 返回:
- 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;- 返回:
- The bytes for clusterName.
-
getUuid
String getUuid()The config UUID response from the config server side.
string uuid = 2;- 返回:
- The uuid.
-
getUuidBytes
com.google.protobuf.ByteString getUuidBytes()The config UUID response from the config server side.
string uuid = 2;- 返回:
- The bytes for uuid.
-