Class LaunchTemplateRequest (0.9.0)

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

A request to launch a template.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _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.
validate_only bool
If true, the request is validated but not actually executed. Defaults to false.
gcs_path str
A Cloud Storage path to the template to use to create the job. Must be valid Cloud Storage URL, beginning with gs://. This field is a member of oneof_ template.
dynamic_template google.cloud.dataflow_v1beta3.types.DynamicTemplateLaunchParams
Parameters for launching a dynamic template. This field is a member of oneof_ template.
launch_parameters google.cloud.dataflow_v1beta3.types.LaunchTemplateParameters
The parameters of the template to launch. Part of the body of the POST request.
location str
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which to direct the request.