Class Namespace.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, NamespaceOrBuilder, java.lang.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 Detail

      • getDescriptor

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

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<Namespace.Builder>
      • internalGetMutableMapField

        protected com.google.protobuf.MapField internalGetMutableMapField​(int number)
        Overrides:
        internalGetMutableMapField 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,
                                          java.lang.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,
                                                  java.lang.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,
                                                  java.lang.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>
      • 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 java.io.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:
        java.io.IOException
      • getNamespace

        public java.lang.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​(java.lang.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 java.lang.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​(java.lang.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;
      • 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;
      • getState

        public java.lang.String getState()
         The current state of the namespace.
         
        string state = 4;
        Specified by:
        getState in interface NamespaceOrBuilder
        Returns:
        The state.
      • getStateBytes

        public com.google.protobuf.ByteString getStateBytes()
         The current state of the namespace.
         
        string state = 4;
        Specified by:
        getStateBytes in interface NamespaceOrBuilder
        Returns:
        The bytes for state.
      • setState

        public Namespace.Builder setState​(java.lang.String value)
         The current state of the namespace.
         
        string state = 4;
        Parameters:
        value - The state to set.
        Returns:
        This builder for chaining.
      • clearState

        public Namespace.Builder clearState()
         The current state of the namespace.
         
        string state = 4;
        Returns:
        This builder for chaining.
      • setStateBytes

        public Namespace.Builder setStateBytes​(com.google.protobuf.ByteString value)
         The current state of the namespace.
         
        string state = 4;
        Parameters:
        value - The bytes for state to set.
        Returns:
        This builder for chaining.
      • getAsyncOperationId

        public java.lang.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​(java.lang.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;
      • getActiveRegion

        public java.lang.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​(java.lang.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;
      • getPrivateConnectivitiesList

        public java.util.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​(java.lang.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;
      • 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 java.util.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

        public int getRegionStatusCount()
        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.
         
        map<string, .temporal.api.cloud.namespace.v1.NamespaceRegionStatus> region_status = 12;
        Specified by:
        getRegionStatusCount in interface NamespaceOrBuilder
      • containsRegionStatus

        public boolean containsRegionStatus​(java.lang.String key)
         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.
         
        map<string, .temporal.api.cloud.namespace.v1.NamespaceRegionStatus> region_status = 12;
        Specified by:
        containsRegionStatus in interface NamespaceOrBuilder
      • getRegionStatusMap

        public java.util.Map<java.lang.String,​NamespaceRegionStatus> getRegionStatusMap()
         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.
         
        map<string, .temporal.api.cloud.namespace.v1.NamespaceRegionStatus> region_status = 12;
        Specified by:
        getRegionStatusMap in interface NamespaceOrBuilder
      • getRegionStatusOrDefault

        public NamespaceRegionStatus getRegionStatusOrDefault​(java.lang.String key,
                                                              NamespaceRegionStatus defaultValue)
         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.
         
        map<string, .temporal.api.cloud.namespace.v1.NamespaceRegionStatus> region_status = 12;
        Specified by:
        getRegionStatusOrDefault in interface NamespaceOrBuilder
      • getRegionStatusOrThrow

        public NamespaceRegionStatus getRegionStatusOrThrow​(java.lang.String key)
         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.
         
        map<string, .temporal.api.cloud.namespace.v1.NamespaceRegionStatus> region_status = 12;
        Specified by:
        getRegionStatusOrThrow in interface NamespaceOrBuilder
      • removeRegionStatus

        public Namespace.Builder removeRegionStatus​(java.lang.String key)
         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.
         
        map<string, .temporal.api.cloud.namespace.v1.NamespaceRegionStatus> region_status = 12;
      • getMutableRegionStatus

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

        public Namespace.Builder putRegionStatus​(java.lang.String key,
                                                 NamespaceRegionStatus value)
         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.
         
        map<string, .temporal.api.cloud.namespace.v1.NamespaceRegionStatus> region_status = 12;
      • putAllRegionStatus

        public Namespace.Builder putAllRegionStatus​(java.util.Map<java.lang.String,​NamespaceRegionStatus> values)
         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.
         
        map<string, .temporal.api.cloud.namespace.v1.NamespaceRegionStatus> region_status = 12;
      • 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>