Class: Google::Cloud::Dataproc::V1::UpdateWorkflowTemplateRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/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.

Returns:



655
656
657
658
# File 'proto_docs/google/cloud/dataproc/v1/workflow_templates.rb', line 655

class UpdateWorkflowTemplateRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end