JobReferenceResponse

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

Encapsulates the full scoping used to reference a job.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. The job ID, which must be unique within the project. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or hyphens (-). The maximum length is 100 characters.If not specified by the caller, the job ID will be provided by the server.

Link copied to clipboard

Optional. The ID of the Google Cloud Platform project that the job belongs to. If specified, must match the request project ID.