Skip to main content

Class: WorkflowExecutionOptionsUpdatedEventAttributes

history.v1.WorkflowExecutionOptionsUpdatedEventAttributes

Represents a WorkflowExecutionOptionsUpdatedEventAttributes.

Implements

Constructors

constructor

new WorkflowExecutionOptionsUpdatedEventAttributes(properties?): WorkflowExecutionOptionsUpdatedEventAttributes

Constructs a new WorkflowExecutionOptionsUpdatedEventAttributes.

Parameters

NameTypeDescription
properties?IWorkflowExecutionOptionsUpdatedEventAttributesProperties to set

Returns

WorkflowExecutionOptionsUpdatedEventAttributes

Properties

unsetVersioningOverride

unsetVersioningOverride: boolean

Versioning override removed in this event.

Implementation of

IWorkflowExecutionOptionsUpdatedEventAttributes.unsetVersioningOverride


versioningOverride

Optional versioningOverride: null | IVersioningOverride

Versioning override upserted in this event. Ignored if nil or if unset_versioning_override is true.

Implementation of

IWorkflowExecutionOptionsUpdatedEventAttributes.versioningOverride

Methods

toJSON

toJSON(): Object

Converts this WorkflowExecutionOptionsUpdatedEventAttributes to JSON.

Returns

Object

JSON object


create

create(properties?): WorkflowExecutionOptionsUpdatedEventAttributes

Creates a new WorkflowExecutionOptionsUpdatedEventAttributes instance using the specified properties.

Parameters

NameTypeDescription
properties?IWorkflowExecutionOptionsUpdatedEventAttributesProperties to set

Returns

WorkflowExecutionOptionsUpdatedEventAttributes

WorkflowExecutionOptionsUpdatedEventAttributes instance


decode

decode(reader, length?): WorkflowExecutionOptionsUpdatedEventAttributes

Decodes a WorkflowExecutionOptionsUpdatedEventAttributes message from the specified reader or buffer.

Parameters

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

Returns

WorkflowExecutionOptionsUpdatedEventAttributes

WorkflowExecutionOptionsUpdatedEventAttributes

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): WorkflowExecutionOptionsUpdatedEventAttributes

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

WorkflowExecutionOptionsUpdatedEventAttributes

WorkflowExecutionOptionsUpdatedEventAttributes

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 WorkflowExecutionOptionsUpdatedEventAttributes message. Does not implicitly temporal.api.history.v1.WorkflowExecutionOptionsUpdatedEventAttributes.verify|verify messages.

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified WorkflowExecutionOptionsUpdatedEventAttributes message, length delimited. Does not implicitly temporal.api.history.v1.WorkflowExecutionOptionsUpdatedEventAttributes.verify|verify messages.

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): WorkflowExecutionOptionsUpdatedEventAttributes

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

WorkflowExecutionOptionsUpdatedEventAttributes

WorkflowExecutionOptionsUpdatedEventAttributes


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for WorkflowExecutionOptionsUpdatedEventAttributes

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

Parameters

NameTypeDescription
messageWorkflowExecutionOptionsUpdatedEventAttributesWorkflowExecutionOptionsUpdatedEventAttributes
options?IConversionOptionsConversion options

Returns

Object

Plain object