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