Skip to main content

Class: CreateNamespaceExportSinkRequest

cloudservice.v1.CreateNamespaceExportSinkRequest

Represents a CreateNamespaceExportSinkRequest.

Properties

asyncOperationId

asyncOperationId: string

Optional. The ID to use for this async operation.


namespace

namespace: string

The namespace under which the sink is configured.


spec

Optional spec: null | $Properties

The specification for the export sink.

Methods

toJSON

toJSON(): Object

Converts this CreateNamespaceExportSinkRequest to JSON.

Returns

Object

JSON object


create

create(properties?): CreateNamespaceExportSinkRequest & $Properties

Creates a new CreateNamespaceExportSinkRequest instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

CreateNamespaceExportSinkRequest & $Properties

CreateNamespaceExportSinkRequest instance

create(properties?): CreateNamespaceExportSinkRequest

Parameters

NameType
properties?$Properties

Returns

CreateNamespaceExportSinkRequest


decode

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

Decodes a CreateNamespaceExportSinkRequest message from the specified reader or buffer.

Parameters

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

Returns

CreateNamespaceExportSinkRequest & $Properties

CreateNamespaceExportSinkRequest

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): CreateNamespaceExportSinkRequest & $Properties

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

CreateNamespaceExportSinkRequest & $Properties

CreateNamespaceExportSinkRequest

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 CreateNamespaceExportSinkRequest message. Does not implicitly temporal.api.cloud.cloudservice.v1.CreateNamespaceExportSinkRequest.verify|verify messages.

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): CreateNamespaceExportSinkRequest

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

CreateNamespaceExportSinkRequest

CreateNamespaceExportSinkRequest


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageCreateNamespaceExportSinkRequestCreateNamespaceExportSinkRequest
options?IConversionOptionsConversion options

Returns

Object

Plain object