Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class CreateWorkflowConfigRequest.
CreateWorkflowConfig
request message.
Generated from protobuf message google.cloud.dataform.v1beta1.CreateWorkflowConfigRequest
Namespace
Google \ Cloud \ Dataform \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The repository in which to create the workflow config. Must be in the format |
↳ workflow_config |
Google\Cloud\Dataform\V1beta1\WorkflowConfig
Required. The workflow config to create. |
↳ workflow_config_id |
string
Required. The ID to use for the workflow config, which will become the final component of the workflow config's resource name. |
getParent
Required. The repository in which to create the workflow config. Must be in
the format projects/*/locations/*/repositories/*
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The repository in which to create the workflow config. Must be in
the format projects/*/locations/*/repositories/*
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getWorkflowConfig
Required. The workflow config to create.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dataform\V1beta1\WorkflowConfig|null |
hasWorkflowConfig
clearWorkflowConfig
setWorkflowConfig
Required. The workflow config to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dataform\V1beta1\WorkflowConfig
|
Returns | |
---|---|
Type | Description |
$this |
getWorkflowConfigId
Required. The ID to use for the workflow config, which will become the final component of the workflow config's resource name.
Returns | |
---|---|
Type | Description |
string |
setWorkflowConfigId
Required. The ID to use for the workflow config, which will become the final component of the workflow config's resource name.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The repository in which to create the workflow config. Must be in
the format |
workflowConfig |
Google\Cloud\Dataform\V1beta1\WorkflowConfig
Required. The workflow config to create. |
workflowConfigId |
string
Required. The ID to use for the workflow config, which will become the final component of the workflow config's resource name. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Dataform\V1beta1\CreateWorkflowConfigRequest |