Class: UpdateNamespaceResponse
workflowservice.v1.UpdateNamespaceResponse
Represents an UpdateNamespaceResponse.
Implements
Constructors
constructor
• new UpdateNamespaceResponse(properties?): UpdateNamespaceResponse
Constructs a new UpdateNamespaceResponse.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IUpdateNamespaceResponse | Properties to set |
Returns
Properties
config
• Optional config: null | INamespaceConfig
UpdateNamespaceResponse config.
Implementation of
IUpdateNamespaceResponse.config
failoverVersion
• failoverVersion: Long
UpdateNamespaceResponse failoverVersion.
Implementation of
IUpdateNamespaceResponse.failoverVersion
isGlobalNamespace
• isGlobalNamespace: boolean
UpdateNamespaceResponse isGlobalNamespace.
Implementation of
IUpdateNamespaceResponse.isGlobalNamespace
namespaceInfo
• Optional namespaceInfo: null | INamespaceInfo
UpdateNamespaceResponse namespaceInfo.
Implementation of
IUpdateNamespaceResponse.namespaceInfo
replicationConfig
• Optional replicationConfig: null | INamespaceReplicationConfig
UpdateNamespaceResponse replicationConfig.
Implementation of
IUpdateNamespaceResponse.replicationConfig
Methods
toJSON
▸ toJSON(): Object
Converts this UpdateNamespaceResponse to JSON.
Returns
Object
JSON object
create
▸ create(properties?): UpdateNamespaceResponse
Creates a new UpdateNamespaceResponse instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IUpdateNamespaceResponse | Properties to set |
Returns
UpdateNamespaceResponse instance
decode
▸ decode(reader, length?): UpdateNamespaceResponse
Decodes an UpdateNamespaceResponse message from the specified reader or buffer.