bigquery  v2
Static Public Attributes | List of all members
google_bigquery_api::BigqueryService::SCOPES Class Reference

#include <bigquery_service.h>

Static Public Attributes

static const char BIGQUERY [] = {"https://www.googleapis.com/auth/bigquery"}
 
static const char BIGQUERY_INSERTDATA [] = {"https://www.googleapis.com/auth/bigquery.insertdata"}
 
static const char BIGQUERY_READONLY [] = {"https://www.googleapis.com/auth/bigquery.readonly"}
 
static const char CLOUD_PLATFORM [] = {"https://www.googleapis.com/auth/cloud-platform"}
 
static const char CLOUD_PLATFORM_READ_ONLY [] = {"https://www.googleapis.com/auth/cloud-platform.read-only"}
 
static const char DEVSTORAGE_FULL_CONTROL [] = {"https://www.googleapis.com/auth/devstorage.full_control"}
 
static const char DEVSTORAGE_READ_ONLY [] = {"https://www.googleapis.com/auth/devstorage.read_only"}
 
static const char DEVSTORAGE_READ_WRITE [] = {"https://www.googleapis.com/auth/devstorage.read_write"}
 

Detailed Description

Declares the OAuth2.0 scopes used within BigQuery API

These scopes shoudl be used when asking for credentials to invoke methods in the BigqueryService.

Member Data Documentation

◆ BIGQUERY

const char google_bigquery_api::BigqueryService::SCOPES::BIGQUERY = {"https://www.googleapis.com/auth/bigquery"}
static

View and manage your data in Google BigQuery.

◆ BIGQUERY_INSERTDATA

const char google_bigquery_api::BigqueryService::SCOPES::BIGQUERY_INSERTDATA = {"https://www.googleapis.com/auth/bigquery.insertdata"}
static

Insert data into Google BigQuery.

◆ BIGQUERY_READONLY

const char google_bigquery_api::BigqueryService::SCOPES::BIGQUERY_READONLY = {"https://www.googleapis.com/auth/bigquery.readonly"}
static

View your data in Google BigQuery.

◆ CLOUD_PLATFORM

const char google_bigquery_api::BigqueryService::SCOPES::CLOUD_PLATFORM = {"https://www.googleapis.com/auth/cloud-platform"}
static

View and manage your data across Google Cloud Platform services.

◆ CLOUD_PLATFORM_READ_ONLY

const char google_bigquery_api::BigqueryService::SCOPES::CLOUD_PLATFORM_READ_ONLY = {"https://www.googleapis.com/auth/cloud-platform.read-only"}
static

View your data across Google Cloud Platform services.

◆ DEVSTORAGE_FULL_CONTROL

const char google_bigquery_api::BigqueryService::SCOPES::DEVSTORAGE_FULL_CONTROL = {"https://www.googleapis.com/auth/devstorage.full_control"}
static

Manage your data and permissions in Google Cloud Storage.

◆ DEVSTORAGE_READ_ONLY

const char google_bigquery_api::BigqueryService::SCOPES::DEVSTORAGE_READ_ONLY = {"https://www.googleapis.com/auth/devstorage.read_only"}
static

View your data in Google Cloud Storage.

◆ DEVSTORAGE_READ_WRITE

const char google_bigquery_api::BigqueryService::SCOPES::DEVSTORAGE_READ_WRITE = {"https://www.googleapis.com/auth/devstorage.read_write"}
static

Manage your data in Google Cloud Storage.


The documentation for this class was generated from the following files: