Class LaunchFlexTemplateRequest (0.1.5)

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

A request to launch a Cloud Dataflow job from a FlexTemplate. .. attribute:: project_id

Required. The ID of the Cloud Platform project that the job belongs to.

:type: str

Attributes

NameDescription
launch_parameter google.cloud.dataflow_v1beta3.types.LaunchFlexTemplateParameter
Required. Parameter to launch a job form Flex Template.
location str
Required. The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which to direct the request. E.g., us-central1, us-west1.
validate_only bool
If true, the request is validated but not actually executed. Defaults to false.