Class UpdateWorkflowTemplateRequest (2.6.1)

UpdateWorkflowTemplateRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

A request to update a workflow template. .. attribute:: template

Required. The updated workflow template.

The template.version field must match the current version.

:type: google.cloud.dataproc_v1.types.WorkflowTemplate

Inheritance

builtins.object > proto.message.Message > UpdateWorkflowTemplateRequest