JobReferenceArgs

data class JobReferenceArgs(val jobId: Output<String>? = null, val location: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<JobReferenceArgs>

Constructors

Link copied to clipboard
fun JobReferenceArgs(jobId: Output<String>? = null, location: Output<String>? = null, project: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): JobReferenceArgs

Properties

Link copied to clipboard
val jobId: Output<String>? = null

Required The ID of the job. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-). The maximum length is 1,024 characters.

Link copied to clipboard
val location: Output<String>? = null

The geographic location of the job. See details at https://cloud.google.com/bigquery/docs/locations#specifying_your_location.

Link copied to clipboard
val project: Output<String>? = null

Required The ID of the project containing this job.