Skip to main content

Class: NamespaceRegionStatus

namespace.v1.NamespaceRegionStatus

Represents a NamespaceRegionStatus.

Properties

asyncOperationId

asyncOperationId: string

The id of the async operation that is making changes to where the namespace is available, if any.


state

state: State

The current state of the namespace region. temporal:versioning:min_version=v0.3.0 temporal:enums:replaces=state_deprecated


stateDeprecated

stateDeprecated: string

The current state of the namespace region. Possible values: adding, active, passive, removing, failed. For any failed state, reach out to Temporal Cloud support for remediation. Deprecated: Not supported after v0.3.0 api version. Use state instead. temporal:versioning:max_version=v0.3.0

Methods

toJSON

toJSON(): Object

Converts this NamespaceRegionStatus to JSON.

Returns

Object

JSON object


create

create(properties?): NamespaceRegionStatus & $Properties

Creates a new NamespaceRegionStatus instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

NamespaceRegionStatus & $Properties

NamespaceRegionStatus instance

create(properties?): NamespaceRegionStatus

Parameters

NameType
properties?$Properties

Returns

NamespaceRegionStatus


decode

decode(reader, length?): NamespaceRegionStatus & $Properties

Decodes a NamespaceRegionStatus message from the specified reader or buffer.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from
length?numberMessage length if known beforehand

Returns

NamespaceRegionStatus & $Properties

NamespaceRegionStatus

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): NamespaceRegionStatus & $Properties

Decodes a NamespaceRegionStatus message from the specified reader or buffer, length delimited.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

NamespaceRegionStatus & $Properties

NamespaceRegionStatus

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


encode

encode(message, writer?): Writer

Encodes the specified NamespaceRegionStatus message. Does not implicitly temporal.api.cloud.namespace.v1.NamespaceRegionStatus.verify|verify messages.

Parameters

NameTypeDescription
message$PropertiesNamespaceRegionStatus message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified NamespaceRegionStatus message, length delimited. Does not implicitly temporal.api.cloud.namespace.v1.NamespaceRegionStatus.verify|verify messages.

Parameters

NameTypeDescription
message$PropertiesNamespaceRegionStatus message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


fromObject

fromObject(object): NamespaceRegionStatus

Creates a NamespaceRegionStatus message from a plain object. Also converts values to their respective internal types.

Parameters

NameTypeDescription
objectObjectPlain object

Returns

NamespaceRegionStatus

NamespaceRegionStatus


toObject

toObject(message, options?): Object

Creates a plain object from a NamespaceRegionStatus message. Also converts values to other types if specified.

Parameters

NameTypeDescription
messageNamespaceRegionStatusNamespaceRegionStatus
options?IConversionOptionsConversion options

Returns

Object

Plain object