io.temporal.api.replication.v1.ClusterReplicationConfigOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: temporal/api/replication/v1/message.proto
package io.temporal.api.replication.v1;
@javax.annotation.Generated(value="protoc", comments="annotations:ClusterReplicationConfigOrBuilder.java.pb.meta")
public interface ClusterReplicationConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:temporal.api.replication.v1.ClusterReplicationConfig)
com.google.protobuf.MessageOrBuilder {
/**
* string cluster_name = 1;
* @return The clusterName.
*/
java.lang.String getClusterName();
/**
* string cluster_name = 1;
* @return The bytes for clusterName.
*/
com.google.protobuf.ByteString
getClusterNameBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy