Interface RemoveRemoteClusterRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    RemoveRemoteClusterRequest, RemoveRemoteClusterRequest.Builder

    @Generated(value="protoc",
               comments="annotations:RemoveRemoteClusterRequestOrBuilder.java.pb.meta")
    public interface RemoveRemoteClusterRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getClusterName()
      Remote cluster name to be removed.
      com.google.protobuf.ByteString getClusterNameBytes()
      Remote cluster name to be removed.
      • 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 Detail

      • getClusterName

        java.lang.String getClusterName()
         Remote cluster name to be removed.
         
        string cluster_name = 1;
        Returns:
        The clusterName.
      • getClusterNameBytes

        com.google.protobuf.ByteString getClusterNameBytes()
         Remote cluster name to be removed.
         
        string cluster_name = 1;
        Returns:
        The bytes for clusterName.