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
↳ job_id
↳ location
↳ destination_table
BigQueryTableReference
Optional. A reference to the destination table of the job's query results. See JobConfigurationQuery .
↳ schema
getProjectId
Required. The project that the job belongs to.
See JobReference .
string
setProjectId
Required. The project that the job belongs to.
See JobReference .
var
string
$this
getJobId
Required. The ID of the job.
See JobReference .
string
setJobId
Required. The ID of the job.
See JobReference .
var
string
$this
getLocation
Optional. The location of the job.
See JobReference .
string
setLocation
Optional. The location of the job.
See JobReference .
var
string
$this
getDestinationTable
Optional. A reference to the destination table of the job's query results.
See JobConfigurationQuery .
hasDestinationTable
clearDestinationTable
setDestinationTable
Optional. A reference to the destination table of the job's query results.
See JobConfigurationQuery .
$this
getSchema
Optional. The schema of the job's query results.
See JobStatistics2 .
hasSchema
clearSchema
setSchema
Optional. The schema of the job's query results.
See JobStatistics2 .
$this

