Class Namespace.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<Namespace.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<Namespace.Builder>
io.temporal.api.cloud.namespace.v1.Namespace.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, NamespaceOrBuilder, Cloneable
Enclosing class:
Namespace

public static final class Namespace.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Namespace.Builder> implements NamespaceOrBuilder
Protobuf type temporal.api.cloud.namespace.v1.Namespace
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
      Overrides:
      internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<Namespace.Builder>
    • internalGetMutableMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
      Overrides:
      internalGetMutableMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<Namespace.Builder>
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Namespace.Builder>
    • clear

      public Namespace.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<Namespace.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Namespace.Builder>
    • getDefaultInstanceForType

      public Namespace getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Namespace build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Namespace buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      public Namespace.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<Namespace.Builder>
    • setField

      public Namespace.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<Namespace.Builder>
    • clearField

      public Namespace.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Namespace.Builder>
    • clearOneof

      public Namespace.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Namespace.Builder>
    • setRepeatedField

      public Namespace.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Namespace.Builder>
    • addRepeatedField

      public Namespace.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Namespace.Builder>
    • mergeFrom

      public Namespace.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Namespace.Builder>
    • mergeFrom

      public Namespace.Builder mergeFrom(Namespace other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Namespace.Builder>
    • mergeFrom

      public Namespace.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Namespace.Builder>
      Throws:
      IOException
    • getNamespace

      public String getNamespace()
       The namespace identifier.
       
      string namespace = 1;
      Specified by:
      getNamespace in interface NamespaceOrBuilder
      Returns:
      The namespace.
    • getNamespaceBytes

      public com.google.protobuf.ByteString getNamespaceBytes()
       The namespace identifier.
       
      string namespace = 1;
      Specified by:
      getNamespaceBytes in interface NamespaceOrBuilder
      Returns:
      The bytes for namespace.
    • setNamespace

      public Namespace.Builder setNamespace(String value)
       The namespace identifier.
       
      string namespace = 1;
      Parameters:
      value - The namespace to set.
      Returns:
      This builder for chaining.
    • clearNamespace

      public Namespace.Builder clearNamespace()
       The namespace identifier.
       
      string namespace = 1;
      Returns:
      This builder for chaining.
    • setNamespaceBytes

      public Namespace.Builder setNamespaceBytes(com.google.protobuf.ByteString value)
       The namespace identifier.
       
      string namespace = 1;
      Parameters:
      value - The bytes for namespace to set.
      Returns:
      This builder for chaining.
    • getResourceVersion

      public String getResourceVersion()
       The current version of the namespace specification.
       The next update operation will have to include this version.
       
      string resource_version = 2;
      Specified by:
      getResourceVersion in interface NamespaceOrBuilder
      Returns:
      The resourceVersion.
    • getResourceVersionBytes

      public com.google.protobuf.ByteString getResourceVersionBytes()
       The current version of the namespace specification.
       The next update operation will have to include this version.
       
      string resource_version = 2;
      Specified by:
      getResourceVersionBytes in interface NamespaceOrBuilder
      Returns:
      The bytes for resourceVersion.
    • setResourceVersion

      public Namespace.Builder setResourceVersion(String value)
       The current version of the namespace specification.
       The next update operation will have to include this version.
       
      string resource_version = 2;
      Parameters:
      value - The resourceVersion to set.
      Returns:
      This builder for chaining.
    • clearResourceVersion

      public Namespace.Builder clearResourceVersion()
       The current version of the namespace specification.
       The next update operation will have to include this version.
       
      string resource_version = 2;
      Returns:
      This builder for chaining.
    • setResourceVersionBytes

      public Namespace.Builder setResourceVersionBytes(com.google.protobuf.ByteString value)
       The current version of the namespace specification.
       The next update operation will have to include this version.
       
      string resource_version = 2;
      Parameters:
      value - The bytes for resourceVersion to set.
      Returns:
      This builder for chaining.
    • hasSpec

      public boolean hasSpec()
       The namespace specification.
       
      .temporal.api.cloud.namespace.v1.NamespaceSpec spec = 3;
      Specified by:
      hasSpec in interface NamespaceOrBuilder
      Returns:
      Whether the spec field is set.
    • getSpec

      public NamespaceSpec getSpec()
       The namespace specification.
       
      .temporal.api.cloud.namespace.v1.NamespaceSpec spec = 3;
      Specified by:
      getSpec in interface NamespaceOrBuilder
      Returns:
      The spec.
    • setSpec

      public Namespace.Builder setSpec(NamespaceSpec value)
       The namespace specification.
       
      .temporal.api.cloud.namespace.v1.NamespaceSpec spec = 3;
    • setSpec

      public Namespace.Builder setSpec(NamespaceSpec.Builder builderForValue)
       The namespace specification.
       
      .temporal.api.cloud.namespace.v1.NamespaceSpec spec = 3;
    • mergeSpec

      public Namespace.Builder mergeSpec(NamespaceSpec value)
       The namespace specification.
       
      .temporal.api.cloud.namespace.v1.NamespaceSpec spec = 3;
    • clearSpec

      public Namespace.Builder clearSpec()
       The namespace specification.
       
      .temporal.api.cloud.namespace.v1.NamespaceSpec spec = 3;
    • getSpecBuilder

      public NamespaceSpec.Builder getSpecBuilder()
       The namespace specification.
       
      .temporal.api.cloud.namespace.v1.NamespaceSpec spec = 3;
    • getSpecOrBuilder

      public NamespaceSpecOrBuilder getSpecOrBuilder()
       The namespace specification.
       
      .temporal.api.cloud.namespace.v1.NamespaceSpec spec = 3;
      Specified by:
      getSpecOrBuilder in interface NamespaceOrBuilder
    • getStateDeprecated

      @Deprecated public String getStateDeprecated()
      Deprecated.
      temporal.api.cloud.namespace.v1.Namespace.state_deprecated is deprecated. See temporal/api/cloud/namespace/v1/message.proto;l=328
       The current state of the namespace.
       Deprecated: Not supported after v0.3.0 api version. Use state instead.
       temporal:versioning:max_version=v0.3.0
       
      string state_deprecated = 4 [deprecated = true];
      Specified by:
      getStateDeprecated in interface NamespaceOrBuilder
      Returns:
      The stateDeprecated.
    • getStateDeprecatedBytes

      @Deprecated public com.google.protobuf.ByteString getStateDeprecatedBytes()
      Deprecated.
      temporal.api.cloud.namespace.v1.Namespace.state_deprecated is deprecated. See temporal/api/cloud/namespace/v1/message.proto;l=328
       The current state of the namespace.
       Deprecated: Not supported after v0.3.0 api version. Use state instead.
       temporal:versioning:max_version=v0.3.0
       
      string state_deprecated = 4 [deprecated = true];
      Specified by:
      getStateDeprecatedBytes in interface NamespaceOrBuilder
      Returns:
      The bytes for stateDeprecated.
    • setStateDeprecated

      @Deprecated public Namespace.Builder setStateDeprecated(String value)
      Deprecated.
      temporal.api.cloud.namespace.v1.Namespace.state_deprecated is deprecated. See temporal/api/cloud/namespace/v1/message.proto;l=328
       The current state of the namespace.
       Deprecated: Not supported after v0.3.0 api version. Use state instead.
       temporal:versioning:max_version=v0.3.0
       
      string state_deprecated = 4 [deprecated = true];
      Parameters:
      value - The stateDeprecated to set.
      Returns:
      This builder for chaining.
    • clearStateDeprecated

      @Deprecated public Namespace.Builder clearStateDeprecated()
      Deprecated.
      temporal.api.cloud.namespace.v1.Namespace.state_deprecated is deprecated. See temporal/api/cloud/namespace/v1/message.proto;l=328
       The current state of the namespace.
       Deprecated: Not supported after v0.3.0 api version. Use state instead.
       temporal:versioning:max_version=v0.3.0
       
      string state_deprecated = 4 [deprecated = true];
      Returns:
      This builder for chaining.
    • setStateDeprecatedBytes

      @Deprecated public Namespace.Builder setStateDeprecatedBytes(com.google.protobuf.ByteString value)
      Deprecated.
      temporal.api.cloud.namespace.v1.Namespace.state_deprecated is deprecated. See temporal/api/cloud/namespace/v1/message.proto;l=328
       The current state of the namespace.
       Deprecated: Not supported after v0.3.0 api version. Use state instead.
       temporal:versioning:max_version=v0.3.0
       
      string state_deprecated = 4 [deprecated = true];
      Parameters:
      value - The bytes for stateDeprecated to set.
      Returns:
      This builder for chaining.
    • getStateValue

      public int getStateValue()
       The current state of the namespace.
       For any failed state, reach out to Temporal Cloud support for remediation.
       temporal:versioning:min_version=v0.3.0
       temporal:enums:replaces=state_deprecated
       
      .temporal.api.cloud.resource.v1.ResourceState state = 13;
      Specified by:
      getStateValue in interface NamespaceOrBuilder
      Returns:
      The enum numeric value on the wire for state.
    • setStateValue

      public Namespace.Builder setStateValue(int value)
       The current state of the namespace.
       For any failed state, reach out to Temporal Cloud support for remediation.
       temporal:versioning:min_version=v0.3.0
       temporal:enums:replaces=state_deprecated
       
      .temporal.api.cloud.resource.v1.ResourceState state = 13;
      Parameters:
      value - The enum numeric value on the wire for state to set.
      Returns:
      This builder for chaining.
    • getState

      public ResourceState getState()
       The current state of the namespace.
       For any failed state, reach out to Temporal Cloud support for remediation.
       temporal:versioning:min_version=v0.3.0
       temporal:enums:replaces=state_deprecated
       
      .temporal.api.cloud.resource.v1.ResourceState state = 13;
      Specified by:
      getState in interface NamespaceOrBuilder
      Returns:
      The state.
    • setState

      public Namespace.Builder setState(ResourceState value)
       The current state of the namespace.
       For any failed state, reach out to Temporal Cloud support for remediation.
       temporal:versioning:min_version=v0.3.0
       temporal:enums:replaces=state_deprecated
       
      .temporal.api.cloud.resource.v1.ResourceState state = 13;
      Parameters:
      value - The state to set.
      Returns:
      This builder for chaining.
    • clearState

      public Namespace.Builder clearState()
       The current state of the namespace.
       For any failed state, reach out to Temporal Cloud support for remediation.
       temporal:versioning:min_version=v0.3.0
       temporal:enums:replaces=state_deprecated
       
      .temporal.api.cloud.resource.v1.ResourceState state = 13;
      Returns:
      This builder for chaining.
    • getAsyncOperationId

      public String getAsyncOperationId()
       The id of the async operation that is creating/updating/deleting the namespace, if any.
       
      string async_operation_id = 5;
      Specified by:
      getAsyncOperationId in interface NamespaceOrBuilder
      Returns:
      The asyncOperationId.
    • getAsyncOperationIdBytes

      public com.google.protobuf.ByteString getAsyncOperationIdBytes()
       The id of the async operation that is creating/updating/deleting the namespace, if any.
       
      string async_operation_id = 5;
      Specified by:
      getAsyncOperationIdBytes in interface NamespaceOrBuilder
      Returns:
      The bytes for asyncOperationId.
    • setAsyncOperationId

      public Namespace.Builder setAsyncOperationId(String value)
       The id of the async operation that is creating/updating/deleting the namespace, if any.
       
      string async_operation_id = 5;
      Parameters:
      value - The asyncOperationId to set.
      Returns:
      This builder for chaining.
    • clearAsyncOperationId

      public Namespace.Builder clearAsyncOperationId()
       The id of the async operation that is creating/updating/deleting the namespace, if any.
       
      string async_operation_id = 5;
      Returns:
      This builder for chaining.
    • setAsyncOperationIdBytes

      public Namespace.Builder setAsyncOperationIdBytes(com.google.protobuf.ByteString value)
       The id of the async operation that is creating/updating/deleting the namespace, if any.
       
      string async_operation_id = 5;
      Parameters:
      value - The bytes for asyncOperationId to set.
      Returns:
      This builder for chaining.
    • hasEndpoints

      public boolean hasEndpoints()
       The endpoints for the namespace.
       
      .temporal.api.cloud.namespace.v1.Endpoints endpoints = 6;
      Specified by:
      hasEndpoints in interface NamespaceOrBuilder
      Returns:
      Whether the endpoints field is set.
    • getEndpoints

      public Endpoints getEndpoints()
       The endpoints for the namespace.
       
      .temporal.api.cloud.namespace.v1.Endpoints endpoints = 6;
      Specified by:
      getEndpoints in interface NamespaceOrBuilder
      Returns:
      The endpoints.
    • setEndpoints

      public Namespace.Builder setEndpoints(Endpoints value)
       The endpoints for the namespace.
       
      .temporal.api.cloud.namespace.v1.Endpoints endpoints = 6;
    • setEndpoints

      public Namespace.Builder setEndpoints(Endpoints.Builder builderForValue)
       The endpoints for the namespace.
       
      .temporal.api.cloud.namespace.v1.Endpoints endpoints = 6;
    • mergeEndpoints

      public Namespace.Builder mergeEndpoints(Endpoints value)
       The endpoints for the namespace.
       
      .temporal.api.cloud.namespace.v1.Endpoints endpoints = 6;
    • clearEndpoints

      public Namespace.Builder clearEndpoints()
       The endpoints for the namespace.
       
      .temporal.api.cloud.namespace.v1.Endpoints endpoints = 6;
    • getEndpointsBuilder

      public Endpoints.Builder getEndpointsBuilder()
       The endpoints for the namespace.
       
      .temporal.api.cloud.namespace.v1.Endpoints endpoints = 6;
    • getEndpointsOrBuilder

      public EndpointsOrBuilder getEndpointsOrBuilder()
       The endpoints for the namespace.
       
      .temporal.api.cloud.namespace.v1.Endpoints endpoints = 6;
      Specified by:
      getEndpointsOrBuilder in interface NamespaceOrBuilder
    • getActiveRegion

      public String getActiveRegion()
       The currently active region for the namespace.
       
      string active_region = 7;
      Specified by:
      getActiveRegion in interface NamespaceOrBuilder
      Returns:
      The activeRegion.
    • getActiveRegionBytes

      public com.google.protobuf.ByteString getActiveRegionBytes()
       The currently active region for the namespace.
       
      string active_region = 7;
      Specified by:
      getActiveRegionBytes in interface NamespaceOrBuilder
      Returns:
      The bytes for activeRegion.
    • setActiveRegion

      public Namespace.Builder setActiveRegion(String value)
       The currently active region for the namespace.
       
      string active_region = 7;
      Parameters:
      value - The activeRegion to set.
      Returns:
      This builder for chaining.
    • clearActiveRegion

      public Namespace.Builder clearActiveRegion()
       The currently active region for the namespace.
       
      string active_region = 7;
      Returns:
      This builder for chaining.
    • setActiveRegionBytes

      public Namespace.Builder setActiveRegionBytes(com.google.protobuf.ByteString value)
       The currently active region for the namespace.
       
      string active_region = 7;
      Parameters:
      value - The bytes for activeRegion to set.
      Returns:
      This builder for chaining.
    • hasLimits

      public boolean hasLimits()
       The limits set on the namespace currently.
       
      .temporal.api.cloud.namespace.v1.Limits limits = 8;
      Specified by:
      hasLimits in interface NamespaceOrBuilder
      Returns:
      Whether the limits field is set.
    • getLimits

      public Limits getLimits()
       The limits set on the namespace currently.
       
      .temporal.api.cloud.namespace.v1.Limits limits = 8;
      Specified by:
      getLimits in interface NamespaceOrBuilder
      Returns:
      The limits.
    • setLimits

      public Namespace.Builder setLimits(Limits value)
       The limits set on the namespace currently.
       
      .temporal.api.cloud.namespace.v1.Limits limits = 8;
    • setLimits

      public Namespace.Builder setLimits(Limits.Builder builderForValue)
       The limits set on the namespace currently.
       
      .temporal.api.cloud.namespace.v1.Limits limits = 8;
    • mergeLimits

      public Namespace.Builder mergeLimits(Limits value)
       The limits set on the namespace currently.
       
      .temporal.api.cloud.namespace.v1.Limits limits = 8;
    • clearLimits

      public Namespace.Builder clearLimits()
       The limits set on the namespace currently.
       
      .temporal.api.cloud.namespace.v1.Limits limits = 8;
    • getLimitsBuilder

      public Limits.Builder getLimitsBuilder()
       The limits set on the namespace currently.
       
      .temporal.api.cloud.namespace.v1.Limits limits = 8;
    • getLimitsOrBuilder

      public LimitsOrBuilder getLimitsOrBuilder()
       The limits set on the namespace currently.
       
      .temporal.api.cloud.namespace.v1.Limits limits = 8;
      Specified by:
      getLimitsOrBuilder in interface NamespaceOrBuilder
    • getPrivateConnectivitiesList

      public List<PrivateConnectivity> getPrivateConnectivitiesList()
       The private connectivities for the namespace, if any.
       
      repeated .temporal.api.cloud.namespace.v1.PrivateConnectivity private_connectivities = 9;
      Specified by:
      getPrivateConnectivitiesList in interface NamespaceOrBuilder
    • getPrivateConnectivitiesCount

      public int getPrivateConnectivitiesCount()
       The private connectivities for the namespace, if any.
       
      repeated .temporal.api.cloud.namespace.v1.PrivateConnectivity private_connectivities = 9;
      Specified by:
      getPrivateConnectivitiesCount in interface NamespaceOrBuilder
    • getPrivateConnectivities

      public PrivateConnectivity getPrivateConnectivities(int index)
       The private connectivities for the namespace, if any.
       
      repeated .temporal.api.cloud.namespace.v1.PrivateConnectivity private_connectivities = 9;
      Specified by:
      getPrivateConnectivities in interface NamespaceOrBuilder
    • setPrivateConnectivities

      public Namespace.Builder setPrivateConnectivities(int index, PrivateConnectivity value)
       The private connectivities for the namespace, if any.
       
      repeated .temporal.api.cloud.namespace.v1.PrivateConnectivity private_connectivities = 9;
    • setPrivateConnectivities

      public Namespace.Builder setPrivateConnectivities(int index, PrivateConnectivity.Builder builderForValue)
       The private connectivities for the namespace, if any.
       
      repeated .temporal.api.cloud.namespace.v1.PrivateConnectivity private_connectivities = 9;
    • addPrivateConnectivities

      public Namespace.Builder addPrivateConnectivities(PrivateConnectivity value)
       The private connectivities for the namespace, if any.
       
      repeated .temporal.api.cloud.namespace.v1.PrivateConnectivity private_connectivities = 9;
    • addPrivateConnectivities

      public Namespace.Builder addPrivateConnectivities(int index, PrivateConnectivity value)
       The private connectivities for the namespace, if any.
       
      repeated .temporal.api.cloud.namespace.v1.PrivateConnectivity private_connectivities = 9;
    • addPrivateConnectivities

      public Namespace.Builder addPrivateConnectivities(PrivateConnectivity.Builder builderForValue)
       The private connectivities for the namespace, if any.
       
      repeated .temporal.api.cloud.namespace.v1.PrivateConnectivity private_connectivities = 9;
    • addPrivateConnectivities

      public Namespace.Builder addPrivateConnectivities(int index, PrivateConnectivity.Builder builderForValue)
       The private connectivities for the namespace, if any.
       
      repeated .temporal.api.cloud.namespace.v1.PrivateConnectivity private_connectivities = 9;
    • addAllPrivateConnectivities

      public Namespace.Builder addAllPrivateConnectivities(Iterable<? extends PrivateConnectivity> values)
       The private connectivities for the namespace, if any.
       
      repeated .temporal.api.cloud.namespace.v1.PrivateConnectivity private_connectivities = 9;
    • clearPrivateConnectivities

      public Namespace.Builder clearPrivateConnectivities()
       The private connectivities for the namespace, if any.
       
      repeated .temporal.api.cloud.namespace.v1.PrivateConnectivity private_connectivities = 9;
    • removePrivateConnectivities

      public Namespace.Builder removePrivateConnectivities(int index)
       The private connectivities for the namespace, if any.
       
      repeated .temporal.api.cloud.namespace.v1.PrivateConnectivity private_connectivities = 9;
    • getPrivateConnectivitiesBuilder

      public PrivateConnectivity.Builder getPrivateConnectivitiesBuilder(int index)
       The private connectivities for the namespace, if any.
       
      repeated .temporal.api.cloud.namespace.v1.PrivateConnectivity private_connectivities = 9;
    • getPrivateConnectivitiesOrBuilder

      public PrivateConnectivityOrBuilder getPrivateConnectivitiesOrBuilder(int index)
       The private connectivities for the namespace, if any.
       
      repeated .temporal.api.cloud.namespace.v1.PrivateConnectivity private_connectivities = 9;
      Specified by:
      getPrivateConnectivitiesOrBuilder in interface NamespaceOrBuilder
    • getPrivateConnectivitiesOrBuilderList

      public List<? extends PrivateConnectivityOrBuilder> getPrivateConnectivitiesOrBuilderList()
       The private connectivities for the namespace, if any.
       
      repeated .temporal.api.cloud.namespace.v1.PrivateConnectivity private_connectivities = 9;
      Specified by:
      getPrivateConnectivitiesOrBuilderList in interface NamespaceOrBuilder
    • addPrivateConnectivitiesBuilder

      public PrivateConnectivity.Builder addPrivateConnectivitiesBuilder()
       The private connectivities for the namespace, if any.
       
      repeated .temporal.api.cloud.namespace.v1.PrivateConnectivity private_connectivities = 9;
    • addPrivateConnectivitiesBuilder

      public PrivateConnectivity.Builder addPrivateConnectivitiesBuilder(int index)
       The private connectivities for the namespace, if any.
       
      repeated .temporal.api.cloud.namespace.v1.PrivateConnectivity private_connectivities = 9;
    • getPrivateConnectivitiesBuilderList

      public List<PrivateConnectivity.Builder> getPrivateConnectivitiesBuilderList()
       The private connectivities for the namespace, if any.
       
      repeated .temporal.api.cloud.namespace.v1.PrivateConnectivity private_connectivities = 9;
    • hasCreatedTime

      public boolean hasCreatedTime()
       The date and time when the namespace was created.
       
      .google.protobuf.Timestamp created_time = 10;
      Specified by:
      hasCreatedTime in interface NamespaceOrBuilder
      Returns:
      Whether the createdTime field is set.
    • getCreatedTime

      public com.google.protobuf.Timestamp getCreatedTime()
       The date and time when the namespace was created.
       
      .google.protobuf.Timestamp created_time = 10;
      Specified by:
      getCreatedTime in interface NamespaceOrBuilder
      Returns:
      The createdTime.
    • setCreatedTime

      public Namespace.Builder setCreatedTime(com.google.protobuf.Timestamp value)
       The date and time when the namespace was created.
       
      .google.protobuf.Timestamp created_time = 10;
    • setCreatedTime

      public Namespace.Builder setCreatedTime(com.google.protobuf.Timestamp.Builder builderForValue)
       The date and time when the namespace was created.
       
      .google.protobuf.Timestamp created_time = 10;
    • mergeCreatedTime

      public Namespace.Builder mergeCreatedTime(com.google.protobuf.Timestamp value)
       The date and time when the namespace was created.
       
      .google.protobuf.Timestamp created_time = 10;
    • clearCreatedTime

      public Namespace.Builder clearCreatedTime()
       The date and time when the namespace was created.
       
      .google.protobuf.Timestamp created_time = 10;
    • getCreatedTimeBuilder

      public com.google.protobuf.Timestamp.Builder getCreatedTimeBuilder()
       The date and time when the namespace was created.
       
      .google.protobuf.Timestamp created_time = 10;
    • getCreatedTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getCreatedTimeOrBuilder()
       The date and time when the namespace was created.
       
      .google.protobuf.Timestamp created_time = 10;
      Specified by:
      getCreatedTimeOrBuilder in interface NamespaceOrBuilder
    • hasLastModifiedTime

      public boolean hasLastModifiedTime()
       The date and time when the namespace was last modified.
       Will not be set if the namespace has never been modified.
       
      .google.protobuf.Timestamp last_modified_time = 11;
      Specified by:
      hasLastModifiedTime in interface NamespaceOrBuilder
      Returns:
      Whether the lastModifiedTime field is set.
    • getLastModifiedTime

      public com.google.protobuf.Timestamp getLastModifiedTime()
       The date and time when the namespace was last modified.
       Will not be set if the namespace has never been modified.
       
      .google.protobuf.Timestamp last_modified_time = 11;
      Specified by:
      getLastModifiedTime in interface NamespaceOrBuilder
      Returns:
      The lastModifiedTime.
    • setLastModifiedTime

      public Namespace.Builder setLastModifiedTime(com.google.protobuf.Timestamp value)
       The date and time when the namespace was last modified.
       Will not be set if the namespace has never been modified.
       
      .google.protobuf.Timestamp last_modified_time = 11;
    • setLastModifiedTime

      public Namespace.Builder setLastModifiedTime(com.google.protobuf.Timestamp.Builder builderForValue)
       The date and time when the namespace was last modified.
       Will not be set if the namespace has never been modified.
       
      .google.protobuf.Timestamp last_modified_time = 11;
    • mergeLastModifiedTime

      public Namespace.Builder mergeLastModifiedTime(com.google.protobuf.Timestamp value)
       The date and time when the namespace was last modified.
       Will not be set if the namespace has never been modified.
       
      .google.protobuf.Timestamp last_modified_time = 11;
    • clearLastModifiedTime

      public Namespace.Builder clearLastModifiedTime()
       The date and time when the namespace was last modified.
       Will not be set if the namespace has never been modified.
       
      .google.protobuf.Timestamp last_modified_time = 11;
    • getLastModifiedTimeBuilder

      public com.google.protobuf.Timestamp.Builder getLastModifiedTimeBuilder()
       The date and time when the namespace was last modified.
       Will not be set if the namespace has never been modified.
       
      .google.protobuf.Timestamp last_modified_time = 11;
    • getLastModifiedTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getLastModifiedTimeOrBuilder()
       The date and time when the namespace was last modified.
       Will not be set if the namespace has never been modified.
       
      .google.protobuf.Timestamp last_modified_time = 11;
      Specified by:
      getLastModifiedTimeOrBuilder in interface NamespaceOrBuilder
    • getRegionStatusCount

      @Deprecated public int getRegionStatusCount()
      Deprecated.
      Description copied from interface: NamespaceOrBuilder
       The status of each region where the namespace is available.
       The id of the region is the key and the status is the value of the map.
       deprecated: Use replicas field instead.
       temporal:versioning:max_version=v0.15.0
       
      map<string, .temporal.api.cloud.namespace.v1.NamespaceRegionStatus> region_status = 12 [deprecated = true];
      Specified by:
      getRegionStatusCount in interface NamespaceOrBuilder
    • containsRegionStatus

      @Deprecated public boolean containsRegionStatus(String key)
      Deprecated.
       The status of each region where the namespace is available.
       The id of the region is the key and the status is the value of the map.
       deprecated: Use replicas field instead.
       temporal:versioning:max_version=v0.15.0
       
      map<string, .temporal.api.cloud.namespace.v1.NamespaceRegionStatus> region_status = 12 [deprecated = true];
      Specified by:
      containsRegionStatus in interface NamespaceOrBuilder
    • getRegionStatus

      @Deprecated public Map<String,NamespaceRegionStatus> getRegionStatus()
      Deprecated.
      Specified by:
      getRegionStatus in interface NamespaceOrBuilder
    • getRegionStatusMap

      @Deprecated public Map<String,NamespaceRegionStatus> getRegionStatusMap()
      Deprecated.
       The status of each region where the namespace is available.
       The id of the region is the key and the status is the value of the map.
       deprecated: Use replicas field instead.
       temporal:versioning:max_version=v0.15.0
       
      map<string, .temporal.api.cloud.namespace.v1.NamespaceRegionStatus> region_status = 12 [deprecated = true];
      Specified by:
      getRegionStatusMap in interface NamespaceOrBuilder
    • getRegionStatusOrDefault

      @Deprecated public NamespaceRegionStatus getRegionStatusOrDefault(String key, NamespaceRegionStatus defaultValue)
      Deprecated.
       The status of each region where the namespace is available.
       The id of the region is the key and the status is the value of the map.
       deprecated: Use replicas field instead.
       temporal:versioning:max_version=v0.15.0
       
      map<string, .temporal.api.cloud.namespace.v1.NamespaceRegionStatus> region_status = 12 [deprecated = true];
      Specified by:
      getRegionStatusOrDefault in interface NamespaceOrBuilder
    • getRegionStatusOrThrow

      @Deprecated public NamespaceRegionStatus getRegionStatusOrThrow(String key)
      Deprecated.
       The status of each region where the namespace is available.
       The id of the region is the key and the status is the value of the map.
       deprecated: Use replicas field instead.
       temporal:versioning:max_version=v0.15.0
       
      map<string, .temporal.api.cloud.namespace.v1.NamespaceRegionStatus> region_status = 12 [deprecated = true];
      Specified by:
      getRegionStatusOrThrow in interface NamespaceOrBuilder
    • clearRegionStatus

      @Deprecated public Namespace.Builder clearRegionStatus()
      Deprecated.
    • removeRegionStatus

      @Deprecated public Namespace.Builder removeRegionStatus(String key)
      Deprecated.
       The status of each region where the namespace is available.
       The id of the region is the key and the status is the value of the map.
       deprecated: Use replicas field instead.
       temporal:versioning:max_version=v0.15.0
       
      map<string, .temporal.api.cloud.namespace.v1.NamespaceRegionStatus> region_status = 12 [deprecated = true];
    • getMutableRegionStatus

      @Deprecated public Map<String,NamespaceRegionStatus> getMutableRegionStatus()
      Deprecated.
      Use alternate mutation accessors instead.
    • putRegionStatus

      @Deprecated public Namespace.Builder putRegionStatus(String key, NamespaceRegionStatus value)
      Deprecated.
       The status of each region where the namespace is available.
       The id of the region is the key and the status is the value of the map.
       deprecated: Use replicas field instead.
       temporal:versioning:max_version=v0.15.0
       
      map<string, .temporal.api.cloud.namespace.v1.NamespaceRegionStatus> region_status = 12 [deprecated = true];
    • putAllRegionStatus

      @Deprecated public Namespace.Builder putAllRegionStatus(Map<String,NamespaceRegionStatus> values)
      Deprecated.
       The status of each region where the namespace is available.
       The id of the region is the key and the status is the value of the map.
       deprecated: Use replicas field instead.
       temporal:versioning:max_version=v0.15.0
       
      map<string, .temporal.api.cloud.namespace.v1.NamespaceRegionStatus> region_status = 12 [deprecated = true];
    • putRegionStatusBuilderIfAbsent

      @Deprecated public NamespaceRegionStatus.Builder putRegionStatusBuilderIfAbsent(String key)
      Deprecated.
       The status of each region where the namespace is available.
       The id of the region is the key and the status is the value of the map.
       deprecated: Use replicas field instead.
       temporal:versioning:max_version=v0.15.0
       
      map<string, .temporal.api.cloud.namespace.v1.NamespaceRegionStatus> region_status = 12 [deprecated = true];
    • getConnectivityRulesList

      public List<ConnectivityRule> getConnectivityRulesList()
       The connectivity rules that are set on this namespace.
       
      repeated .temporal.api.cloud.connectivityrule.v1.ConnectivityRule connectivity_rules = 14;
      Specified by:
      getConnectivityRulesList in interface NamespaceOrBuilder
    • getConnectivityRulesCount

      public int getConnectivityRulesCount()
       The connectivity rules that are set on this namespace.
       
      repeated .temporal.api.cloud.connectivityrule.v1.ConnectivityRule connectivity_rules = 14;
      Specified by:
      getConnectivityRulesCount in interface NamespaceOrBuilder
    • getConnectivityRules

      public ConnectivityRule getConnectivityRules(int index)
       The connectivity rules that are set on this namespace.
       
      repeated .temporal.api.cloud.connectivityrule.v1.ConnectivityRule connectivity_rules = 14;
      Specified by:
      getConnectivityRules in interface NamespaceOrBuilder
    • setConnectivityRules

      public Namespace.Builder setConnectivityRules(int index, ConnectivityRule value)
       The connectivity rules that are set on this namespace.
       
      repeated .temporal.api.cloud.connectivityrule.v1.ConnectivityRule connectivity_rules = 14;
    • setConnectivityRules

      public Namespace.Builder setConnectivityRules(int index, ConnectivityRule.Builder builderForValue)
       The connectivity rules that are set on this namespace.
       
      repeated .temporal.api.cloud.connectivityrule.v1.ConnectivityRule connectivity_rules = 14;
    • addConnectivityRules

      public Namespace.Builder addConnectivityRules(ConnectivityRule value)
       The connectivity rules that are set on this namespace.
       
      repeated .temporal.api.cloud.connectivityrule.v1.ConnectivityRule connectivity_rules = 14;
    • addConnectivityRules

      public Namespace.Builder addConnectivityRules(int index, ConnectivityRule value)
       The connectivity rules that are set on this namespace.
       
      repeated .temporal.api.cloud.connectivityrule.v1.ConnectivityRule connectivity_rules = 14;
    • addConnectivityRules

      public Namespace.Builder addConnectivityRules(ConnectivityRule.Builder builderForValue)
       The connectivity rules that are set on this namespace.
       
      repeated .temporal.api.cloud.connectivityrule.v1.ConnectivityRule connectivity_rules = 14;
    • addConnectivityRules

      public Namespace.Builder addConnectivityRules(int index, ConnectivityRule.Builder builderForValue)
       The connectivity rules that are set on this namespace.
       
      repeated .temporal.api.cloud.connectivityrule.v1.ConnectivityRule connectivity_rules = 14;
    • addAllConnectivityRules

      public Namespace.Builder addAllConnectivityRules(Iterable<? extends ConnectivityRule> values)
       The connectivity rules that are set on this namespace.
       
      repeated .temporal.api.cloud.connectivityrule.v1.ConnectivityRule connectivity_rules = 14;
    • clearConnectivityRules

      public Namespace.Builder clearConnectivityRules()
       The connectivity rules that are set on this namespace.
       
      repeated .temporal.api.cloud.connectivityrule.v1.ConnectivityRule connectivity_rules = 14;
    • removeConnectivityRules

      public Namespace.Builder removeConnectivityRules(int index)
       The connectivity rules that are set on this namespace.
       
      repeated .temporal.api.cloud.connectivityrule.v1.ConnectivityRule connectivity_rules = 14;
    • getConnectivityRulesBuilder

      public ConnectivityRule.Builder getConnectivityRulesBuilder(int index)
       The connectivity rules that are set on this namespace.
       
      repeated .temporal.api.cloud.connectivityrule.v1.ConnectivityRule connectivity_rules = 14;
    • getConnectivityRulesOrBuilder

      public ConnectivityRuleOrBuilder getConnectivityRulesOrBuilder(int index)
       The connectivity rules that are set on this namespace.
       
      repeated .temporal.api.cloud.connectivityrule.v1.ConnectivityRule connectivity_rules = 14;
      Specified by:
      getConnectivityRulesOrBuilder in interface NamespaceOrBuilder
    • getConnectivityRulesOrBuilderList

      public List<? extends ConnectivityRuleOrBuilder> getConnectivityRulesOrBuilderList()
       The connectivity rules that are set on this namespace.
       
      repeated .temporal.api.cloud.connectivityrule.v1.ConnectivityRule connectivity_rules = 14;
      Specified by:
      getConnectivityRulesOrBuilderList in interface NamespaceOrBuilder
    • addConnectivityRulesBuilder

      public ConnectivityRule.Builder addConnectivityRulesBuilder()
       The connectivity rules that are set on this namespace.
       
      repeated .temporal.api.cloud.connectivityrule.v1.ConnectivityRule connectivity_rules = 14;
    • addConnectivityRulesBuilder

      public ConnectivityRule.Builder addConnectivityRulesBuilder(int index)
       The connectivity rules that are set on this namespace.
       
      repeated .temporal.api.cloud.connectivityrule.v1.ConnectivityRule connectivity_rules = 14;
    • getConnectivityRulesBuilderList

      public List<ConnectivityRule.Builder> getConnectivityRulesBuilderList()
       The connectivity rules that are set on this namespace.
       
      repeated .temporal.api.cloud.connectivityrule.v1.ConnectivityRule connectivity_rules = 14;
    • getTagsCount

      public int getTagsCount()
      Description copied from interface: NamespaceOrBuilder
       The tags for the namespace.
       
      map<string, string> tags = 15;
      Specified by:
      getTagsCount in interface NamespaceOrBuilder
    • containsTags

      public boolean containsTags(String key)
       The tags for the namespace.
       
      map<string, string> tags = 15;
      Specified by:
      containsTags in interface NamespaceOrBuilder
    • getTags

      @Deprecated public Map<String,String> getTags()
      Deprecated.
      Use getTagsMap() instead.
      Specified by:
      getTags in interface NamespaceOrBuilder
    • getTagsMap

      public Map<String,String> getTagsMap()
       The tags for the namespace.
       
      map<string, string> tags = 15;
      Specified by:
      getTagsMap in interface NamespaceOrBuilder
    • getTagsOrDefault

      public String getTagsOrDefault(String key, String defaultValue)
       The tags for the namespace.
       
      map<string, string> tags = 15;
      Specified by:
      getTagsOrDefault in interface NamespaceOrBuilder
    • getTagsOrThrow

      public String getTagsOrThrow(String key)
       The tags for the namespace.
       
      map<string, string> tags = 15;
      Specified by:
      getTagsOrThrow in interface NamespaceOrBuilder
    • clearTags

      public Namespace.Builder clearTags()
    • removeTags

      public Namespace.Builder removeTags(String key)
       The tags for the namespace.
       
      map<string, string> tags = 15;
    • getMutableTags

      @Deprecated public Map<String,String> getMutableTags()
      Deprecated.
      Use alternate mutation accessors instead.
    • putTags

      public Namespace.Builder putTags(String key, String value)
       The tags for the namespace.
       
      map<string, string> tags = 15;
    • putAllTags

      public Namespace.Builder putAllTags(Map<String,String> values)
       The tags for the namespace.
       
      map<string, string> tags = 15;
    • hasCapacity

      public boolean hasCapacity()
       The status of namespace's capacity, if any.
       
      .temporal.api.cloud.namespace.v1.Capacity capacity = 16;
      Specified by:
      hasCapacity in interface NamespaceOrBuilder
      Returns:
      Whether the capacity field is set.
    • getCapacity

      public Capacity getCapacity()
       The status of namespace's capacity, if any.
       
      .temporal.api.cloud.namespace.v1.Capacity capacity = 16;
      Specified by:
      getCapacity in interface NamespaceOrBuilder
      Returns:
      The capacity.
    • setCapacity

      public Namespace.Builder setCapacity(Capacity value)
       The status of namespace's capacity, if any.
       
      .temporal.api.cloud.namespace.v1.Capacity capacity = 16;
    • setCapacity

      public Namespace.Builder setCapacity(Capacity.Builder builderForValue)
       The status of namespace's capacity, if any.
       
      .temporal.api.cloud.namespace.v1.Capacity capacity = 16;
    • mergeCapacity

      public Namespace.Builder mergeCapacity(Capacity value)
       The status of namespace's capacity, if any.
       
      .temporal.api.cloud.namespace.v1.Capacity capacity = 16;
    • clearCapacity

      public Namespace.Builder clearCapacity()
       The status of namespace's capacity, if any.
       
      .temporal.api.cloud.namespace.v1.Capacity capacity = 16;
    • getCapacityBuilder

      public Capacity.Builder getCapacityBuilder()
       The status of namespace's capacity, if any.
       
      .temporal.api.cloud.namespace.v1.Capacity capacity = 16;
    • getCapacityOrBuilder

      public CapacityOrBuilder getCapacityOrBuilder()
       The status of namespace's capacity, if any.
       
      .temporal.api.cloud.namespace.v1.Capacity capacity = 16;
      Specified by:
      getCapacityOrBuilder in interface NamespaceOrBuilder
    • getReplicasList

      public List<Replica> getReplicasList()
       The status of each replica where the namespace is available.
       temporal:versioning:min_version=v0.13.0
       
      repeated .temporal.api.cloud.namespace.v1.Replica replicas = 18;
      Specified by:
      getReplicasList in interface NamespaceOrBuilder
    • getReplicasCount

      public int getReplicasCount()
       The status of each replica where the namespace is available.
       temporal:versioning:min_version=v0.13.0
       
      repeated .temporal.api.cloud.namespace.v1.Replica replicas = 18;
      Specified by:
      getReplicasCount in interface NamespaceOrBuilder
    • getReplicas

      public Replica getReplicas(int index)
       The status of each replica where the namespace is available.
       temporal:versioning:min_version=v0.13.0
       
      repeated .temporal.api.cloud.namespace.v1.Replica replicas = 18;
      Specified by:
      getReplicas in interface NamespaceOrBuilder
    • setReplicas

      public Namespace.Builder setReplicas(int index, Replica value)
       The status of each replica where the namespace is available.
       temporal:versioning:min_version=v0.13.0
       
      repeated .temporal.api.cloud.namespace.v1.Replica replicas = 18;
    • setReplicas

      public Namespace.Builder setReplicas(int index, Replica.Builder builderForValue)
       The status of each replica where the namespace is available.
       temporal:versioning:min_version=v0.13.0
       
      repeated .temporal.api.cloud.namespace.v1.Replica replicas = 18;
    • addReplicas

      public Namespace.Builder addReplicas(Replica value)
       The status of each replica where the namespace is available.
       temporal:versioning:min_version=v0.13.0
       
      repeated .temporal.api.cloud.namespace.v1.Replica replicas = 18;
    • addReplicas

      public Namespace.Builder addReplicas(int index, Replica value)
       The status of each replica where the namespace is available.
       temporal:versioning:min_version=v0.13.0
       
      repeated .temporal.api.cloud.namespace.v1.Replica replicas = 18;
    • addReplicas

      public Namespace.Builder addReplicas(Replica.Builder builderForValue)
       The status of each replica where the namespace is available.
       temporal:versioning:min_version=v0.13.0
       
      repeated .temporal.api.cloud.namespace.v1.Replica replicas = 18;
    • addReplicas

      public Namespace.Builder addReplicas(int index, Replica.Builder builderForValue)
       The status of each replica where the namespace is available.
       temporal:versioning:min_version=v0.13.0
       
      repeated .temporal.api.cloud.namespace.v1.Replica replicas = 18;
    • addAllReplicas

      public Namespace.Builder addAllReplicas(Iterable<? extends Replica> values)
       The status of each replica where the namespace is available.
       temporal:versioning:min_version=v0.13.0
       
      repeated .temporal.api.cloud.namespace.v1.Replica replicas = 18;
    • clearReplicas

      public Namespace.Builder clearReplicas()
       The status of each replica where the namespace is available.
       temporal:versioning:min_version=v0.13.0
       
      repeated .temporal.api.cloud.namespace.v1.Replica replicas = 18;
    • removeReplicas

      public Namespace.Builder removeReplicas(int index)
       The status of each replica where the namespace is available.
       temporal:versioning:min_version=v0.13.0
       
      repeated .temporal.api.cloud.namespace.v1.Replica replicas = 18;
    • getReplicasBuilder

      public Replica.Builder getReplicasBuilder(int index)
       The status of each replica where the namespace is available.
       temporal:versioning:min_version=v0.13.0
       
      repeated .temporal.api.cloud.namespace.v1.Replica replicas = 18;
    • getReplicasOrBuilder

      public ReplicaOrBuilder getReplicasOrBuilder(int index)
       The status of each replica where the namespace is available.
       temporal:versioning:min_version=v0.13.0
       
      repeated .temporal.api.cloud.namespace.v1.Replica replicas = 18;
      Specified by:
      getReplicasOrBuilder in interface NamespaceOrBuilder
    • getReplicasOrBuilderList

      public List<? extends ReplicaOrBuilder> getReplicasOrBuilderList()
       The status of each replica where the namespace is available.
       temporal:versioning:min_version=v0.13.0
       
      repeated .temporal.api.cloud.namespace.v1.Replica replicas = 18;
      Specified by:
      getReplicasOrBuilderList in interface NamespaceOrBuilder
    • addReplicasBuilder

      public Replica.Builder addReplicasBuilder()
       The status of each replica where the namespace is available.
       temporal:versioning:min_version=v0.13.0
       
      repeated .temporal.api.cloud.namespace.v1.Replica replicas = 18;
    • addReplicasBuilder

      public Replica.Builder addReplicasBuilder(int index)
       The status of each replica where the namespace is available.
       temporal:versioning:min_version=v0.13.0
       
      repeated .temporal.api.cloud.namespace.v1.Replica replicas = 18;
    • getReplicasBuilderList

      public List<Replica.Builder> getReplicasBuilderList()
       The status of each replica where the namespace is available.
       temporal:versioning:min_version=v0.13.0
       
      repeated .temporal.api.cloud.namespace.v1.Replica replicas = 18;
    • setUnknownFields

      public final Namespace.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Namespace.Builder>
    • mergeUnknownFields

      public final Namespace.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Namespace.Builder>