Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class BigQueryJob.
A BigQuery job executed by the system.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.BigQueryJob
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ project_id
string
Required. The project the job belongs to. See https://cloud.google.com/bigquery/docs/reference/rest/v2/JobReference
↳ job_id
string
Required. The ID of the job. See https://cloud.google.com/bigquery/docs/reference/rest/v2/JobReference
↳ location
string
Optional. The location of the job. See https://cloud.google.com/bigquery/docs/reference/rest/v2/JobReference
↳ destination_table
BigQueryTableReference
Optional. A reference to the destination table of the job's query results. See https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#jobconfigurationquery
↳ schema
Schema
Optional. The schema of the job's query results. See https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#jobstatistics2
getProjectId
Required. The project the job belongs to.
See https://cloud.google.com/bigquery/docs/reference/rest/v2/JobReference
string
setProjectId
Required. The project the job belongs to.
See https://cloud.google.com/bigquery/docs/reference/rest/v2/JobReference
var
string
$this
getJobId
Required. The ID of the job.
See https://cloud.google.com/bigquery/docs/reference/rest/v2/JobReference
string
setJobId
Required. The ID of the job.
See https://cloud.google.com/bigquery/docs/reference/rest/v2/JobReference
var
string
$this
getLocation
Optional. The location of the job.
See https://cloud.google.com/bigquery/docs/reference/rest/v2/JobReference
string
setLocation
Optional. The location of the job.
See https://cloud.google.com/bigquery/docs/reference/rest/v2/JobReference
var
string
$this
getDestinationTable
Optional. A reference to the destination table of the job's query results.
See https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#jobconfigurationquery
hasDestinationTable
clearDestinationTable
setDestinationTable
Optional. A reference to the destination table of the job's query results.
See https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#jobconfigurationquery
$this
getSchema
Optional. The schema of the job's query results.
See https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#jobstatistics2
hasSchema
clearSchema
setSchema
Optional. The schema of the job's query results.
See https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#jobstatistics2
$this

