Class GetTemplateRequest (0.2.0)

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

A request to retrieve a Cloud Dataflow job template.

Attributes

NameDescription
project_id str
Required. The ID of the Cloud Platform project that the job belongs to.
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.

Inheritance

builtins.object > proto.message.Message > GetTemplateRequest

Classes

TemplateView

TemplateView(value)

The various views of a template that may be retrieved.