target.apidocs.com.google.api.services.sheets.v4.SheetsScopes.html Maven / Gradle / Ivy
SheetsScopes (Google Sheets API v4-rev20220322-1.32.1)
com.google.api.services.sheets.v4
Class SheetsScopes
- java.lang.Object
-
- com.google.api.services.sheets.v4.SheetsScopes
-
public class SheetsScopes
extends Object
Available OAuth 2.0 scopes for use with the Google Sheets API.
- Since:
- 1.4
-
-
Field Summary
Fields
Modifier and Type
Field and Description
static String
DRIVE
See, edit, create, and delete all of your Google Drive files.
static String
DRIVE_FILE
See, edit, create, and delete only the specific Google Drive files you use with this app.
static String
DRIVE_READONLY
See and download all your Google Drive files.
static String
SPREADSHEETS
See, edit, create, and delete all your Google Sheets spreadsheets.
static String
SPREADSHEETS_READONLY
See all your Google Sheets spreadsheets.
-
Method Summary
All Methods Static Methods Concrete Methods
Modifier and Type
Method and Description
static Set<String>
all()
Returns an unmodifiable set that contains all scopes declared by this class.
-
-
Field Detail
-
DRIVE
public static final String DRIVE
See, edit, create, and delete all of your Google Drive files.
- See Also:
- Constant Field Values
-
DRIVE_FILE
public static final String DRIVE_FILE
See, edit, create, and delete only the specific Google Drive files you use with this app.
- See Also:
- Constant Field Values
-
DRIVE_READONLY
public static final String DRIVE_READONLY
See and download all your Google Drive files.
- See Also:
- Constant Field Values
-
SPREADSHEETS
public static final String SPREADSHEETS
See, edit, create, and delete all your Google Sheets spreadsheets.
- See Also:
- Constant Field Values
-
SPREADSHEETS_READONLY
public static final String SPREADSHEETS_READONLY
See all your Google Sheets spreadsheets.
- See Also:
- Constant Field Values
Copyright © 2011–2022 Google. All rights reserved.