io.temporal.api.replication.v1.NamespaceReplicationConfigOrBuilder 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:NamespaceReplicationConfigOrBuilder.java.pb.meta")
public interface NamespaceReplicationConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:temporal.api.replication.v1.NamespaceReplicationConfig)
com.google.protobuf.MessageOrBuilder {
/**
* string active_cluster_name = 1;
* @return The activeClusterName.
*/
java.lang.String getActiveClusterName();
/**
* string active_cluster_name = 1;
* @return The bytes for activeClusterName.
*/
com.google.protobuf.ByteString
getActiveClusterNameBytes();
/**
* repeated .temporal.api.replication.v1.ClusterReplicationConfig clusters = 2;
*/
java.util.List
getClustersList();
/**
* repeated .temporal.api.replication.v1.ClusterReplicationConfig clusters = 2;
*/
io.temporal.api.replication.v1.ClusterReplicationConfig getClusters(int index);
/**
* repeated .temporal.api.replication.v1.ClusterReplicationConfig clusters = 2;
*/
int getClustersCount();
/**
* repeated .temporal.api.replication.v1.ClusterReplicationConfig clusters = 2;
*/
java.util.List extends io.temporal.api.replication.v1.ClusterReplicationConfigOrBuilder>
getClustersOrBuilderList();
/**
* repeated .temporal.api.replication.v1.ClusterReplicationConfig clusters = 2;
*/
io.temporal.api.replication.v1.ClusterReplicationConfigOrBuilder getClustersOrBuilder(
int index);
/**
* .temporal.api.enums.v1.ReplicationState state = 3;
* @return The enum numeric value on the wire for state.
*/
int getStateValue();
/**
* .temporal.api.enums.v1.ReplicationState state = 3;
* @return The state.
*/
io.temporal.api.enums.v1.ReplicationState getState();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy