Package io.temporal.api.replication.v1
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetActiveClusterName()string active_cluster_name = 1;com.google.protobuf.ByteStringgetActiveClusterNameBytes()string active_cluster_name = 1;ClusterReplicationConfiggetClusters(int index)repeated .temporal.api.replication.v1.ClusterReplicationConfig clusters = 2;intgetClustersCount()repeated .temporal.api.replication.v1.ClusterReplicationConfig clusters = 2;java.util.List<ClusterReplicationConfig>getClustersList()repeated .temporal.api.replication.v1.ClusterReplicationConfig clusters = 2;ClusterReplicationConfigOrBuildergetClustersOrBuilder(int index)repeated .temporal.api.replication.v1.ClusterReplicationConfig clusters = 2;java.util.List<? extends ClusterReplicationConfigOrBuilder>getClustersOrBuilderList()repeated .temporal.api.replication.v1.ClusterReplicationConfig clusters = 2;ReplicationStategetState().temporal.api.enums.v1.ReplicationState state = 3;intgetStateValue().temporal.api.enums.v1.ReplicationState state = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getActiveClusterName
java.lang.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
java.util.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
java.util.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.
-
-