Class CreateJobFromTemplateRequest (0.5.4)

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

A request to create a Cloud Dataflow job from a template.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
project_id str
Required. The ID of the Cloud Platform project that the job belongs to.
job_name str
Required. The job name to use for the created job.
gcs_path str
Required. A Cloud Storage path to the template from which to create the job. Must be a valid Cloud Storage URL, beginning with ``gs://``. This field is a member of `oneof`_ ``template``.
parameters Mapping[str, str]
The runtime parameters to pass to the job.
environment google.cloud.dataflow_v1beta3.types.RuntimeEnvironment
The runtime environment for the job.
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 > CreateJobFromTemplateRequest

Classes

ParametersEntry

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

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, `.Message`]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.