Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(275)

Unified Diff: generated/googleapis/lib/drive/v2.dart

Issue 904493003: API roll 11 v2: 2015-02-06 (Closed) Base URL: https://github.com/dart-lang/googleapis.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: generated/googleapis/lib/drive/v2.dart
diff --git a/generated/googleapis/lib/drive/v2.dart b/generated/googleapis/lib/drive/v2.dart
index 49ba5d5b235b9cfce61c61f3aec274a8eb05ee90..f80359c67ef6b04e3f53561afa41a15a5790c4e1 100644
--- a/generated/googleapis/lib/drive/v2.dart
+++ b/generated/googleapis/lib/drive/v2.dart
@@ -15,7 +15,7 @@ export '../common/common.dart' show DetailedApiRequestError;
/** The API to interact with Drive. */
class DriveApi {
- /** View and manage the files and documents in your Google Drive */
+ /** View and manage the files in your Google Drive */
static const DriveScope = "https://www.googleapis.com/auth/drive";
/** View and manage its own configuration data in your Google Drive */
@@ -30,10 +30,10 @@ class DriveApi {
*/
static const DriveFileScope = "https://www.googleapis.com/auth/drive.file";
- /** View metadata for files and documents in your Google Drive */
+ /** View metadata for files in your Google Drive */
static const DriveMetadataReadonlyScope = "https://www.googleapis.com/auth/drive.metadata.readonly";
- /** View the files and documents in your Google Drive */
+ /** View the files in your Google Drive */
static const DriveReadonlyScope = "https://www.googleapis.com/auth/drive.readonly";
/** Modify your Google Apps Script scripts' behavior */
« no previous file with comments | « generated/googleapis/lib/compute/v1.dart ('k') | generated/googleapis/lib/gamesconfiguration/v1configuration.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698