Interface DescribeNamespaceResponseOrBuilder

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

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

      • hasNamespaceInfo

        boolean hasNamespaceInfo()
        .temporal.api.namespace.v1.NamespaceInfo namespace_info = 1;
        Returns:
        Whether the namespaceInfo field is set.
      • getNamespaceInfo

        NamespaceInfo getNamespaceInfo()
        .temporal.api.namespace.v1.NamespaceInfo namespace_info = 1;
        Returns:
        The namespaceInfo.
      • getNamespaceInfoOrBuilder

        NamespaceInfoOrBuilder getNamespaceInfoOrBuilder()
        .temporal.api.namespace.v1.NamespaceInfo namespace_info = 1;
      • hasConfig

        boolean hasConfig()
        .temporal.api.namespace.v1.NamespaceConfig config = 2;
        Returns:
        Whether the config field is set.
      • getConfig

        NamespaceConfig getConfig()
        .temporal.api.namespace.v1.NamespaceConfig config = 2;
        Returns:
        The config.
      • getConfigOrBuilder

        NamespaceConfigOrBuilder getConfigOrBuilder()
        .temporal.api.namespace.v1.NamespaceConfig config = 2;
      • hasReplicationConfig

        boolean hasReplicationConfig()
        .temporal.api.replication.v1.NamespaceReplicationConfig replication_config = 3;
        Returns:
        Whether the replicationConfig field is set.
      • getReplicationConfig

        NamespaceReplicationConfig getReplicationConfig()
        .temporal.api.replication.v1.NamespaceReplicationConfig replication_config = 3;
        Returns:
        The replicationConfig.
      • getReplicationConfigOrBuilder

        NamespaceReplicationConfigOrBuilder getReplicationConfigOrBuilder()
        .temporal.api.replication.v1.NamespaceReplicationConfig replication_config = 3;
      • getFailoverVersion

        long getFailoverVersion()
        int64 failover_version = 4;
        Returns:
        The failoverVersion.
      • getIsGlobalNamespace

        boolean getIsGlobalNamespace()
        bool is_global_namespace = 5;
        Returns:
        The isGlobalNamespace.
      • getFailoverHistoryList

        java.util.List<FailoverStatus> getFailoverHistoryList()
         Contains the historical state of failover_versions for the cluster, truncated to contain only the last N
         states to ensure that the list does not grow unbounded.
         
        repeated .temporal.api.replication.v1.FailoverStatus failover_history = 6;
      • getFailoverHistory

        FailoverStatus getFailoverHistory​(int index)
         Contains the historical state of failover_versions for the cluster, truncated to contain only the last N
         states to ensure that the list does not grow unbounded.
         
        repeated .temporal.api.replication.v1.FailoverStatus failover_history = 6;
      • getFailoverHistoryCount

        int getFailoverHistoryCount()
         Contains the historical state of failover_versions for the cluster, truncated to contain only the last N
         states to ensure that the list does not grow unbounded.
         
        repeated .temporal.api.replication.v1.FailoverStatus failover_history = 6;
      • getFailoverHistoryOrBuilderList

        java.util.List<? extends FailoverStatusOrBuilder> getFailoverHistoryOrBuilderList()
         Contains the historical state of failover_versions for the cluster, truncated to contain only the last N
         states to ensure that the list does not grow unbounded.
         
        repeated .temporal.api.replication.v1.FailoverStatus failover_history = 6;
      • getFailoverHistoryOrBuilder

        FailoverStatusOrBuilder getFailoverHistoryOrBuilder​(int index)
         Contains the historical state of failover_versions for the cluster, truncated to contain only the last N
         states to ensure that the list does not grow unbounded.
         
        repeated .temporal.api.replication.v1.FailoverStatus failover_history = 6;