Documentation

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
author

Google, Inc.

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

$servicePath

public mixed $servicePath

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

Search results