GetTemplateRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A request to retrieve a Cloud Dataflow job template.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
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://'. This field is a member of oneof _ template .
|
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.