Class: Google::Cloud::Dataproc::V1::UpdateWorkflowTemplateRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::UpdateWorkflowTemplateRequest
- Defined in:
- lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb
Overview
A request to update a workflow template.
Instance Attribute Summary collapse
Instance Attribute Details
#template ⇒ Google::Cloud::Dataproc::V1::WorkflowTemplate
Returns Required. The updated workflow template.
The template.version field must match the current version.
507 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 507 class UpdateWorkflowTemplateRequest; end |