Class: Google::Cloud::Dataproc::V1beta2::DeleteWorkflowTemplateRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::DeleteWorkflowTemplateRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1beta2/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
Returns Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names.
For
projects.regions.workflowTemplates.delete
, the resource name of the template has the following format:projects/{project_id}/regions/{region}/workflowTemplates/{template_id}
For
projects.locations.workflowTemplates.instantiate
, the resource name of the template has the following format:projects/{project_id}/locations/{location}/workflowTemplates/{template_id}
.
733 734 735 736 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 733 class DeleteWorkflowTemplateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::Integer
Returns Optional. The version of workflow template to delete. If specified, will only delete the template if the current server version matches specified version.
733 734 735 736 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 733 class DeleteWorkflowTemplateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |