Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class GetWorkflowConfigRequest.
GetWorkflowConfig
request message.
Generated from protobuf message google.cloud.dataform.v1beta1.GetWorkflowConfigRequest
Namespace
Google \ Cloud \ Dataform \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The workflow config's name. |
getName
Required. The workflow config's name.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The workflow config's name.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. The workflow config's name. Please see Google\Cloud\Dataform\V1beta1\DataformClient::workflowConfigName() for help formatting this field. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Dataform\V1beta1\GetWorkflowConfigRequest |