Class LaunchTemplateRequest (0.6.1)

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

NameDescription
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 from which 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
Params 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. This should be 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.

Inheritance

builtins.object > proto.message.Message > LaunchTemplateRequest