public class BigqueryScopes extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BIGQUERY
View and manage your data in Google BigQuery and see the email address for your Google Account.
|
static String |
BIGQUERY_INSERTDATA
Insert data into Google BigQuery.
|
static String |
CLOUD_PLATFORM
See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account..
|
static String |
CLOUD_PLATFORM_READ_ONLY
View your data across Google Cloud services and see the email address of your Google Account.
|
static String |
DEVSTORAGE_FULL_CONTROL
Manage your data and permissions in Cloud Storage and see the email address for your Google Account.
|
static String |
DEVSTORAGE_READ_ONLY
View your data in Google Cloud Storage.
|
static String |
DEVSTORAGE_READ_WRITE
Manage your data in Cloud Storage and see the email address of your Google Account.
|
Modifier and Type | Method and Description |
---|---|
static Set<String> |
all()
Returns an unmodifiable set that contains all scopes declared by this class.
|
public static final String BIGQUERY
public static final String BIGQUERY_INSERTDATA
public static final String CLOUD_PLATFORM
public static final String CLOUD_PLATFORM_READ_ONLY
public static final String DEVSTORAGE_FULL_CONTROL
public static final String DEVSTORAGE_READ_ONLY
public static final String DEVSTORAGE_READ_WRITE
Copyright © 2011–2024 Google. All rights reserved.