Skip to main content

Class: NamespaceInfo

namespace.v1.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

NameTypeDescription
properties?$PropertiesProperties to set

Returns

NamespaceInfo & $Properties

NamespaceInfo instance

create(properties?): NamespaceInfo

Parameters

NameType
properties?$Properties

Returns

NamespaceInfo


decode

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

Decodes a NamespaceInfo message from the specified reader or buffer.

Parameters

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

Returns

NamespaceInfo & $Properties

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

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

NamespaceInfo & $Properties

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

NameTypeDescription
message$PropertiesNamespaceInfo message or plain object to encode
writer?WriterWriter 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

NameTypeDescription
message$PropertiesNamespaceInfo message or plain object to encode
writer?WriterWriter 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

NameTypeDescription
objectObjectPlain object

Returns

NamespaceInfo

NamespaceInfo


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageNamespaceInfoNamespaceInfo
options?IConversionOptionsConversion options

Returns

Object

Plain object