Class: Google::Cloud::Dataproc::V1::CreateWorkflowTemplateRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#parentString

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}.

Returns:



399
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 399

class CreateWorkflowTemplateRequest; end

#templateGoogle::Cloud::Dataproc::V1::WorkflowTemplate

Returns Required. The Dataproc workflow template to create.

Returns:



399
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 399

class CreateWorkflowTemplateRequest; end