Class GetExecutionRequest (1.7.0)

GetExecutionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for the GetExecution method.

Attributes

NameDescription
name str
Required. Name of the execution to be retrieved. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}
view google.cloud.workflows.executions_v1beta.types.ExecutionView
Optional. A view defining which fields should be filled in the returned execution. The API will default to the FULL view.

Inheritance

builtins.object > proto.message.Message > GetExecutionRequest