Google Cloud Workflows V1beta Client - Class GetExecutionRequest (0.5.0)

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

Request for the GetExecution method.

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

Namespace

Google \ Cloud \ Workflows \ Executions \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. Name of the execution to be retrieved. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}

↳ view int

Optional. A view defining which fields should be filled in the returned execution. The API will default to the FULL view.

getName

Required. Name of the execution to be retrieved.

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

Returns
TypeDescription
string

setName

Required. Name of the execution to be retrieved.

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getView

Optional. A view defining which fields should be filled in the returned execution.

The API will default to the FULL view.

Returns
TypeDescription
int

setView

Optional. A view defining which fields should be filled in the returned execution.

The API will default to the FULL view.

Parameter
NameDescription
var int
Returns
TypeDescription
$this