Class: Google::Cloud::Dataproc::V1::CreateWorkflowTemplateRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::CreateWorkflowTemplateRequest
- Defined in:
- lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb
Overview
A request to create a workflow template.
Instance Attribute Summary collapse
-
#parent ⇒ String
Required.
-
#template ⇒ Google::Cloud::Dataproc::V1::WorkflowTemplate
Required.
Instance Attribute Details
#parent ⇒ String
Returns Required. The "resource name" of the region, as described
in https://cloud.google.com/apis/design/resource_names of the form
projects/{project_id}/regions/{region}.
399 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 399 class CreateWorkflowTemplateRequest; end |
#template ⇒ Google::Cloud::Dataproc::V1::WorkflowTemplate
Returns Required. The Dataproc workflow template to create.
399 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 399 class CreateWorkflowTemplateRequest; end |