Class: Google::Cloud::Dataproc::V1beta2::DeleteWorkflowTemplateRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dataproc/v1beta2/doc/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

Instance Attribute Details

#nameString

Returns Required. The "resource name" of the workflow template, as described in https://cloud.google.com/apis/design/resource_names of the form projects/{project_id}/regions/{region}/workflowTemplates/{template_id}.

Returns:



520
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 520

class DeleteWorkflowTemplateRequest; end

#versionInteger

Returns Optional. The version of workflow template to delete. If specified, will only delete the template if the current server version matches specified version.

Returns:

  • (Integer)

    Optional. The version of workflow template to delete. If specified, will only delete the template if the current server version matches specified version.



520
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 520

class DeleteWorkflowTemplateRequest; end