Class: Google::Cloud::Dataproc::V1beta2::UpdateWorkflowTemplateRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::UpdateWorkflowTemplateRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/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.
669 670 671 672 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 669 class UpdateWorkflowTemplateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |