All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.temporal.api.operatorservice.v1.RemoveRemoteClusterRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.24.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: temporal/api/operatorservice/v1/request_response.proto

package io.temporal.api.operatorservice.v1;

@javax.annotation.Generated(value="protoc", comments="annotations:RemoveRemoteClusterRequestOrBuilder.java.pb.meta")
public interface RemoveRemoteClusterRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.operatorservice.v1.RemoveRemoteClusterRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Remote cluster name to be removed.
   * 
* * string cluster_name = 1; * @return The clusterName. */ java.lang.String getClusterName(); /** *
   * Remote cluster name to be removed.
   * 
* * string cluster_name = 1; * @return The bytes for clusterName. */ com.google.protobuf.ByteString getClusterNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy