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

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

Issue 2649893002: Api-roll 44: 2017-01-23 (Closed)
Patch Set: Created 3 years, 11 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/compute/v1.dart ('k') | generated/googleapis/lib/datastore/v1.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/lib/content/v2.dart
diff --git a/generated/googleapis/lib/content/v2.dart b/generated/googleapis/lib/content/v2.dart
index 9c4d1225d1d6fa3118654082b7cf5ae456c2fda1..37fae2f15e0e16d4621dabc12fd9884f136324e4 100644
--- a/generated/googleapis/lib/content/v2.dart
+++ b/generated/googleapis/lib/content/v2.dart
@@ -327,7 +327,9 @@ class AccountsResourceApi {
/**
* Updates a Merchant Center account. This method can only be called for
- * multi-client accounts. This method supports patch semantics.
+ * accounts to which the managing account has access: either the managing
+ * account itself or sub-accounts if the managing account is a multi-client
+ * account. This method supports patch semantics.
*
* [request] - The metadata request object.
*
@@ -382,7 +384,9 @@ class AccountsResourceApi {
/**
* Updates a Merchant Center account. This method can only be called for
- * multi-client accounts.
+ * accounts to which the managing account has access: either the managing
+ * account itself or sub-accounts if the managing account is a multi-client
+ * account.
*
* [request] - The metadata request object.
*
@@ -3242,11 +3246,11 @@ class Account {
/** Indicates whether the merchant sells adult content. */
core.bool adultContent;
/**
- * List of linked AdWords accounts, active or pending approval. To create a
- * new link request, add a new link with status active to the list. It will
- * remain is state pending until approved or rejected in the AdWords
- * interface. To delete an active link or to cancel a link request, remove it
- * from the list.
+ * List of linked AdWords accounts that are active or pending approval. To
+ * create a new link request, add a new link with status active to the list.
+ * It will remain in a pending state until approved or rejected either in the
+ * AdWords interface or through the AdWords API. To delete an active link, or
+ * to cancel a link request, remove it from the list.
*/
core.List<AccountAdwordsLink> adwordsLinks;
/** Merchant Center account ID. */
« no previous file with comments | « generated/googleapis/lib/compute/v1.dart ('k') | generated/googleapis/lib/datastore/v1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698