JobReferenceResponse

data class JobReferenceResponse(val jobId: String, val location: String, val project: String)

Constructors

Link copied to clipboard
fun JobReferenceResponse(jobId: String, location: String, project: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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

Link copied to clipboard

Required The ID of the project containing this job.