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 Details

    • 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

      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

      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;
    • getPollerGroupInfosList

      @Deprecated List<PollerGroupInfo> getPollerGroupInfosList()
      Deprecated.
       Deprecated. Use `poller_groups_info` instead, which carries a version so the client can
       ignore stale updates.
       The initial info that client should use for poller group assignment. This information is
       updated through poll response. Client is supposed to use the info received in the latest
       poll response.
       
      repeated .temporal.api.taskqueue.v1.PollerGroupInfo poller_group_infos = 7 [deprecated = true];
    • getPollerGroupInfos

      @Deprecated PollerGroupInfo getPollerGroupInfos(int index)
      Deprecated.
       Deprecated. Use `poller_groups_info` instead, which carries a version so the client can
       ignore stale updates.
       The initial info that client should use for poller group assignment. This information is
       updated through poll response. Client is supposed to use the info received in the latest
       poll response.
       
      repeated .temporal.api.taskqueue.v1.PollerGroupInfo poller_group_infos = 7 [deprecated = true];
    • getPollerGroupInfosCount

      @Deprecated int getPollerGroupInfosCount()
      Deprecated.
       Deprecated. Use `poller_groups_info` instead, which carries a version so the client can
       ignore stale updates.
       The initial info that client should use for poller group assignment. This information is
       updated through poll response. Client is supposed to use the info received in the latest
       poll response.
       
      repeated .temporal.api.taskqueue.v1.PollerGroupInfo poller_group_infos = 7 [deprecated = true];
    • getPollerGroupInfosOrBuilderList

      @Deprecated List<? extends PollerGroupInfoOrBuilder> getPollerGroupInfosOrBuilderList()
      Deprecated.
       Deprecated. Use `poller_groups_info` instead, which carries a version so the client can
       ignore stale updates.
       The initial info that client should use for poller group assignment. This information is
       updated through poll response. Client is supposed to use the info received in the latest
       poll response.
       
      repeated .temporal.api.taskqueue.v1.PollerGroupInfo poller_group_infos = 7 [deprecated = true];
    • getPollerGroupInfosOrBuilder

      @Deprecated PollerGroupInfoOrBuilder getPollerGroupInfosOrBuilder(int index)
      Deprecated.
       Deprecated. Use `poller_groups_info` instead, which carries a version so the client can
       ignore stale updates.
       The initial info that client should use for poller group assignment. This information is
       updated through poll response. Client is supposed to use the info received in the latest
       poll response.
       
      repeated .temporal.api.taskqueue.v1.PollerGroupInfo poller_group_infos = 7 [deprecated = true];
    • hasPollerGroupsInfo

      boolean hasPollerGroupsInfo()
       The initial, versioned info that client should use for poller group assignment. This
       information is updated through poll responses. Client is supposed to use the info with the
       highest version it has received.
       
      .temporal.api.taskqueue.v1.PollerGroupsInfo poller_groups_info = 8;
      Returns:
      Whether the pollerGroupsInfo field is set.
    • getPollerGroupsInfo

      PollerGroupsInfo getPollerGroupsInfo()
       The initial, versioned info that client should use for poller group assignment. This
       information is updated through poll responses. Client is supposed to use the info with the
       highest version it has received.
       
      .temporal.api.taskqueue.v1.PollerGroupsInfo poller_groups_info = 8;
      Returns:
      The pollerGroupsInfo.
    • getPollerGroupsInfoOrBuilder

      PollerGroupsInfoOrBuilder getPollerGroupsInfoOrBuilder()
       The initial, versioned info that client should use for poller group assignment. This
       information is updated through poll responses. Client is supposed to use the info with the
       highest version it has received.
       
      .temporal.api.taskqueue.v1.PollerGroupsInfo poller_groups_info = 8;