Google Cloud Gemini Data Analytics V1beta Client - Class BigQueryJob (0.2.0)

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 \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ project_id string

Required. The project that the job belongs to. See JobReference.

↳ job_id string

Required. The ID of the job. See JobReference.

↳ location string

Optional. The location of the job. See JobReference.

↳ destination_table BigQueryTableReference

Optional. A reference to the destination table of the job's query results. See JobConfigurationQuery.

↳ schema Schema

Optional. The schema of the job's query results. See JobStatistics2.

getProjectId

Required. The project that the job belongs to.

See JobReference.

Returns
Type Description
string

setProjectId

Required. The project that the job belongs to.

See JobReference.

Parameter
Name Description
var string
Returns
Type Description
$this

getJobId

Required. The ID of the job.

See JobReference.

Returns
Type Description
string

setJobId

Required. The ID of the job.

See JobReference.

Parameter
Name Description
var string
Returns
Type Description
$this

getLocation

Optional. The location of the job.

See JobReference.

Returns
Type Description
string

setLocation

Optional. The location of the job.

See JobReference.

Parameter
Name Description
var string
Returns
Type Description
$this

getDestinationTable

Optional. A reference to the destination table of the job's query results.

See JobConfigurationQuery.

Returns
Type Description
BigQueryTableReference|null

hasDestinationTable

clearDestinationTable

setDestinationTable

Optional. A reference to the destination table of the job's query results.

See JobConfigurationQuery.

Parameter
Name Description
var BigQueryTableReference
Returns
Type Description
$this

getSchema

Optional. The schema of the job's query results.

See JobStatistics2.

Returns
Type Description
Schema|null

hasSchema

clearSchema

setSchema

Optional. The schema of the job's query results.

See JobStatistics2.

Parameter
Name Description
var Schema
Returns
Type Description
$this