Reference documentation and code samples for the Google Cloud Workflows V1beta Client class CancelExecutionRequest.
Request for the CancelExecution method.
Generated from protobuf message google.cloud.workflows.executions.v1beta.CancelExecutionRequest
Namespace
Google \ Cloud \ Workflows \ Executions \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Name of the execution to be cancelled. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution} |
getName
Required. Name of the execution to be cancelled.
Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}
Returns | |
---|---|
Type | Description |
string |
setName
Required. Name of the execution to be cancelled.
Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |