Class: NamespaceInfo
Represents a NamespaceInfo.
Properties
capabilities
• Optional capabilities: null | $Properties
All capabilities the namespace supports.
data
• data: Object
A key-value map for any customized purpose.
Index signature
▪ [k: string]: string
description
• description: string
NamespaceInfo description.
id
• id: string
NamespaceInfo id.
limits
• Optional limits: null | $Properties
Namespace configured limits
name
• name: string
NamespaceInfo name.
ownerEmail
• ownerEmail: string
NamespaceInfo ownerEmail.
state
• state: NamespaceState
NamespaceInfo state.
supportsSchedules
• supportsSchedules: boolean
Whether scheduled workflows are supported on this namespace. This is only needed temporarily while the feature is experimental, so we can give it a high tag.
Methods
toJSON
▸ toJSON(): Object
Converts this NamespaceInfo to JSON.
Returns
Object
JSON object
create
▸ create(properties?): NamespaceInfo & $Properties
Creates a new NamespaceInfo instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | $Properties | Properties to set |
Returns
NamespaceInfo instance
▸ create(properties?): NamespaceInfo
Parameters
| Name | Type |
|---|---|
properties? | $Properties |
Returns
decode
▸ decode(reader, length?): NamespaceInfo & $Properties
Decodes a NamespaceInfo message from the specified reader or buffer.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
length? | number | Message length if known beforehand |
Returns
NamespaceInfo
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader): NamespaceInfo & $Properties
Decodes a NamespaceInfo message from the specified reader or buffer, length delimited.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
Returns
NamespaceInfo
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 NamespaceInfo message. Does not implicitly temporal.api.namespace.v1.NamespaceInfo.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | NamespaceInfo message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
encodeDelimited
▸ encodeDelimited(message, writer?): Writer
Encodes the specified NamespaceInfo message, length delimited. Does not implicitly temporal.api.namespace.v1.NamespaceInfo.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | NamespaceInfo message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
fromObject
▸ fromObject(object): NamespaceInfo
Creates a NamespaceInfo message from a plain object. Also converts values to their respective internal types.
Parameters
| Name | Type | Description |
|---|---|---|
object | Object | Plain object |
Returns
NamespaceInfo
toObject
▸ toObject(message, options?): Object
Creates a plain object from a NamespaceInfo message. Also converts values to other types if specified.
Parameters
| Name | Type | Description |
|---|---|---|
message | NamespaceInfo | NamespaceInfo |
options? | IConversionOptions | Conversion options |
Returns
Object
Plain object