Skip to main content

Class: NamespaceInfo

namespace.v1.NamespaceInfo

Represents a NamespaceInfo.

Implements

Constructors

constructor

new NamespaceInfo(properties?): NamespaceInfo

Constructs a new NamespaceInfo.

Parameters

NameTypeDescription
properties?INamespaceInfoProperties to set

Returns

NamespaceInfo

Properties

data

data: Object

A key-value map for any customized purpose.

Index signature

▪ [k: string]: string

Implementation of

INamespaceInfo.data


description

description: string

NamespaceInfo description.

Implementation of

INamespaceInfo.description


id

id: string

NamespaceInfo id.

Implementation of

INamespaceInfo.id


name

name: string

NamespaceInfo name.

Implementation of

INamespaceInfo.name


ownerEmail

ownerEmail: string

NamespaceInfo ownerEmail.

Implementation of

INamespaceInfo.ownerEmail


state

state: NamespaceState

NamespaceInfo state.

Implementation of

INamespaceInfo.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.

Implementation of

INamespaceInfo.supportsSchedules

Methods

toJSON

toJSON(): Object

Converts this NamespaceInfo to JSON.

Returns

Object

JSON object


create

create(properties?): NamespaceInfo

Creates a new NamespaceInfo instance using the specified properties.

Parameters

NameTypeDescription
properties?INamespaceInfoProperties to set

Returns

NamespaceInfo

NamespaceInfo instance


decode

decode(reader, length?): NamespaceInfo

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

NamespaceInfo

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): NamespaceInfo

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

NamespaceInfo

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
messageINamespaceInfoNamespaceInfo 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
messageINamespaceInfoNamespaceInfo 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


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for NamespaceInfo

Parameters

NameTypeDescription
typeUrlPrefix?stringyour custom typeUrlPrefix(default "type.googleapis.com")

Returns

string

The default type url


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