Skip to main content

Class: AsyncOperation

operation.v1.AsyncOperation

Represents an AsyncOperation.

Implements

Constructors

constructor

new AsyncOperation(properties?): AsyncOperation

Constructs a new AsyncOperation.

Parameters

NameTypeDescription
properties?IAsyncOperationProperties to set

Returns

AsyncOperation

Properties

checkDuration

Optional checkDuration: null | IDuration

The recommended duration to check back for an update in the operation's state

Implementation of

IAsyncOperation.checkDuration


failureReason

failureReason: string

If the operation failed, the reason for the failure

Implementation of

IAsyncOperation.failureReason


finishedTime

Optional finishedTime: null | ITimestamp

The date and time when the operation completed

Implementation of

IAsyncOperation.finishedTime


id

id: string

The operation id

Implementation of

IAsyncOperation.id


operationInput

Optional operationInput: null | IAny

The input to the operation being performed

(-- api-linter: core::0146::any=disabled --)

Implementation of

IAsyncOperation.operationInput


operationType

operationType: string

The type of operation being performed

Implementation of

IAsyncOperation.operationType


startedTime

Optional startedTime: null | ITimestamp

The date and time when the operation initiated

Implementation of

IAsyncOperation.startedTime


state

state: string

The current state of this operation Possible values are: pending, in_progress, failed, cancelled, fulfilled

Implementation of

IAsyncOperation.state

Methods

toJSON

toJSON(): Object

Converts this AsyncOperation to JSON.

Returns

Object

JSON object


create

create(properties?): AsyncOperation

Creates a new AsyncOperation instance using the specified properties.

Parameters

NameTypeDescription
properties?IAsyncOperationProperties to set

Returns

AsyncOperation

AsyncOperation instance


decode

decode(reader, length?): AsyncOperation

Decodes an AsyncOperation message from the specified reader or buffer.

Parameters

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

Returns

AsyncOperation

AsyncOperation

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): AsyncOperation

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

AsyncOperation

AsyncOperation

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): AsyncOperation

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

AsyncOperation

AsyncOperation


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for AsyncOperation

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

Parameters

NameTypeDescription
messageAsyncOperationAsyncOperation
options?IConversionOptionsConversion options

Returns

Object

Plain object