Reference documentation and code samples for the Google Cloud Workflows V1 Client class DeleteWorkflowRequest.
Request for the DeleteWorkflow method.
Generated from protobuf message google.cloud.workflows.v1.DeleteWorkflowRequest
Namespace
Google \ Cloud \ Workflows \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Name of the workflow to be deleted. Format: projects/{project}/locations/{location}/workflows/{workflow}
getName
Required. Name of the workflow to be deleted.
Format: projects/{project}/locations/{location}/workflows/{workflow}
string
setName
Required. Name of the workflow to be deleted.
Format: projects/{project}/locations/{location}/workflows/{workflow}
var
string
$this
static::build
name
string
Required. Name of the workflow to be deleted. Format: projects/{project}/locations/{location}/workflows/{workflow} Please see WorkflowsClient::workflowName() for help formatting this field.