public class SheetsScopes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DRIVE
View and manage the files in your Google Drive.
|
static String |
DRIVE_FILE
View and manage Google Drive files and folders that you have opened or created with this app.
|
static String |
DRIVE_READONLY
View the files in your Google Drive.
|
static String |
SPREADSHEETS
View and manage your spreadsheets in Google Drive.
|
static String |
SPREADSHEETS_READONLY
View your Google Spreadsheets.
|
| 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 DRIVE
public static final String DRIVE_FILE
public static final String DRIVE_READONLY
public static final String SPREADSHEETS
public static final String SPREADSHEETS_READONLY
Copyright © 2011–2018 Google. All rights reserved.