Google_Service_Bigquery
extends Google_Service
in package
Service definition for Bigquery (v2).
A data platform for customers to create, manage, share and query data.
For more information about this service, see the API Documentation
Tags
Table of Contents
- BIGQUERY = "https://www.googleapis.com/auth/bigquery"
- View and manage your data in Google BigQuery.
- BIGQUERY_INSERTDATA = "https://www.googleapis.com/auth/bigquery.insertdata"
- Insert data into Google BigQuery.
- BIGQUERY_READONLY = "https://www.googleapis.com/auth/bigquery.readonly"
- View your data in Google BigQuery.
- CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"
- View and manage your data across Google Cloud Platform services.
- CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only"
- View your data across Google Cloud Platform services.
- DEVSTORAGE_FULL_CONTROL = "https://www.googleapis.com/auth/devstorage.full_control"
- Manage your data and permissions in Google Cloud Storage.
- DEVSTORAGE_READ_ONLY = "https://www.googleapis.com/auth/devstorage.read_only"
- View your data in Google Cloud Storage.
- DEVSTORAGE_READ_WRITE = "https://www.googleapis.com/auth/devstorage.read_write"
- Manage your data in Google Cloud Storage.
- $availableScopes : mixed
- $batchPath : mixed
- $datasets : mixed
- $jobs : mixed
- $models : mixed
- $projects : mixed
- $resource : mixed
- $rootUrl : mixed
- $routines : mixed
- $servicePath : mixed
- $tabledata : mixed
- $tables : mixed
- $version : mixed
- $client : mixed
- __construct() : mixed
- Constructs the internal representation of the Bigquery service.
- createBatch() : Google_Http_Batch
- Create a new HTTP Batch handler for this service
- getClient() : Google_Client
- Return the associated Google_Client class.
Constants
BIGQUERY
View and manage your data in Google BigQuery.
public
mixed
BIGQUERY
= "https://www.googleapis.com/auth/bigquery"
BIGQUERY_INSERTDATA
Insert data into Google BigQuery.
public
mixed
BIGQUERY_INSERTDATA
= "https://www.googleapis.com/auth/bigquery.insertdata"
BIGQUERY_READONLY
View your data in Google BigQuery.
public
mixed
BIGQUERY_READONLY
= "https://www.googleapis.com/auth/bigquery.readonly"
CLOUD_PLATFORM
View and manage your data across Google Cloud Platform services.
public
mixed
CLOUD_PLATFORM
= "https://www.googleapis.com/auth/cloud-platform"
CLOUD_PLATFORM_READ_ONLY
View your data across Google Cloud Platform services.
public
mixed
CLOUD_PLATFORM_READ_ONLY
= "https://www.googleapis.com/auth/cloud-platform.read-only"
DEVSTORAGE_FULL_CONTROL
Manage your data and permissions in Google Cloud Storage.
public
mixed
DEVSTORAGE_FULL_CONTROL
= "https://www.googleapis.com/auth/devstorage.full_control"
DEVSTORAGE_READ_ONLY
View your data in Google Cloud Storage.
public
mixed
DEVSTORAGE_READ_ONLY
= "https://www.googleapis.com/auth/devstorage.read_only"
DEVSTORAGE_READ_WRITE
Manage your data in Google Cloud Storage.
public
mixed
DEVSTORAGE_READ_WRITE
= "https://www.googleapis.com/auth/devstorage.read_write"
Properties
$availableScopes
public
mixed
$availableScopes
$batchPath
public
mixed
$batchPath
$datasets
public
mixed
$datasets
$jobs
public
mixed
$jobs
$models
public
mixed
$models
$projects
public
mixed
$projects
$resource
public
mixed
$resource
$rootUrl
public
mixed
$rootUrl
$routines
public
mixed
$routines
$servicePath
public
mixed
$servicePath
$tabledata
public
mixed
$tabledata
$tables
public
mixed
$tables
$version
public
mixed
$version
$client
private
mixed
$client
Methods
__construct()
Constructs the internal representation of the Bigquery service.
public
__construct(Google_Client $client[, string $rootUrl = null ]) : mixed
Parameters
- $client : Google_Client
-
The client used to deliver requests.
- $rootUrl : string = null
-
The root URL used for requests to the service.
Return values
mixed —createBatch()
Create a new HTTP Batch handler for this service
public
createBatch() : Google_Http_Batch
Return values
Google_Http_Batch —getClient()
Return the associated Google_Client class.
public
getClient() : Google_Client