Skip to main content

Class: ExportSink

namespace.v1.ExportSink

Represents an ExportSink.

Implements

Constructors

constructor

new ExportSink(properties?): ExportSink

Constructs a new ExportSink.

Parameters

NameTypeDescription
properties?IExportSinkProperties to set

Returns

ExportSink

Properties

errorMessage

errorMessage: string

An error message describing any issues with the export sink, if applicable.

Implementation of

IExportSink.errorMessage


health

health: Health

The health status of the export sink.

Implementation of

IExportSink.health


lastHealthCheckTime

Optional lastHealthCheckTime: null | ITimestamp

The timestamp of the last health check performed on the export sink.

Implementation of

IExportSink.lastHealthCheckTime


latestDataExportTime

Optional latestDataExportTime: null | ITimestamp

The timestamp of the latest successful data export.

Implementation of

IExportSink.latestDataExportTime


name

name: string

The unique name of the export sink.

Implementation of

IExportSink.name


resourceVersion

resourceVersion: string

The version of the export sink resource.

Implementation of

IExportSink.resourceVersion


spec

Optional spec: null | IExportSinkSpec

The specification details of the export sink.

Implementation of

IExportSink.spec


state

state: ResourceState

The current state of the export sink.

Implementation of

IExportSink.state

Methods

toJSON

toJSON(): Object

Converts this ExportSink to JSON.

Returns

Object

JSON object


create

create(properties?): ExportSink

Creates a new ExportSink instance using the specified properties.

Parameters

NameTypeDescription
properties?IExportSinkProperties to set

Returns

ExportSink

ExportSink instance


decode

decode(reader, length?): ExportSink

Decodes an ExportSink message from the specified reader or buffer.

Parameters

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

Returns

ExportSink

ExportSink

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): ExportSink

Decodes an ExportSink message from the specified reader or buffer, length delimited.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

ExportSink

ExportSink

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

Parameters

NameTypeDescription
messageIExportSinkExportSink message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

NameTypeDescription
messageIExportSinkExportSink message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


fromObject

fromObject(object): ExportSink

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

ExportSink

ExportSink


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for ExportSink

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 an ExportSink message. Also converts values to other types if specified.

Parameters

NameTypeDescription
messageExportSinkExportSink
options?IConversionOptionsConversion options

Returns

Object

Plain object