Reference documentation and code samples for the Google Cloud Workflows V1 Client class GetWorkflowRequest.
Request for the GetWorkflow method.
Generated from protobuf message google.cloud.workflows.v1.GetWorkflowRequest
Namespace
Google \ Cloud \ Workflows \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
string |
|
setName
Required. Name of the workflow which information should be retrieved.
Format: projects/{project}/locations/{location}/workflows/{workflow}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. Name of the workflow which information should be retrieved. Format: projects/{project}/locations/{location}/workflows/{workflow} Please see Google\Cloud\Workflows\V1\WorkflowsClient::workflowName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Workflows\V1\GetWorkflowRequest |
|