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

Unified Diff: generated/googleapis/lib/gmail/v1.dart

Issue 2485703002: Api-roll 42: 2016-11-08 (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « generated/googleapis/lib/genomics/v1.dart ('k') | generated/googleapis/lib/iam/v1.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/lib/gmail/v1.dart
diff --git a/generated/googleapis/lib/gmail/v1.dart b/generated/googleapis/lib/gmail/v1.dart
index a4884f4b7666c42f1932e0d8694a7c327c2badde..c517a4ac75230c25f5fced7d8e98d26521ae3784 100644
--- a/generated/googleapis/lib/gmail/v1.dart
+++ b/generated/googleapis/lib/gmail/v1.dart
@@ -30,6 +30,12 @@ class GmailApi {
/** Manage mailbox labels */
static const GmailLabelsScope = "https://www.googleapis.com/auth/gmail.labels";
+ /**
+ * View your email message metadata such as labels and headers, but not the
+ * email body
+ */
+ static const GmailMetadataScope = "https://www.googleapis.com/auth/gmail.metadata";
+
/** View and modify but not delete your email */
static const GmailModifyScope = "https://www.googleapis.com/auth/gmail.modify";
@@ -4081,10 +4087,10 @@ class MessagePartBody {
*/
core.String attachmentId;
/**
- * The body data of a MIME message part. May be empty for MIME container types
- * that have no message body or when the body data is sent as a separate
- * attachment. An attachment ID is present if the body data is contained in a
- * separate attachment.
+ * The body data of a MIME message part as a base64url encoded string. May be
+ * empty for MIME container types that have no message body or when the body
+ * data is sent as a separate attachment. An attachment ID is present if the
+ * body data is contained in a separate attachment.
*/
core.String data;
core.List<core.int> get dataAsBytes {
@@ -4311,8 +4317,7 @@ class Profile {
/**
* Settings associated with a send-as alias, which can be either the primary
* login address associated with the account or a custom "from" address. Send-as
- * aliases correspond to the "Send Mail As" feature in the web interface. See
- * for more details.
+ * aliases correspond to the "Send Mail As" feature in the web interface.
*/
class SendAs {
/**
@@ -4361,9 +4366,8 @@ class SendAs {
*/
SmtpMsa smtpMsa;
/**
- * Whether Gmail should treat this address as an alias for the user's primary
- * email address. See for more details. This setting only applies to custom
- * "from" aliases.
+ * Whether Gmail should treat this address as an alias for the user's primary
+ * email address. This setting only applies to custom "from" aliases.
*/
core.bool treatAsAlias;
/**
@@ -4559,7 +4563,7 @@ class Thread {
/**
* Vacation auto-reply settings for an account. These settings correspond to the
- * "Vacation responder" feature in the web interface. See for more details.
+ * "Vacation responder" feature in the web interface.
*/
class VacationSettings {
/** Flag that controls whether Gmail automatically replies to messages. */
« no previous file with comments | « generated/googleapis/lib/genomics/v1.dart ('k') | generated/googleapis/lib/iam/v1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698