Google Cloud Workflows V1beta Client - Class DeleteWorkflowRequest (0.5.5)

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

Request for the DeleteWorkflow method.

Generated from protobuf message google.cloud.workflows.v1beta.DeleteWorkflowRequest

Namespace

Google \ Cloud \ Workflows \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
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}

Returns
Type Description
string

setName

Required. Name of the workflow to be deleted.

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

Parameter
Name Description
var string
Returns
Type Description
$this