Class protos.google.cloud.workflows.executions.v1beta.Execution

Represents an Execution.

Package

@google-cloud/workflows!

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.workflows.executions.v1beta.IExecution);

Constructs a new Execution.

Parameter
TypeNameDescription
IExecutionproperties

Properties to set

Properties

argument

public argument: string;

Execution argument.

Property Value
TypeDescription
string

endTime

public endTime?: (google.protobuf.ITimestamp|null);

Execution endTime.

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

error

public error?: (google.cloud.workflows.executions.v1beta.Execution.IError|null);

Execution error.

Property Value
TypeDescription
(google.cloud.workflows.executions.v1beta.Execution.IError|null)

name

public name: string;

Execution name.

Property Value
TypeDescription
string

result

public result: string;

Execution result.

Property Value
TypeDescription
string

startTime

public startTime?: (google.protobuf.ITimestamp|null);

Execution startTime.

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

state

public state: (google.cloud.workflows.executions.v1beta.Execution.State|keyof typeof google.cloud.workflows.executions.v1beta.Execution.State);

Execution state.

Property Value
TypeDescription
(google.cloud.workflows.executions.v1beta.Execution.State|keyof typeof google.cloud.workflows.executions.v1beta.Execution.State)

workflowRevisionId

public workflowRevisionId: string;

Execution workflowRevisionId.

Property Value
TypeDescription
string

Methods

create(properties)

public static create(properties?: google.cloud.workflows.executions.v1beta.IExecution): google.cloud.workflows.executions.v1beta.Execution;

Creates a new Execution instance using the specified properties.

Parameter
TypeNameDescription
IExecutionproperties

Properties to set

Returns
TypeDescription
google.cloud.workflows.executions.v1beta.Execution

Execution instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.workflows.executions.v1beta.Execution;

Decodes an Execution message from the specified reader or buffer.

Parameters
TypeNameDescription
($protobuf.Reader|Uint8Array)reader

Reader or buffer to decode from

numberlength

Message length if known beforehand

Returns
TypeDescription
google.cloud.workflows.executions.v1beta.Execution

Execution

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.workflows.executions.v1beta.Execution;

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

Parameter
TypeNameDescription
($protobuf.Reader|Uint8Array)reader

Reader or buffer to decode from

Returns
TypeDescription
google.cloud.workflows.executions.v1beta.Execution

Execution

encode(message, writer)

public static encode(message: google.cloud.workflows.executions.v1beta.IExecution, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified Execution message. Does not implicitly messages.

Parameters
TypeNameDescription
IExecutionmessage

Execution message or plain object to encode

$protobuf.Writerwriter

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.cloud.workflows.executions.v1beta.IExecution, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified Execution message, length delimited. Does not implicitly messages.

Parameters
TypeNameDescription
IExecutionmessage

Execution message or plain object to encode

$protobuf.Writerwriter

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.cloud.workflows.executions.v1beta.Execution;

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

Parameter
TypeNameDescription
{ [k: string]: any }object

Plain object

Returns
TypeDescription
google.cloud.workflows.executions.v1beta.Execution

Execution

toJSON()

public toJSON(): { [k: string]: any };

Converts this Execution to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.cloud.workflows.executions.v1beta.Execution, options?: $protobuf.IConversionOptions): { [k: string]: any };

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

Parameters
TypeNameDescription
google.cloud.workflows.executions.v1beta.Executionmessage

Execution

$protobuf.IConversionOptionsoptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies an Execution message.

Parameter
TypeNameDescription
{ [k: string]: any }message

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not