接口 ConfigurationRequestOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
ConfigurationRequest, ConfigurationRequest.Builder

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.ByteString
    Logic name of this cluster, in case the remote configuration center implementation support configuration management for multiple clusters.
    The config UUID response from the config server side.
    com.google.protobuf.ByteString
    The 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.