Class DescribeNamespaceResponse

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.temporal.api.workflowservice.v1.DescribeNamespaceResponse
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DescribeNamespaceResponseOrBuilder, Serializable

@Generated(value="protoc", comments="annotations:DescribeNamespaceResponse.java.pb.meta") public final class DescribeNamespaceResponse extends com.google.protobuf.GeneratedMessageV3 implements DescribeNamespaceResponseOrBuilder
Protobuf type temporal.api.workflowservice.v1.DescribeNamespaceResponse
See Also:
  • Field Details

    • NAMESPACE_INFO_FIELD_NUMBER

      public static final int NAMESPACE_INFO_FIELD_NUMBER
      See Also:
    • CONFIG_FIELD_NUMBER

      public static final int CONFIG_FIELD_NUMBER
      See Also:
    • REPLICATION_CONFIG_FIELD_NUMBER

      public static final int REPLICATION_CONFIG_FIELD_NUMBER
      See Also:
    • FAILOVER_VERSION_FIELD_NUMBER

      public static final int FAILOVER_VERSION_FIELD_NUMBER
      See Also:
    • IS_GLOBAL_NAMESPACE_FIELD_NUMBER

      public static final int IS_GLOBAL_NAMESPACE_FIELD_NUMBER
      See Also:
    • FAILOVER_HISTORY_FIELD_NUMBER

      public static final int FAILOVER_HISTORY_FIELD_NUMBER
      See Also:
    • POLLER_GROUP_INFOS_FIELD_NUMBER

      public static final int POLLER_GROUP_INFOS_FIELD_NUMBER
      See Also:
    • POLLER_GROUPS_INFO_FIELD_NUMBER

      public static final int POLLER_GROUPS_INFO_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasNamespaceInfo

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

      public NamespaceInfo getNamespaceInfo()
      .temporal.api.namespace.v1.NamespaceInfo namespace_info = 1;
      Specified by:
      getNamespaceInfo in interface DescribeNamespaceResponseOrBuilder
      Returns:
      The namespaceInfo.
    • getNamespaceInfoOrBuilder

      public NamespaceInfoOrBuilder getNamespaceInfoOrBuilder()
      .temporal.api.namespace.v1.NamespaceInfo namespace_info = 1;
      Specified by:
      getNamespaceInfoOrBuilder in interface DescribeNamespaceResponseOrBuilder
    • hasConfig

      public boolean hasConfig()
      .temporal.api.namespace.v1.NamespaceConfig config = 2;
      Specified by:
      hasConfig in interface DescribeNamespaceResponseOrBuilder
      Returns:
      Whether the config field is set.
    • getConfig

      public NamespaceConfig getConfig()
      .temporal.api.namespace.v1.NamespaceConfig config = 2;
      Specified by:
      getConfig in interface DescribeNamespaceResponseOrBuilder
      Returns:
      The config.
    • getConfigOrBuilder

      public NamespaceConfigOrBuilder getConfigOrBuilder()
      .temporal.api.namespace.v1.NamespaceConfig config = 2;
      Specified by:
      getConfigOrBuilder in interface DescribeNamespaceResponseOrBuilder
    • hasReplicationConfig

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

      public NamespaceReplicationConfig getReplicationConfig()
      .temporal.api.replication.v1.NamespaceReplicationConfig replication_config = 3;
      Specified by:
      getReplicationConfig in interface DescribeNamespaceResponseOrBuilder
      Returns:
      The replicationConfig.
    • getReplicationConfigOrBuilder

      public NamespaceReplicationConfigOrBuilder getReplicationConfigOrBuilder()
      .temporal.api.replication.v1.NamespaceReplicationConfig replication_config = 3;
      Specified by:
      getReplicationConfigOrBuilder in interface DescribeNamespaceResponseOrBuilder
    • getFailoverVersion

      public long getFailoverVersion()
      int64 failover_version = 4;
      Specified by:
      getFailoverVersion in interface DescribeNamespaceResponseOrBuilder
      Returns:
      The failoverVersion.
    • getIsGlobalNamespace

      public boolean getIsGlobalNamespace()
      bool is_global_namespace = 5;
      Specified by:
      getIsGlobalNamespace in interface DescribeNamespaceResponseOrBuilder
      Returns:
      The isGlobalNamespace.
    • getFailoverHistoryList

      public 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;
      Specified by:
      getFailoverHistoryList in interface DescribeNamespaceResponseOrBuilder
    • getFailoverHistoryOrBuilderList

      public 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;
      Specified by:
      getFailoverHistoryOrBuilderList in interface DescribeNamespaceResponseOrBuilder
    • getFailoverHistoryCount

      public 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;
      Specified by:
      getFailoverHistoryCount in interface DescribeNamespaceResponseOrBuilder
    • getFailoverHistory

      public 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;
      Specified by:
      getFailoverHistory in interface DescribeNamespaceResponseOrBuilder
    • getFailoverHistoryOrBuilder

      public 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;
      Specified by:
      getFailoverHistoryOrBuilder in interface DescribeNamespaceResponseOrBuilder
    • getPollerGroupInfosList

      @Deprecated public 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];
      Specified by:
      getPollerGroupInfosList in interface DescribeNamespaceResponseOrBuilder
    • getPollerGroupInfosOrBuilderList

      @Deprecated public 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];
      Specified by:
      getPollerGroupInfosOrBuilderList in interface DescribeNamespaceResponseOrBuilder
    • getPollerGroupInfosCount

      @Deprecated public 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];
      Specified by:
      getPollerGroupInfosCount in interface DescribeNamespaceResponseOrBuilder
    • getPollerGroupInfos

      @Deprecated public 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];
      Specified by:
      getPollerGroupInfos in interface DescribeNamespaceResponseOrBuilder
    • getPollerGroupInfosOrBuilder

      @Deprecated public 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];
      Specified by:
      getPollerGroupInfosOrBuilder in interface DescribeNamespaceResponseOrBuilder
    • hasPollerGroupsInfo

      public 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;
      Specified by:
      hasPollerGroupsInfo in interface DescribeNamespaceResponseOrBuilder
      Returns:
      Whether the pollerGroupsInfo field is set.
    • getPollerGroupsInfo

      public 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;
      Specified by:
      getPollerGroupsInfo in interface DescribeNamespaceResponseOrBuilder
      Returns:
      The pollerGroupsInfo.
    • getPollerGroupsInfoOrBuilder

      public 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;
      Specified by:
      getPollerGroupsInfoOrBuilder in interface DescribeNamespaceResponseOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static DescribeNamespaceResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DescribeNamespaceResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DescribeNamespaceResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DescribeNamespaceResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DescribeNamespaceResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DescribeNamespaceResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DescribeNamespaceResponse parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DescribeNamespaceResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static DescribeNamespaceResponse parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static DescribeNamespaceResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DescribeNamespaceResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DescribeNamespaceResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public DescribeNamespaceResponse.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static DescribeNamespaceResponse.Builder newBuilder()
    • newBuilder

      public static DescribeNamespaceResponse.Builder newBuilder(DescribeNamespaceResponse prototype)
    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected DescribeNamespaceResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static DescribeNamespaceResponse getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<DescribeNamespaceResponse> parser()
    • getParserForType

      public com.google.protobuf.Parser<DescribeNamespaceResponse> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public DescribeNamespaceResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder