Class InstantiateWorkflowTemplateRequest (0.8.2)

A request to instantiate a workflow template. .. 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.instantiate, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{te mplate_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}

Deprecated. Please use request_id field instead.

Optional. Map from parameter names to values that should be used for those parameters. Values may not exceed 100 characters.

Classes

ParametersEntry

API documentation for dataproc_v1beta2.types.InstantiateWorkflowTemplateRequest.ParametersEntry class.