Google Cloud Workflows V1beta Client - Class GetWorkflowRequest (0.2.17)

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

Request for the GetWorkflow method.

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

Namespace

Google \ Cloud \ Workflows \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. Name of the workflow which information should be retrieved. Format: projects/{project}/locations/{location}/workflows/{workflow}

getName

Required. Name of the workflow which information should be retrieved.

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

Returns
TypeDescription
string

setName

Required. Name of the workflow which information should be retrieved.

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this