GoogleCloudDatapipelinesV1LaunchTemplateRequestResponse

data class GoogleCloudDatapipelinesV1LaunchTemplateRequestResponse(val gcsPath: String, val launchParameters: GoogleCloudDatapipelinesV1LaunchTemplateParametersResponse, val location: String, val project: String, val validateOnly: Boolean)

A request to launch a template.

Constructors

constructor(gcsPath: String, launchParameters: GoogleCloudDatapipelinesV1LaunchTemplateParametersResponse, location: String, project: String, validateOnly: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A Cloud Storage path to the template from which to create the job. Must be a valid Cloud Storage URL, beginning with 'gs://'.

Link copied to clipboard

The parameters of the template to launch. This should be part of the body of the POST request.

Link copied to clipboard

The regional endpoint (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which to direct the request.

Link copied to clipboard

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

Link copied to clipboard

If true, the request is validated but not actually executed. Defaults to false.