Google Cloud Workflows V1beta Client - Class Execution (0.3.0)

Reference documentation and code samples for the Google Cloud Workflows V1beta Client class Execution.

A running instance of a Workflow.

Generated from protobuf message google.cloud.workflows.executions.v1beta.Execution

Namespace

Google \ Cloud \ Workflows \ Executions \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Output only. The resource name of the execution. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}

↳ start_time Google\Protobuf\Timestamp

Output only. Marks the beginning of execution.

↳ end_time Google\Protobuf\Timestamp

Output only. Marks the end of execution, successful or not.

↳ state int

Output only. Current state of the execution.

↳ argument string

Input parameters of the execution represented as a JSON string. The size limit is 32KB.

↳ result string

Output only. Output of the execution represented as a JSON string. The value can only be present if the execution's state is SUCCEEDED.

↳ error Google\Cloud\Workflows\Executions\V1beta\Execution\Error

Output only. The error which caused the execution to finish prematurely. The value is only present if the execution's state is FAILED or CANCELLED.

↳ workflow_revision_id string

Output only. Revision of the workflow this execution is using.

getName

Output only. The resource name of the execution.

Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}

Returns
TypeDescription
string

setName

Output only. The resource name of the execution.

Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStartTime

Output only. Marks the beginning of execution.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

Output only. Marks the beginning of execution.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getEndTime

Output only. Marks the end of execution, successful or not.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

Output only. Marks the end of execution, successful or not.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getState

Output only. Current state of the execution.

Returns
TypeDescription
int

setState

Output only. Current state of the execution.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getArgument

Input parameters of the execution represented as a JSON string.

The size limit is 32KB.

Returns
TypeDescription
string

setArgument

Input parameters of the execution represented as a JSON string.

The size limit is 32KB.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getResult

Output only. Output of the execution represented as a JSON string. The value can only be present if the execution's state is SUCCEEDED.

Returns
TypeDescription
string

setResult

Output only. Output of the execution represented as a JSON string. The value can only be present if the execution's state is SUCCEEDED.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getError

Output only. The error which caused the execution to finish prematurely.

The value is only present if the execution's state is FAILED or CANCELLED.

Returns
TypeDescription
Google\Cloud\Workflows\Executions\V1beta\Execution\Error|null

hasError

clearError

setError

Output only. The error which caused the execution to finish prematurely.

The value is only present if the execution's state is FAILED or CANCELLED.

Parameter
NameDescription
var Google\Cloud\Workflows\Executions\V1beta\Execution\Error
Returns
TypeDescription
$this

getWorkflowRevisionId

Output only. Revision of the workflow this execution is using.

Returns
TypeDescription
string

setWorkflowRevisionId

Output only. Revision of the workflow this execution is using.

Parameter
NameDescription
var string
Returns
TypeDescription
$this