Class: Google::Cloud::Dataproc::V1::DeleteWorkflowTemplateRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::DeleteWorkflowTemplateRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/workflow_templates.rb
Overview
A request to delete a workflow template.
Currently started workflows will remain running.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#version ⇒ ::Integer
Optional.
Instance Attribute Details
#name ⇒ ::String
716 717 718 719 |
# File 'proto_docs/google/cloud/dataproc/v1/workflow_templates.rb', line 716 class DeleteWorkflowTemplateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::Integer
716 717 718 719 |
# File 'proto_docs/google/cloud/dataproc/v1/workflow_templates.rb', line 716 class DeleteWorkflowTemplateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |