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 Summary
Modifier and TypeMethodDescriptionstring active_cluster_name = 1;com.google.protobuf.ByteStringstring active_cluster_name = 1;getClusters(int index) repeated .temporal.api.replication.v1.ClusterReplicationConfig clusters = 2;intrepeated .temporal.api.replication.v1.ClusterReplicationConfig clusters = 2;repeated .temporal.api.replication.v1.ClusterReplicationConfig clusters = 2;getClustersOrBuilder(int index) repeated .temporal.api.replication.v1.ClusterReplicationConfig clusters = 2;List<? extends ClusterReplicationConfigOrBuilder> repeated .temporal.api.replication.v1.ClusterReplicationConfig clusters = 2;getState().temporal.api.enums.v1.ReplicationState state = 3;int.temporal.api.enums.v1.ReplicationState state = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getActiveClusterName
-
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
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
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
-