BigQuery API v2 (revision 86)



com.google.api.services.bigquery
Class BigqueryScopes

java.lang.Object
  extended by com.google.api.services.bigquery.BigqueryScopes

public class BigqueryScopes
extends Object

Available OAuth 2.0 scopes for use with the BigQuery API.

Since:
1.4

Field Summary
static String BIGQUERY
          View and manage your data in Google BigQuery.
static String DEVSTORAGE_FULL_CONTROL
          Manage your data and permissions in Google Cloud Storage.
static String DEVSTORAGE_READ_ONLY
          View your data in Google Cloud Storage.
static String DEVSTORAGE_READ_WRITE
          Manage your data in Google Cloud Storage.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BIGQUERY

public static final String BIGQUERY
View and manage your data in Google BigQuery.

See Also:
Constant Field Values

DEVSTORAGE_FULL_CONTROL

public static final String DEVSTORAGE_FULL_CONTROL
Manage your data and permissions in Google Cloud Storage.

See Also:
Constant Field Values

DEVSTORAGE_READ_ONLY

public static final String DEVSTORAGE_READ_ONLY
View your data in Google Cloud Storage.

See Also:
Constant Field Values

DEVSTORAGE_READ_WRITE

public static final String DEVSTORAGE_READ_WRITE
Manage your data in Google Cloud Storage.

See Also:
Constant Field Values