Reference documentation and code samples for the Google Cloud Dataform V1 Client class CreateWorkflowConfigRequest.
CreateWorkflowConfig
request message.
Generated from protobuf message google.cloud.dataform.v1.CreateWorkflowConfigRequest
Namespace
Google \ Cloud \ Dataform \ V1Methods
__construct
Constructor.
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 projects/*/locations/*/repositories/*
.
↳ workflow_config
↳ 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/*
.
string
setParent
Required. The repository in which to create the workflow config. Must be in
the format projects/*/locations/*/repositories/*
.
var
string
$this
getWorkflowConfig
Required. The workflow config to create.
hasWorkflowConfig
clearWorkflowConfig
setWorkflowConfig
Required. The workflow config to create.
$this
getWorkflowConfigId
Required. The ID to use for the workflow config, which will become the final component of the workflow config's resource name.
string
setWorkflowConfigId
Required. The ID to use for the workflow config, which will become the final component of the workflow config's resource name.
var
string
$this
static::build
parent
string
Required. The repository in which to create the workflow config. Must be in
the format projects/*/locations/*/repositories/*
. Please see DataformClient::repositoryName()
for help formatting this field.
workflowConfig
workflowConfigId
string
Required. The ID to use for the workflow config, which will become the final component of the workflow config's resource name.