Interface NamespaceReplicationConfigOrBuilder

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

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

    • getActiveClusterName

      String getActiveClusterName()
      string active_cluster_name = 1;
      Returns:
      The activeClusterName.
    • getActiveClusterNameBytes

      com.google.protobuf.ByteString getActiveClusterNameBytes()
      string active_cluster_name = 1;
      Returns:
      The bytes for activeClusterName.
    • getClustersList

      List<ClusterReplicationConfig> getClustersList()
      repeated .temporal.api.replication.v1.ClusterReplicationConfig clusters = 2;
    • getClusters

      ClusterReplicationConfig getClusters(int index)
      repeated .temporal.api.replication.v1.ClusterReplicationConfig clusters = 2;
    • getClustersCount

      int getClustersCount()
      repeated .temporal.api.replication.v1.ClusterReplicationConfig clusters = 2;
    • getClustersOrBuilderList

      List<? extends ClusterReplicationConfigOrBuilder> getClustersOrBuilderList()
      repeated .temporal.api.replication.v1.ClusterReplicationConfig clusters = 2;
    • getClustersOrBuilder

      ClusterReplicationConfigOrBuilder getClustersOrBuilder(int index)
      repeated .temporal.api.replication.v1.ClusterReplicationConfig clusters = 2;
    • getStateValue

      int getStateValue()
      .temporal.api.enums.v1.ReplicationState state = 3;
      Returns:
      The enum numeric value on the wire for state.
    • getState

      ReplicationState getState()
      .temporal.api.enums.v1.ReplicationState state = 3;
      Returns:
      The state.