Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::CreateWorkflowConfigRequest.
CreateWorkflowConfig
request message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The repository in which to create the workflow config. Must be in
the format
projects/*/locations/*/repositories/*
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The repository in which to create the workflow config. Must be in
the format
projects/*/locations/*/repositories/*
.
Returns
-
(::String) — Required. The repository in which to create the workflow config. Must be in
the format
projects/*/locations/*/repositories/*
.
#workflow_config
def workflow_config() -> ::Google::Cloud::Dataform::V1beta1::WorkflowConfig
Returns
- (::Google::Cloud::Dataform::V1beta1::WorkflowConfig) — Required. The workflow config to create.
#workflow_config=
def workflow_config=(value) -> ::Google::Cloud::Dataform::V1beta1::WorkflowConfig
Parameter
- value (::Google::Cloud::Dataform::V1beta1::WorkflowConfig) — Required. The workflow config to create.
Returns
- (::Google::Cloud::Dataform::V1beta1::WorkflowConfig) — Required. The workflow config to create.
#workflow_config_id
def workflow_config_id() -> ::String
Returns
- (::String) — Required. The ID to use for the workflow config, which will become the final component of the workflow config's resource name.
#workflow_config_id=
def workflow_config_id=(value) -> ::String
Parameter
- value (::String) — Required. The ID to use for the workflow config, which will become the final component of the workflow config's resource name.
Returns
- (::String) — Required. The ID to use for the workflow config, which will become the final component of the workflow config's resource name.