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

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

Returns
Type Description
string

setProjectId

Required. The project the job belongs to.

See https://cloud.google.com/bigquery/docs/reference/rest/v2/JobReference

Parameter
Name Description
var string
Returns
Type Description
$this

getJobId

Returns
Type Description
string

setJobId

Parameter
Name Description
var string
Returns
Type Description
$this

getLocation

Returns
Type Description
string

setLocation

Parameter
Name Description
var string
Returns
Type Description
$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

Returns
Type Description
BigQueryTableReference|null

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

Parameter
Name Description
var BigQueryTableReference
Returns
Type Description
$this

getSchema

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

See https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#jobstatistics2

Returns
Type Description
Schema|null

hasSchema

clearSchema

setSchema

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

See https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#jobstatistics2

Parameter
Name Description
var Schema
Returns
Type Description
$this