Class GetTemplateRequest (0.1.5)

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

A request to retrieve a Cloud Dataflow job template. .. attribute:: project_id

Required. The ID of the Cloud Platform project that the job belongs to.

:type: str

Attributes

NameDescription
gcs_path str
Required. A Cloud Storage path to the template from which to create the job. Must be valid Cloud Storage URL, beginning with 'gs://'.
view google.cloud.dataflow_v1beta3.types.GetTemplateRequest.TemplateView
The view to retrieve. Defaults to METADATA_ONLY.
location str
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which to direct the request.

Classes

TemplateView

TemplateView(value)

The various views of a template that may be retrieved.