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

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

Issue 2734843002: Api-roll 46: 2017-03-06 (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « generated/googleapis/lib/genomics/v1.dart ('k') | generated/googleapis/lib/groupssettings/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 8e3202929f9bbf266024b713f443d92d77b2b942..a6faf3c04eb51c43e5b0bc9508d0f4d6ce61da8e 100644
--- a/generated/googleapis/lib/gmail/v1.dart
+++ b/generated/googleapis/lib/gmail/v1.dart
@@ -18,7 +18,7 @@ const core.String USER_AGENT = 'dart-api-client gmail/v1';
/** Access Gmail mailboxes including sending user email. */
class GmailApi {
- /** View and manage your mail */
+ /** Read, send, delete, and manage your email */
static const MailGoogleComScope = "https://mail.google.com/";
/** Manage drafts and send emails */
@@ -1813,6 +1813,9 @@ class UsersSettingsResourceApi {
* Updates the auto-forwarding setting for the specified account. A verified
* forwarding address must be specified when auto-forwarding is enabled.
*
+ * This method is only available to service account clients that have been
+ * delegated domain-wide authority.
+ *
* [request] - The metadata request object.
*
* Request parameters:
@@ -2189,6 +2192,9 @@ class UsersSettingsForwardingAddressesResourceApi {
* status will be set to pending; otherwise, the resource will be created with
* verification status set to accepted.
*
+ * This method is only available to service account clients that have been
+ * delegated domain-wide authority.
+ *
* [request] - The metadata request object.
*
* Request parameters:
@@ -2235,6 +2241,9 @@ class UsersSettingsForwardingAddressesResourceApi {
* Deletes the specified forwarding address and revokes any verification that
* may have been required.
*
+ * This method is only available to service account clients that have been
+ * delegated domain-wide authority.
+ *
* Request parameters:
*
* [userId] - User's email address. The special value "me" can be used to
@@ -2382,6 +2391,9 @@ class UsersSettingsSendAsResourceApi {
* created with verification status set to accepted. If a signature is
* provided, Gmail will sanitize the HTML before saving it with the alias.
*
+ * This method is only available to service account clients that have been
+ * delegated domain-wide authority.
+ *
* [request] - The metadata request object.
*
* Request parameters:
@@ -2428,6 +2440,9 @@ class UsersSettingsSendAsResourceApi {
* Deletes the specified send-as alias. Revokes any verification that may have
* been required for using it.
*
+ * This method is only available to service account clients that have been
+ * delegated domain-wide authority.
+ *
* Request parameters:
*
* [userId] - User's email address. The special value "me" can be used to
@@ -2560,8 +2575,11 @@ class UsersSettingsSendAsResourceApi {
/**
* Updates a send-as alias. If a signature is provided, Gmail will sanitize
- * the HTML before saving it with the alias. This method supports patch
- * semantics.
+ * the HTML before saving it with the alias.
+ *
+ * Addresses other than the primary address for the account can only be
+ * updated by service account clients that have been delegated domain-wide
+ * authority. This method supports patch semantics.
*
* [request] - The metadata request object.
*
@@ -2614,6 +2632,10 @@ class UsersSettingsSendAsResourceApi {
* Updates a send-as alias. If a signature is provided, Gmail will sanitize
* the HTML before saving it with the alias.
*
+ * Addresses other than the primary address for the account can only be
+ * updated by service account clients that have been delegated domain-wide
+ * authority.
+ *
* [request] - The metadata request object.
*
* Request parameters:
@@ -2665,6 +2687,9 @@ class UsersSettingsSendAsResourceApi {
* Sends a verification email to the specified send-as alias address. The
* verification status must be pending.
*
+ * This method is only available to service account clients that have been
+ * delegated domain-wide authority.
+ *
* Request parameters:
*
* [userId] - User's email address. The special value "me" can be used to
« no previous file with comments | « generated/googleapis/lib/genomics/v1.dart ('k') | generated/googleapis/lib/groupssettings/v1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698