Class DeleteWorkflowTemplateRequest (0.8.1)

A request to delete a workflow template. Currently started workflows will remain running. .. attribute:: name

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: project s/{project_id}/regions/{region}/workflowTemplates/{template_id } - For projects.locations.workflowTemplates.instantiate, the resource name of the template has the following format: p rojects/{project_id}/locations/{location}/workflowTemplates/{t emplate_id}

Inheritance

builtins.object > google.protobuf.pyext._message.CMessage > builtins.object > google.protobuf.message.Message > DeleteWorkflowTemplateRequest