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

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

Issue 2571553005: Api-roll 43: 2016-12-13 (Closed)
Patch Set: Created 4 years 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/storage/v1.dart ('k') | generated/googleapis/lib/vision/v1.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/lib/tagmanager/v1.dart
diff --git a/generated/googleapis/lib/tagmanager/v1.dart b/generated/googleapis/lib/tagmanager/v1.dart
index 7ee7cfc4b52cc561690c17d48071a0c67ee683ee..e5b7d88c27091a53af831ab644e9613087ddbb87 100644
--- a/generated/googleapis/lib/tagmanager/v1.dart
+++ b/generated/googleapis/lib/tagmanager/v1.dart
@@ -19,22 +19,27 @@ class TagmanagerApi {
/** Delete your Google Tag Manager containers */
static const TagmanagerDeleteContainersScope = "https://www.googleapis.com/auth/tagmanager.delete.containers";
- /** Manage your Google Tag Manager containers */
+ /**
+ * Manage your Google Tag Manager container and its subcomponents, excluding
+ * versioning and publishing
+ */
static const TagmanagerEditContainersScope = "https://www.googleapis.com/auth/tagmanager.edit.containers";
/** Manage your Google Tag Manager container versions */
static const TagmanagerEditContainerversionsScope = "https://www.googleapis.com/auth/tagmanager.edit.containerversions";
- /** Manage your Google Tag Manager accounts */
+ /** View and manage your Google Tag Manager accounts */
static const TagmanagerManageAccountsScope = "https://www.googleapis.com/auth/tagmanager.manage.accounts";
- /** Manage user permissions of your Google Tag Manager data */
+ /**
+ * Manage user permissions of your Google Tag Manager account and container
+ */
static const TagmanagerManageUsersScope = "https://www.googleapis.com/auth/tagmanager.manage.users";
- /** Publish your Google Tag Manager containers */
+ /** Publish your Google Tag Manager container versions */
static const TagmanagerPublishScope = "https://www.googleapis.com/auth/tagmanager.publish";
- /** View your Google Tag Manager containers */
+ /** View your Google Tag Manager container and its subcomponents */
static const TagmanagerReadonlyScope = "https://www.googleapis.com/auth/tagmanager.readonly";
« no previous file with comments | « generated/googleapis/lib/storage/v1.dart ('k') | generated/googleapis/lib/vision/v1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698