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 Type
    Method
    Description
    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.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.