google-apis-tagmanager_v2 0.32.0 → 0.33.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -53,7 +53,7 @@ module Google
53
53
 
54
54
  # Gets a GTM Account.
55
55
  # @param [String] path
56
- # GTM Account's API relative path. Example: accounts/`account_id`
56
+ # GTM Account's API relative path.
57
57
  # @param [String] fields
58
58
  # Selector specifying which fields to include in a partial response.
59
59
  # @param [String] quota_user
@@ -116,7 +116,7 @@ module Google
116
116
 
117
117
  # Updates a GTM Account.
118
118
  # @param [String] path
119
- # GTM Account's API relative path. Example: accounts/`account_id`
119
+ # GTM Account's API relative path.
120
120
  # @param [Google::Apis::TagmanagerV2::Account] account_object
121
121
  # @param [String] fingerprint
122
122
  # When provided, this fingerprint must match the fingerprint of the account in
@@ -153,8 +153,7 @@ module Google
153
153
 
154
154
  # Combines Containers.
155
155
  # @param [String] path
156
- # GTM Container's API relative path. Example: accounts/`account_id`/containers/`
157
- # container_id`
156
+ # GTM Container's API relative path.
158
157
  # @param [Boolean] allow_user_permission_feature_update
159
158
  # Must be set to true to allow features.user_permissions to change from false to
160
159
  # true. If this operation causes an update but this bit is false, the operation
@@ -195,7 +194,7 @@ module Google
195
194
 
196
195
  # Creates a Container.
197
196
  # @param [String] parent
198
- # GTM Account's API relative path. Example: accounts/`account_id`.
197
+ # GTM Account's API relative path.
199
198
  # @param [Google::Apis::TagmanagerV2::Container] container_object
200
199
  # @param [String] fields
201
200
  # Selector specifying which fields to include in a partial response.
@@ -228,8 +227,7 @@ module Google
228
227
 
229
228
  # Deletes a Container.
230
229
  # @param [String] path
231
- # GTM Container's API relative path. Example: accounts/`account_id`/containers/`
232
- # container_id`
230
+ # GTM Container's API relative path.
233
231
  # @param [String] fields
234
232
  # Selector specifying which fields to include in a partial response.
235
233
  # @param [String] quota_user
@@ -257,8 +255,7 @@ module Google
257
255
 
258
256
  # Gets a Container.
259
257
  # @param [String] path
260
- # GTM Container's API relative path. Example: accounts/`account_id`/containers/`
261
- # container_id`
258
+ # GTM Container's API relative path.
262
259
  # @param [String] fields
263
260
  # Selector specifying which fields to include in a partial response.
264
261
  # @param [String] quota_user
@@ -288,7 +285,7 @@ module Google
288
285
 
289
286
  # Lists all Containers that belongs to a GTM Account.
290
287
  # @param [String] parent
291
- # GTM Account's API relative path. Example: accounts/`account_id`.
288
+ # GTM Account's API relative path.
292
289
  # @param [String] page_token
293
290
  # Continuation token for fetching the next page of results.
294
291
  # @param [String] fields
@@ -321,12 +318,11 @@ module Google
321
318
 
322
319
  # Looks up a Container by destination ID or tag ID.
323
320
  # @param [String] destination_id
324
- # Destination ID linked to a GTM Container, e.g. AW-123456789. Example: accounts/
325
- # containers:lookup?destination_id=`destination_id`. Only one of destination_id
326
- # or tag_id should be set.
321
+ # Destination ID linked to a GTM Container, e.g. AW-123456789. Only one of
322
+ # destination_id or tag_id should be set.
327
323
  # @param [String] tag_id
328
- # Tag ID for a GTM Container, e.g. GTM-123456789. Example: accounts/containers:
329
- # lookup?tag_id=`tag_id`. Only one of destination_id or tag_id should be set.
324
+ # Tag ID for a GTM Container, e.g. GTM-123456789. Only one of destination_id or
325
+ # tag_id should be set.
330
326
  # @param [String] fields
331
327
  # Selector specifying which fields to include in a partial response.
332
328
  # @param [String] quota_user
@@ -357,8 +353,7 @@ module Google
357
353
 
358
354
  # Move Tag ID out of a Container.
359
355
  # @param [String] path
360
- # GTM Container's API relative path. Example: accounts/`account_id`/containers/`
361
- # container_id`
356
+ # GTM Container's API relative path.
362
357
  # @param [Boolean] allow_user_permission_feature_update
363
358
  # Must be set to true to allow features.user_permissions to change from false to
364
359
  # true. If this operation causes an update but this bit is false, the operation
@@ -410,8 +405,7 @@ module Google
410
405
 
411
406
  # Gets the tagging snippet for a Container.
412
407
  # @param [String] path
413
- # Container snippet's API relative path. Example: accounts/`account_id`/
414
- # containers/`container_id`:snippet
408
+ # Container snippet's API relative path.
415
409
  # @param [String] fields
416
410
  # Selector specifying which fields to include in a partial response.
417
411
  # @param [String] quota_user
@@ -441,8 +435,7 @@ module Google
441
435
 
442
436
  # Updates a Container.
443
437
  # @param [String] path
444
- # GTM Container's API relative path. Example: accounts/`account_id`/containers/`
445
- # container_id`
438
+ # GTM Container's API relative path.
446
439
  # @param [Google::Apis::TagmanagerV2::Container] container_object
447
440
  # @param [String] fingerprint
448
441
  # When provided, this fingerprint must match the fingerprint of the container in
@@ -479,8 +472,7 @@ module Google
479
472
 
480
473
  # Gets a Destination.
481
474
  # @param [String] path
482
- # Google Tag Destination's API relative path. Example: accounts/`account_id`/
483
- # containers/`container_id`/destinations/`destination_link_id`
475
+ # Google Tag Destination's API relative path.
484
476
  # @param [String] fields
485
477
  # Selector specifying which fields to include in a partial response.
486
478
  # @param [String] quota_user
@@ -511,8 +503,7 @@ module Google
511
503
  # Adds a Destination to this Container and removes it from the Container to
512
504
  # which it is currently linked.
513
505
  # @param [String] parent
514
- # GTM parent Container's API relative path. Example: accounts/`account_id`/
515
- # containers/`container_id`
506
+ # GTM parent Container's API relative path.
516
507
  # @param [Boolean] allow_user_permission_feature_update
517
508
  # Must be set to true to allow features.user_permissions to change from false to
518
509
  # true. If this operation causes an update but this bit is false, the operation
@@ -550,8 +541,7 @@ module Google
550
541
 
551
542
  # Lists all Destinations linked to a GTM Container.
552
543
  # @param [String] parent
553
- # GTM parent Container's API relative path. Example: accounts/`account_id`/
554
- # containers/`container_id`
544
+ # GTM parent Container's API relative path.
555
545
  # @param [String] fields
556
546
  # Selector specifying which fields to include in a partial response.
557
547
  # @param [String] quota_user
@@ -581,8 +571,7 @@ module Google
581
571
 
582
572
  # Creates a GTM Environment.
583
573
  # @param [String] parent
584
- # GTM Container's API relative path. Example: accounts/`account_id`/containers/`
585
- # container_id`
574
+ # GTM Container's API relative path.
586
575
  # @param [Google::Apis::TagmanagerV2::Environment] environment_object
587
576
  # @param [String] fields
588
577
  # Selector specifying which fields to include in a partial response.
@@ -615,8 +604,7 @@ module Google
615
604
 
616
605
  # Deletes a GTM Environment.
617
606
  # @param [String] path
618
- # GTM Environment's API relative path. Example: accounts/`account_id`/containers/
619
- # `container_id`/environments/`environment_id`
607
+ # GTM Environment's API relative path.
620
608
  # @param [String] fields
621
609
  # Selector specifying which fields to include in a partial response.
622
610
  # @param [String] quota_user
@@ -644,8 +632,7 @@ module Google
644
632
 
645
633
  # Gets a GTM Environment.
646
634
  # @param [String] path
647
- # GTM Environment's API relative path. Example: accounts/`account_id`/containers/
648
- # `container_id`/environments/`environment_id`
635
+ # GTM Environment's API relative path.
649
636
  # @param [String] fields
650
637
  # Selector specifying which fields to include in a partial response.
651
638
  # @param [String] quota_user
@@ -675,8 +662,7 @@ module Google
675
662
 
676
663
  # Lists all GTM Environments of a GTM Container.
677
664
  # @param [String] parent
678
- # GTM Container's API relative path. Example: accounts/`account_id`/containers/`
679
- # container_id`
665
+ # GTM Container's API relative path.
680
666
  # @param [String] page_token
681
667
  # Continuation token for fetching the next page of results.
682
668
  # @param [String] fields
@@ -709,8 +695,7 @@ module Google
709
695
 
710
696
  # Re-generates the authorization code for a GTM Environment.
711
697
  # @param [String] path
712
- # GTM Environment's API relative path. Example: accounts/`account_id`/containers/
713
- # `container_id`/environments/`environment_id`
698
+ # GTM Environment's API relative path.
714
699
  # @param [Google::Apis::TagmanagerV2::Environment] environment_object
715
700
  # @param [String] fields
716
701
  # Selector specifying which fields to include in a partial response.
@@ -743,8 +728,7 @@ module Google
743
728
 
744
729
  # Updates a GTM Environment.
745
730
  # @param [String] path
746
- # GTM Environment's API relative path. Example: accounts/`account_id`/containers/
747
- # `container_id`/environments/`environment_id`
731
+ # GTM Environment's API relative path.
748
732
  # @param [Google::Apis::TagmanagerV2::Environment] environment_object
749
733
  # @param [String] fingerprint
750
734
  # When provided, this fingerprint must match the fingerprint of the environment
@@ -781,8 +765,7 @@ module Google
781
765
 
782
766
  # Gets the latest container version header
783
767
  # @param [String] parent
784
- # GTM Container's API relative path. Example: accounts/`account_id`/containers/`
785
- # container_id`
768
+ # GTM Container's API relative path.
786
769
  # @param [String] fields
787
770
  # Selector specifying which fields to include in a partial response.
788
771
  # @param [String] quota_user
@@ -812,8 +795,7 @@ module Google
812
795
 
813
796
  # Lists all Container Versions of a GTM Container.
814
797
  # @param [String] parent
815
- # GTM Container's API relative path. Example: accounts/`account_id`/containers/`
816
- # container_id`
798
+ # GTM Container's API relative path.
817
799
  # @param [Boolean] include_deleted
818
800
  # Also retrieve deleted (archived) versions when true.
819
801
  # @param [String] page_token
@@ -849,8 +831,7 @@ module Google
849
831
 
850
832
  # Deletes a Container Version.
851
833
  # @param [String] path
852
- # GTM ContainerVersion's API relative path. Example: accounts/`account_id`/
853
- # containers/`container_id`/versions/`version_id`
834
+ # GTM ContainerVersion's API relative path.
854
835
  # @param [String] fields
855
836
  # Selector specifying which fields to include in a partial response.
856
837
  # @param [String] quota_user
@@ -878,8 +859,7 @@ module Google
878
859
 
879
860
  # Gets a Container Version.
880
861
  # @param [String] path
881
- # GTM ContainerVersion's API relative path. Example: accounts/`account_id`/
882
- # containers/`container_id`/versions/`version_id`
862
+ # GTM ContainerVersion's API relative path.
883
863
  # @param [String] container_version_id
884
864
  # The GTM ContainerVersion ID. Specify published to retrieve the currently
885
865
  # published version.
@@ -913,8 +893,7 @@ module Google
913
893
 
914
894
  # Gets the live (i.e. published) container version
915
895
  # @param [String] parent
916
- # GTM Container's API relative path. Example: accounts/`account_id`/containers/`
917
- # container_id`
896
+ # GTM Container's API relative path.
918
897
  # @param [String] fields
919
898
  # Selector specifying which fields to include in a partial response.
920
899
  # @param [String] quota_user
@@ -944,8 +923,7 @@ module Google
944
923
 
945
924
  # Publishes a Container Version.
946
925
  # @param [String] path
947
- # GTM ContainerVersion's API relative path. Example: accounts/`account_id`/
948
- # containers/`container_id`/versions/`version_id`
926
+ # GTM ContainerVersion's API relative path.
949
927
  # @param [String] fingerprint
950
928
  # When provided, this fingerprint must match the fingerprint of the container
951
929
  # version in storage.
@@ -980,8 +958,7 @@ module Google
980
958
  # Sets the latest version used for synchronization of workspaces when detecting
981
959
  # conflicts and errors.
982
960
  # @param [String] path
983
- # GTM ContainerVersion's API relative path. Example: accounts/`account_id`/
984
- # containers/`container_id`/versions/`version_id`
961
+ # GTM ContainerVersion's API relative path.
985
962
  # @param [String] fields
986
963
  # Selector specifying which fields to include in a partial response.
987
964
  # @param [String] quota_user
@@ -1011,8 +988,7 @@ module Google
1011
988
 
1012
989
  # Undeletes a Container Version.
1013
990
  # @param [String] path
1014
- # GTM ContainerVersion's API relative path. Example: accounts/`account_id`/
1015
- # containers/`container_id`/versions/`version_id`
991
+ # GTM ContainerVersion's API relative path.
1016
992
  # @param [String] fields
1017
993
  # Selector specifying which fields to include in a partial response.
1018
994
  # @param [String] quota_user
@@ -1042,8 +1018,7 @@ module Google
1042
1018
 
1043
1019
  # Updates a Container Version.
1044
1020
  # @param [String] path
1045
- # GTM ContainerVersion's API relative path. Example: accounts/`account_id`/
1046
- # containers/`container_id`/versions/`version_id`
1021
+ # GTM ContainerVersion's API relative path.
1047
1022
  # @param [Google::Apis::TagmanagerV2::ContainerVersion] container_version_object
1048
1023
  # @param [String] fingerprint
1049
1024
  # When provided, this fingerprint must match the fingerprint of the container
@@ -1080,8 +1055,7 @@ module Google
1080
1055
 
1081
1056
  # Creates a Workspace.
1082
1057
  # @param [String] parent
1083
- # GTM parent Container's API relative path. Example: accounts/`account_id`/
1084
- # containers/`container_id`
1058
+ # GTM parent Container's API relative path.
1085
1059
  # @param [Google::Apis::TagmanagerV2::Workspace] workspace_object
1086
1060
  # @param [String] fields
1087
1061
  # Selector specifying which fields to include in a partial response.
@@ -1116,8 +1090,7 @@ module Google
1116
1090
  # deletes the workspace, and sets the base container version to the newly
1117
1091
  # created version.
1118
1092
  # @param [String] path
1119
- # GTM Workspace's API relative path. Example: accounts/`account_id`/containers/`
1120
- # container_id`/workspaces/`workspace_id`
1093
+ # GTM Workspace's API relative path.
1121
1094
  # @param [Google::Apis::TagmanagerV2::CreateContainerVersionRequestVersionOptions] create_container_version_request_version_options_object
1122
1095
  # @param [String] fields
1123
1096
  # Selector specifying which fields to include in a partial response.
@@ -1150,8 +1123,7 @@ module Google
1150
1123
 
1151
1124
  # Deletes a Workspace.
1152
1125
  # @param [String] path
1153
- # GTM Workspace's API relative path. Example: accounts/`account_id`/containers/`
1154
- # container_id`/workspaces/`workspace_id`
1126
+ # GTM Workspace's API relative path.
1155
1127
  # @param [String] fields
1156
1128
  # Selector specifying which fields to include in a partial response.
1157
1129
  # @param [String] quota_user
@@ -1179,8 +1151,7 @@ module Google
1179
1151
 
1180
1152
  # Gets a Workspace.
1181
1153
  # @param [String] path
1182
- # GTM Workspace's API relative path. Example: accounts/`account_id`/containers/`
1183
- # container_id`/workspaces/`workspace_id`
1154
+ # GTM Workspace's API relative path.
1184
1155
  # @param [String] fields
1185
1156
  # Selector specifying which fields to include in a partial response.
1186
1157
  # @param [String] quota_user
@@ -1210,8 +1181,7 @@ module Google
1210
1181
 
1211
1182
  # Finds conflicting and modified entities in the workspace.
1212
1183
  # @param [String] path
1213
- # GTM Workspace's API relative path. Example: accounts/`account_id`/containers/`
1214
- # container_id`/workspaces/`workspace_id`
1184
+ # GTM Workspace's API relative path.
1215
1185
  # @param [String] fields
1216
1186
  # Selector specifying which fields to include in a partial response.
1217
1187
  # @param [String] quota_user
@@ -1241,8 +1211,7 @@ module Google
1241
1211
 
1242
1212
  # Lists all Workspaces that belong to a GTM Container.
1243
1213
  # @param [String] parent
1244
- # GTM parent Container's API relative path. Example: accounts/`account_id`/
1245
- # containers/`container_id`
1214
+ # GTM parent Container's API relative path.
1246
1215
  # @param [String] page_token
1247
1216
  # Continuation token for fetching the next page of results.
1248
1217
  # @param [String] fields
@@ -1276,8 +1245,7 @@ module Google
1276
1245
  # Quick previews a workspace by creating a fake container version from all
1277
1246
  # entities in the provided workspace.
1278
1247
  # @param [String] path
1279
- # GTM Workspace's API relative path. Example: accounts/`account_id`/containers/`
1280
- # container_id`/workspaces/`workspace_id`
1248
+ # GTM Workspace's API relative path.
1281
1249
  # @param [String] fields
1282
1250
  # Selector specifying which fields to include in a partial response.
1283
1251
  # @param [String] quota_user
@@ -1308,8 +1276,7 @@ module Google
1308
1276
  # Resolves a merge conflict for a workspace entity by updating it to the
1309
1277
  # resolved entity passed in the request.
1310
1278
  # @param [String] path
1311
- # GTM Workspace's API relative path. Example: accounts/`account_id`/containers/`
1312
- # container_id`/workspaces/`workspace_id`
1279
+ # GTM Workspace's API relative path.
1313
1280
  # @param [Google::Apis::TagmanagerV2::Entity] entity_object
1314
1281
  # @param [String] fingerprint
1315
1282
  # When provided, this fingerprint must match the fingerprint of the
@@ -1345,8 +1312,7 @@ module Google
1345
1312
  # Syncs a workspace to the latest container version by updating all unmodified
1346
1313
  # workspace entities and displaying conflicts for modified entities.
1347
1314
  # @param [String] path
1348
- # GTM Workspace's API relative path. Example: accounts/`account_id`/containers/`
1349
- # container_id`/workspaces/`workspace_id`
1315
+ # GTM Workspace's API relative path.
1350
1316
  # @param [String] fields
1351
1317
  # Selector specifying which fields to include in a partial response.
1352
1318
  # @param [String] quota_user
@@ -1376,8 +1342,7 @@ module Google
1376
1342
 
1377
1343
  # Updates a Workspace.
1378
1344
  # @param [String] path
1379
- # GTM Workspace's API relative path. Example: accounts/`account_id`/containers/`
1380
- # container_id`/workspaces/`workspace_id`
1345
+ # GTM Workspace's API relative path.
1381
1346
  # @param [Google::Apis::TagmanagerV2::Workspace] workspace_object
1382
1347
  # @param [String] fingerprint
1383
1348
  # When provided, this fingerprint must match the fingerprint of the workspace in
@@ -1414,8 +1379,7 @@ module Google
1414
1379
 
1415
1380
  # Creates one or more GTM Built-In Variables.
1416
1381
  # @param [String] parent
1417
- # GTM Workspace's API relative path. Example: accounts/`account_id`/containers/`
1418
- # container_id`/workspaces/`workspace_id`
1382
+ # GTM Workspace's API relative path.
1419
1383
  # @param [Array<String>, String] type
1420
1384
  # The types of built-in variables to enable.
1421
1385
  # @param [String] fields
@@ -1448,8 +1412,7 @@ module Google
1448
1412
 
1449
1413
  # Deletes one or more GTM Built-In Variables.
1450
1414
  # @param [String] path
1451
- # GTM BuiltInVariable's API relative path. Example: accounts/`account_id`/
1452
- # containers/`container_id`/workspaces/`workspace_id`/built_in_variables
1415
+ # GTM BuiltInVariable's API relative path.
1453
1416
  # @param [Array<String>, String] type
1454
1417
  # The types of built-in variables to delete.
1455
1418
  # @param [String] fields
@@ -1480,8 +1443,7 @@ module Google
1480
1443
 
1481
1444
  # Lists all the enabled Built-In Variables of a GTM Container.
1482
1445
  # @param [String] parent
1483
- # GTM Workspace's API relative path. Example: accounts/`account_id`/containers/`
1484
- # container_id`/workspaces/`workspace_id`
1446
+ # GTM Workspace's API relative path.
1485
1447
  # @param [String] page_token
1486
1448
  # Continuation token for fetching the next page of results.
1487
1449
  # @param [String] fields
@@ -1514,8 +1476,7 @@ module Google
1514
1476
 
1515
1477
  # Reverts changes to a GTM Built-In Variables in a GTM Workspace.
1516
1478
  # @param [String] path
1517
- # GTM BuiltInVariable's API relative path. Example: accounts/`account_id`/
1518
- # containers/`container_id`/workspaces/`workspace_id`/built_in_variables
1479
+ # GTM BuiltInVariable's API relative path.
1519
1480
  # @param [String] type
1520
1481
  # The type of built-in variable to revert.
1521
1482
  # @param [String] fields
@@ -1548,8 +1509,7 @@ module Google
1548
1509
 
1549
1510
  # Creates a GTM Client.
1550
1511
  # @param [String] parent
1551
- # GTM Workspace's API relative path. Example: accounts/`account_id`/containers/`
1552
- # container_id`/workspaces/`workspace_id`
1512
+ # GTM Workspace's API relative path.
1553
1513
  # @param [Google::Apis::TagmanagerV2::Client] client_object
1554
1514
  # @param [String] fields
1555
1515
  # Selector specifying which fields to include in a partial response.
@@ -1582,8 +1542,7 @@ module Google
1582
1542
 
1583
1543
  # Deletes a GTM Client.
1584
1544
  # @param [String] path
1585
- # GTM Client's API relative path. Example: accounts/`account_id`/containers/`
1586
- # container_id`/workspaces/`workspace_id`/clients/`client_id`
1545
+ # GTM Client's API relative path.
1587
1546
  # @param [String] fields
1588
1547
  # Selector specifying which fields to include in a partial response.
1589
1548
  # @param [String] quota_user
@@ -1611,8 +1570,7 @@ module Google
1611
1570
 
1612
1571
  # Gets a GTM Client.
1613
1572
  # @param [String] path
1614
- # GTM Client's API relative path. Example: accounts/`account_id`/containers/`
1615
- # container_id`/workspaces/`workspace_id`/clients/`client_id`
1573
+ # GTM Client's API relative path.
1616
1574
  # @param [String] fields
1617
1575
  # Selector specifying which fields to include in a partial response.
1618
1576
  # @param [String] quota_user
@@ -1642,8 +1600,7 @@ module Google
1642
1600
 
1643
1601
  # Lists all GTM Clients of a GTM container workspace.
1644
1602
  # @param [String] parent
1645
- # GTM Workspace's API relative path. Example: accounts/`account_id`/containers/`
1646
- # container_id`/workspaces/`workspace_id`
1603
+ # GTM Workspace's API relative path.
1647
1604
  # @param [String] page_token
1648
1605
  # Continuation token for fetching the next page of results.
1649
1606
  # @param [String] fields
@@ -1676,8 +1633,7 @@ module Google
1676
1633
 
1677
1634
  # Reverts changes to a GTM Client in a GTM Workspace.
1678
1635
  # @param [String] path
1679
- # GTM Client's API relative path. Example: accounts/`account_id`/containers/`
1680
- # container_id`/workspaces/`workspace_id`/clients/`client_id`
1636
+ # GTM Client's API relative path.
1681
1637
  # @param [String] fingerprint
1682
1638
  # When provided, this fingerprint must match the fingerprint of the client in
1683
1639
  # storage.
@@ -1711,8 +1667,7 @@ module Google
1711
1667
 
1712
1668
  # Updates a GTM Client.
1713
1669
  # @param [String] path
1714
- # GTM Client's API relative path. Example: accounts/`account_id`/containers/`
1715
- # container_id`/workspaces/`workspace_id`/clients/`client_id`
1670
+ # GTM Client's API relative path.
1716
1671
  # @param [Google::Apis::TagmanagerV2::Client] client_object
1717
1672
  # @param [String] fingerprint
1718
1673
  # When provided, this fingerprint must match the fingerprint of the client in
@@ -1749,8 +1704,7 @@ module Google
1749
1704
 
1750
1705
  # Creates a GTM Folder.
1751
1706
  # @param [String] parent
1752
- # GTM Workspace's API relative path. Example: accounts/`account_id`/containers/`
1753
- # container_id`/workspaces/`workspace_id`
1707
+ # GTM Workspace's API relative path.
1754
1708
  # @param [Google::Apis::TagmanagerV2::Folder] folder_object
1755
1709
  # @param [String] fields
1756
1710
  # Selector specifying which fields to include in a partial response.
@@ -1783,8 +1737,7 @@ module Google
1783
1737
 
1784
1738
  # Deletes a GTM Folder.
1785
1739
  # @param [String] path
1786
- # GTM Folder's API relative path. Example: accounts/`account_id`/containers/`
1787
- # container_id`/workspaces/`workspace_id`/folders/`folder_id`
1740
+ # GTM Folder's API relative path.
1788
1741
  # @param [String] fields
1789
1742
  # Selector specifying which fields to include in a partial response.
1790
1743
  # @param [String] quota_user
@@ -1812,8 +1765,7 @@ module Google
1812
1765
 
1813
1766
  # List all entities in a GTM Folder.
1814
1767
  # @param [String] path
1815
- # GTM Folder's API relative path. Example: accounts/`account_id`/containers/`
1816
- # container_id`/workspaces/`workspace_id`/folders/`folder_id`
1768
+ # GTM Folder's API relative path.
1817
1769
  # @param [String] page_token
1818
1770
  # Continuation token for fetching the next page of results.
1819
1771
  # @param [String] fields
@@ -1846,8 +1798,7 @@ module Google
1846
1798
 
1847
1799
  # Gets a GTM Folder.
1848
1800
  # @param [String] path
1849
- # GTM Folder's API relative path. Example: accounts/`account_id`/containers/`
1850
- # container_id`/workspaces/`workspace_id`/folders/`folder_id`
1801
+ # GTM Folder's API relative path.
1851
1802
  # @param [String] fields
1852
1803
  # Selector specifying which fields to include in a partial response.
1853
1804
  # @param [String] quota_user
@@ -1877,8 +1828,7 @@ module Google
1877
1828
 
1878
1829
  # Lists all GTM Folders of a Container.
1879
1830
  # @param [String] parent
1880
- # GTM Workspace's API relative path. Example: accounts/`account_id`/containers/`
1881
- # container_id`/workspaces/`workspace_id`
1831
+ # GTM Workspace's API relative path.
1882
1832
  # @param [String] page_token
1883
1833
  # Continuation token for fetching the next page of results.
1884
1834
  # @param [String] fields
@@ -1912,8 +1862,7 @@ module Google
1912
1862
  # Moves entities to a GTM Folder. If `folder_id` in the request path equals 0,
1913
1863
  # this will instead move entities out of the folder they currently belong to.
1914
1864
  # @param [String] path
1915
- # GTM Folder's API relative path. Example: accounts/`account_id`/containers/`
1916
- # container_id`/workspaces/`workspace_id`/folders/`folder_id`
1865
+ # GTM Folder's API relative path.
1917
1866
  # @param [Google::Apis::TagmanagerV2::Folder] folder_object
1918
1867
  # @param [Array<String>, String] tag_id
1919
1868
  # The tags to be moved to the folder.
@@ -1953,8 +1902,7 @@ module Google
1953
1902
 
1954
1903
  # Reverts changes to a GTM Folder in a GTM Workspace.
1955
1904
  # @param [String] path
1956
- # GTM Folder's API relative path. Example: accounts/`account_id`/containers/`
1957
- # container_id`/workspaces/`workspace_id`/folders/`folder_id`
1905
+ # GTM Folder's API relative path.
1958
1906
  # @param [String] fingerprint
1959
1907
  # When provided, this fingerprint must match the fingerprint of the tag in
1960
1908
  # storage.
@@ -1988,8 +1936,7 @@ module Google
1988
1936
 
1989
1937
  # Updates a GTM Folder.
1990
1938
  # @param [String] path
1991
- # GTM Folder's API relative path. Example: accounts/`account_id`/containers/`
1992
- # container_id`/workspaces/`workspace_id`/folders/`folder_id`
1939
+ # GTM Folder's API relative path.
1993
1940
  # @param [Google::Apis::TagmanagerV2::Folder] folder_object
1994
1941
  # @param [String] fingerprint
1995
1942
  # When provided, this fingerprint must match the fingerprint of the folder in
@@ -2026,8 +1973,7 @@ module Google
2026
1973
 
2027
1974
  # Creates a Google tag config.
2028
1975
  # @param [String] parent
2029
- # Workspace's API relative path. Example: accounts/`account_id`/containers/`
2030
- # container_id`/workspaces/`workspace_id`
1976
+ # Workspace's API relative path.
2031
1977
  # @param [Google::Apis::TagmanagerV2::GtagConfig] gtag_config_object
2032
1978
  # @param [String] fields
2033
1979
  # Selector specifying which fields to include in a partial response.
@@ -2060,9 +2006,7 @@ module Google
2060
2006
 
2061
2007
  # Deletes a Google tag config.
2062
2008
  # @param [String] path
2063
- # Google tag config's API relative path. Example: accounts/`account_id`/
2064
- # containers/`container_id`/workspaces/`workspace_id`/gtag_config/`
2065
- # gtag_config_id`
2009
+ # Google tag config's API relative path.
2066
2010
  # @param [String] fields
2067
2011
  # Selector specifying which fields to include in a partial response.
2068
2012
  # @param [String] quota_user
@@ -2090,9 +2034,7 @@ module Google
2090
2034
 
2091
2035
  # Gets a Google tag config.
2092
2036
  # @param [String] path
2093
- # Google tag config's API relative path. Example: accounts/`account_id`/
2094
- # containers/`container_id`/workspaces/`workspace_id`/gtag_config/`
2095
- # gtag_config_id`
2037
+ # Google tag config's API relative path.
2096
2038
  # @param [String] fields
2097
2039
  # Selector specifying which fields to include in a partial response.
2098
2040
  # @param [String] quota_user
@@ -2122,8 +2064,7 @@ module Google
2122
2064
 
2123
2065
  # Lists all Google tag configs in a Container.
2124
2066
  # @param [String] parent
2125
- # Workspace's API relative path. Example: accounts/`account_id`/containers/`
2126
- # container_id`/workspaces/`workspace_id`
2067
+ # Workspace's API relative path.
2127
2068
  # @param [String] page_token
2128
2069
  # Continuation token for fetching the next page of results.
2129
2070
  # @param [String] fields
@@ -2156,9 +2097,7 @@ module Google
2156
2097
 
2157
2098
  # Updates a Google tag config.
2158
2099
  # @param [String] path
2159
- # Google tag config's API relative path. Example: accounts/`account_id`/
2160
- # containers/`container_id`/workspaces/`workspace_id`/gtag_config/`
2161
- # gtag_config_id`
2100
+ # Google tag config's API relative path.
2162
2101
  # @param [Google::Apis::TagmanagerV2::GtagConfig] gtag_config_object
2163
2102
  # @param [String] fingerprint
2164
2103
  # When provided, this fingerprint must match the fingerprint of the config in
@@ -2195,8 +2134,7 @@ module Google
2195
2134
 
2196
2135
  # Creates a GTM Tag.
2197
2136
  # @param [String] parent
2198
- # GTM Workspace's API relative path. Example: accounts/`account_id`/containers/`
2199
- # container_id`/workspaces/`workspace_id`
2137
+ # GTM Workspace's API relative path.
2200
2138
  # @param [Google::Apis::TagmanagerV2::Tag] tag_object
2201
2139
  # @param [String] fields
2202
2140
  # Selector specifying which fields to include in a partial response.
@@ -2229,8 +2167,7 @@ module Google
2229
2167
 
2230
2168
  # Deletes a GTM Tag.
2231
2169
  # @param [String] path
2232
- # GTM Tag's API relative path. Example: accounts/`account_id`/containers/`
2233
- # container_id`/workspaces/`workspace_id`/tags/`tag_id`
2170
+ # GTM Tag's API relative path.
2234
2171
  # @param [String] fields
2235
2172
  # Selector specifying which fields to include in a partial response.
2236
2173
  # @param [String] quota_user
@@ -2258,8 +2195,7 @@ module Google
2258
2195
 
2259
2196
  # Gets a GTM Tag.
2260
2197
  # @param [String] path
2261
- # GTM Tag's API relative path. Example: accounts/`account_id`/containers/`
2262
- # container_id`/workspaces/`workspace_id`/tags/`tag_id`
2198
+ # GTM Tag's API relative path.
2263
2199
  # @param [String] fields
2264
2200
  # Selector specifying which fields to include in a partial response.
2265
2201
  # @param [String] quota_user
@@ -2289,8 +2225,7 @@ module Google
2289
2225
 
2290
2226
  # Lists all GTM Tags of a Container.
2291
2227
  # @param [String] parent
2292
- # GTM Workspace's API relative path. Example: accounts/`account_id`/containers/`
2293
- # container_id`/workspaces/`workspace_id`
2228
+ # GTM Workspace's API relative path.
2294
2229
  # @param [String] page_token
2295
2230
  # Continuation token for fetching the next page of results.
2296
2231
  # @param [String] fields
@@ -2323,8 +2258,7 @@ module Google
2323
2258
 
2324
2259
  # Reverts changes to a GTM Tag in a GTM Workspace.
2325
2260
  # @param [String] path
2326
- # GTM Tag's API relative path. Example: accounts/`account_id`/containers/`
2327
- # container_id`/workspaces/`workspace_id`/tags/`tag_id`
2261
+ # GTM Tag's API relative path.
2328
2262
  # @param [String] fingerprint
2329
2263
  # When provided, this fingerprint must match the fingerprint of thetag in
2330
2264
  # storage.
@@ -2358,8 +2292,7 @@ module Google
2358
2292
 
2359
2293
  # Updates a GTM Tag.
2360
2294
  # @param [String] path
2361
- # GTM Tag's API relative path. Example: accounts/`account_id`/containers/`
2362
- # container_id`/workspaces/`workspace_id`/tags/`tag_id`
2295
+ # GTM Tag's API relative path.
2363
2296
  # @param [Google::Apis::TagmanagerV2::Tag] tag_object
2364
2297
  # @param [String] fingerprint
2365
2298
  # When provided, this fingerprint must match the fingerprint of the tag in
@@ -2396,8 +2329,7 @@ module Google
2396
2329
 
2397
2330
  # Creates a GTM Custom Template.
2398
2331
  # @param [String] parent
2399
- # GTM Workspace's API relative path. Example: accounts/`account_id`/containers/`
2400
- # container_id`/workspaces/`workspace_id`
2332
+ # GTM Workspace's API relative path.
2401
2333
  # @param [Google::Apis::TagmanagerV2::CustomTemplate] custom_template_object
2402
2334
  # @param [String] fields
2403
2335
  # Selector specifying which fields to include in a partial response.
@@ -2430,8 +2362,7 @@ module Google
2430
2362
 
2431
2363
  # Deletes a GTM Template.
2432
2364
  # @param [String] path
2433
- # GTM Custom Template's API relative path. Example: accounts/`account_id`/
2434
- # containers/`container_id`/workspaces/`workspace_id`/templates/`template_id`
2365
+ # GTM Custom Template's API relative path.
2435
2366
  # @param [String] fields
2436
2367
  # Selector specifying which fields to include in a partial response.
2437
2368
  # @param [String] quota_user
@@ -2459,8 +2390,7 @@ module Google
2459
2390
 
2460
2391
  # Gets a GTM Template.
2461
2392
  # @param [String] path
2462
- # GTM Custom Template's API relative path. Example: accounts/`account_id`/
2463
- # containers/`container_id`/workspaces/`workspace_id`/templates/`template_id`
2393
+ # GTM Custom Template's API relative path.
2464
2394
  # @param [String] fields
2465
2395
  # Selector specifying which fields to include in a partial response.
2466
2396
  # @param [String] quota_user
@@ -2488,10 +2418,53 @@ module Google
2488
2418
  execute_or_queue_command(command, &block)
2489
2419
  end
2490
2420
 
2421
+ # Imports a GTM Custom Template from Gallery.
2422
+ # @param [String] parent
2423
+ # GTM Workspace's API relative path.
2424
+ # @param [Boolean] acknowledge_permissions
2425
+ # Must be set to true to allow Gallery template to be imported into the
2426
+ # workspace. If this bit is false, the import operation will fail.
2427
+ # @param [String] gallery_owner
2428
+ # Owner of the Gallery template to import
2429
+ # @param [String] gallery_repository
2430
+ # Repository of the Gallery template to import
2431
+ # @param [String] gallery_sha
2432
+ # SHA version of the Gallery template to import. Defaulted to the latest SHA
2433
+ # version if not provided.
2434
+ # @param [String] fields
2435
+ # Selector specifying which fields to include in a partial response.
2436
+ # @param [String] quota_user
2437
+ # Available to use for quota purposes for server-side applications. Can be any
2438
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
2439
+ # @param [Google::Apis::RequestOptions] options
2440
+ # Request-specific options
2441
+ #
2442
+ # @yield [result, err] Result & error if block supplied
2443
+ # @yieldparam result [Google::Apis::TagmanagerV2::CustomTemplate] parsed result object
2444
+ # @yieldparam err [StandardError] error object if request failed
2445
+ #
2446
+ # @return [Google::Apis::TagmanagerV2::CustomTemplate]
2447
+ #
2448
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2449
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2450
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
2451
+ def import_account_container_workspace_template_from_gallery(parent, acknowledge_permissions: nil, gallery_owner: nil, gallery_repository: nil, gallery_sha: nil, fields: nil, quota_user: nil, options: nil, &block)
2452
+ command = make_simple_command(:post, 'tagmanager/v2/{+parent}/templates:import_from_gallery', options)
2453
+ command.response_representation = Google::Apis::TagmanagerV2::CustomTemplate::Representation
2454
+ command.response_class = Google::Apis::TagmanagerV2::CustomTemplate
2455
+ command.params['parent'] = parent unless parent.nil?
2456
+ command.query['acknowledgePermissions'] = acknowledge_permissions unless acknowledge_permissions.nil?
2457
+ command.query['galleryOwner'] = gallery_owner unless gallery_owner.nil?
2458
+ command.query['galleryRepository'] = gallery_repository unless gallery_repository.nil?
2459
+ command.query['gallerySha'] = gallery_sha unless gallery_sha.nil?
2460
+ command.query['fields'] = fields unless fields.nil?
2461
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
2462
+ execute_or_queue_command(command, &block)
2463
+ end
2464
+
2491
2465
  # Lists all GTM Templates of a GTM container workspace.
2492
2466
  # @param [String] parent
2493
- # GTM Workspace's API relative path. Example: accounts/`account_id`/containers/`
2494
- # container_id`/workspaces/`workspace_id`
2467
+ # GTM Workspace's API relative path.
2495
2468
  # @param [String] page_token
2496
2469
  # Continuation token for fetching the next page of results.
2497
2470
  # @param [String] fields
@@ -2524,8 +2497,7 @@ module Google
2524
2497
 
2525
2498
  # Reverts changes to a GTM Template in a GTM Workspace.
2526
2499
  # @param [String] path
2527
- # GTM Custom Template's API relative path. Example: accounts/`account_id`/
2528
- # containers/`container_id`/workspaces/`workspace_id`/templates/`template_id`
2500
+ # GTM Custom Template's API relative path.
2529
2501
  # @param [String] fingerprint
2530
2502
  # When provided, this fingerprint must match the fingerprint of the template in
2531
2503
  # storage.
@@ -2559,8 +2531,7 @@ module Google
2559
2531
 
2560
2532
  # Updates a GTM Template.
2561
2533
  # @param [String] path
2562
- # GTM Custom Template's API relative path. Example: accounts/`account_id`/
2563
- # containers/`container_id`/workspaces/`workspace_id`/templates/`template_id`
2534
+ # GTM Custom Template's API relative path.
2564
2535
  # @param [Google::Apis::TagmanagerV2::CustomTemplate] custom_template_object
2565
2536
  # @param [String] fingerprint
2566
2537
  # When provided, this fingerprint must match the fingerprint of the templates in
@@ -2597,8 +2568,7 @@ module Google
2597
2568
 
2598
2569
  # Creates a GTM Transformation.
2599
2570
  # @param [String] parent
2600
- # GTM Workspace's API relative path. Example: accounts/`account_id`/containers/`
2601
- # container_id`/workspaces/`workspace_id`
2571
+ # GTM Workspace's API relative path.
2602
2572
  # @param [Google::Apis::TagmanagerV2::Transformation] transformation_object
2603
2573
  # @param [String] fields
2604
2574
  # Selector specifying which fields to include in a partial response.
@@ -2631,9 +2601,7 @@ module Google
2631
2601
 
2632
2602
  # Deletes a GTM Transformation.
2633
2603
  # @param [String] path
2634
- # GTM Transformation's API relative path. Example: accounts/`account_id`/
2635
- # containers/`container_id`/workspaces/`workspace_id`/transformations/`
2636
- # transformation_id`
2604
+ # GTM Transformation's API relative path.
2637
2605
  # @param [String] fields
2638
2606
  # Selector specifying which fields to include in a partial response.
2639
2607
  # @param [String] quota_user
@@ -2661,9 +2629,7 @@ module Google
2661
2629
 
2662
2630
  # Gets a GTM Transformation.
2663
2631
  # @param [String] path
2664
- # GTM Transformation's API relative path. Example: accounts/`account_id`/
2665
- # containers/`container_id`/workspaces/`workspace_id`/transformations/`
2666
- # transformation_id`
2632
+ # GTM Transformation's API relative path.
2667
2633
  # @param [String] fields
2668
2634
  # Selector specifying which fields to include in a partial response.
2669
2635
  # @param [String] quota_user
@@ -2693,8 +2659,7 @@ module Google
2693
2659
 
2694
2660
  # Lists all GTM Transformations of a GTM container workspace.
2695
2661
  # @param [String] parent
2696
- # GTM Workspace's API relative path. Example: accounts/`account_id`/containers/`
2697
- # container_id`/workspaces/`workspace_id`
2662
+ # GTM Workspace's API relative path.
2698
2663
  # @param [String] page_token
2699
2664
  # Continuation token for fetching the next page of results.
2700
2665
  # @param [String] fields
@@ -2727,9 +2692,7 @@ module Google
2727
2692
 
2728
2693
  # Reverts changes to a GTM Transformation in a GTM Workspace.
2729
2694
  # @param [String] path
2730
- # GTM Transformation's API relative path. Example: accounts/`account_id`/
2731
- # containers/`container_id`/workspaces/`workspace_id`/transformations/`
2732
- # transformation_id`
2695
+ # GTM Transformation's API relative path.
2733
2696
  # @param [String] fingerprint
2734
2697
  # When provided, this fingerprint must match the fingerprint of the
2735
2698
  # transformation in storage.
@@ -2763,9 +2726,7 @@ module Google
2763
2726
 
2764
2727
  # Updates a GTM Transformation.
2765
2728
  # @param [String] path
2766
- # GTM Transformation's API relative path. Example: accounts/`account_id`/
2767
- # containers/`container_id`/workspaces/`workspace_id`/transformations/`
2768
- # transformation_id`
2729
+ # GTM Transformation's API relative path.
2769
2730
  # @param [Google::Apis::TagmanagerV2::Transformation] transformation_object
2770
2731
  # @param [String] fingerprint
2771
2732
  # When provided, this fingerprint must match the fingerprint of the
@@ -2802,8 +2763,7 @@ module Google
2802
2763
 
2803
2764
  # Creates a GTM Trigger.
2804
2765
  # @param [String] parent
2805
- # GTM Workspace's API relative path. Example: accounts/`account_id`/containers/`
2806
- # container_id`/workspaces/`workspace_id`
2766
+ # GTM Workspace's API relative path.
2807
2767
  # @param [Google::Apis::TagmanagerV2::Trigger] trigger_object
2808
2768
  # @param [String] fields
2809
2769
  # Selector specifying which fields to include in a partial response.
@@ -2836,8 +2796,7 @@ module Google
2836
2796
 
2837
2797
  # Deletes a GTM Trigger.
2838
2798
  # @param [String] path
2839
- # GTM Trigger's API relative path. Example: accounts/`account_id`/containers/`
2840
- # container_id`/workspaces/`workspace_id`/triggers/`trigger_id`
2799
+ # GTM Trigger's API relative path.
2841
2800
  # @param [String] fields
2842
2801
  # Selector specifying which fields to include in a partial response.
2843
2802
  # @param [String] quota_user
@@ -2865,8 +2824,7 @@ module Google
2865
2824
 
2866
2825
  # Gets a GTM Trigger.
2867
2826
  # @param [String] path
2868
- # GTM Trigger's API relative path. Example: accounts/`account_id`/containers/`
2869
- # container_id`/workspaces/`workspace_id`/triggers/`trigger_id`
2827
+ # GTM Trigger's API relative path.
2870
2828
  # @param [String] fields
2871
2829
  # Selector specifying which fields to include in a partial response.
2872
2830
  # @param [String] quota_user
@@ -2896,8 +2854,7 @@ module Google
2896
2854
 
2897
2855
  # Lists all GTM Triggers of a Container.
2898
2856
  # @param [String] parent
2899
- # GTM Workspace's API relative path. Example: accounts/`account_id`/containers/`
2900
- # container_id`/workspaces/`workspace_id`
2857
+ # GTM Workspace's API relative path.
2901
2858
  # @param [String] page_token
2902
2859
  # Continuation token for fetching the next page of results.
2903
2860
  # @param [String] fields
@@ -2930,8 +2887,7 @@ module Google
2930
2887
 
2931
2888
  # Reverts changes to a GTM Trigger in a GTM Workspace.
2932
2889
  # @param [String] path
2933
- # GTM Trigger's API relative path. Example: accounts/`account_id`/containers/`
2934
- # container_id`/workspaces/`workspace_id`/triggers/`trigger_id`
2890
+ # GTM Trigger's API relative path.
2935
2891
  # @param [String] fingerprint
2936
2892
  # When provided, this fingerprint must match the fingerprint of the trigger in
2937
2893
  # storage.
@@ -2965,8 +2921,7 @@ module Google
2965
2921
 
2966
2922
  # Updates a GTM Trigger.
2967
2923
  # @param [String] path
2968
- # GTM Trigger's API relative path. Example: accounts/`account_id`/containers/`
2969
- # container_id`/workspaces/`workspace_id`/triggers/`trigger_id`
2924
+ # GTM Trigger's API relative path.
2970
2925
  # @param [Google::Apis::TagmanagerV2::Trigger] trigger_object
2971
2926
  # @param [String] fingerprint
2972
2927
  # When provided, this fingerprint must match the fingerprint of the trigger in
@@ -3003,8 +2958,7 @@ module Google
3003
2958
 
3004
2959
  # Creates a GTM Variable.
3005
2960
  # @param [String] parent
3006
- # GTM Workspace's API relative path. Example: accounts/`account_id`/containers/`
3007
- # container_id`/workspaces/`workspace_id`
2961
+ # GTM Workspace's API relative path.
3008
2962
  # @param [Google::Apis::TagmanagerV2::Variable] variable_object
3009
2963
  # @param [String] fields
3010
2964
  # Selector specifying which fields to include in a partial response.
@@ -3037,8 +2991,7 @@ module Google
3037
2991
 
3038
2992
  # Deletes a GTM Variable.
3039
2993
  # @param [String] path
3040
- # GTM Variable's API relative path. Example: accounts/`account_id`/containers/`
3041
- # container_id`/workspaces/`workspace_id`/variables/`variable_id`
2994
+ # GTM Variable's API relative path.
3042
2995
  # @param [String] fields
3043
2996
  # Selector specifying which fields to include in a partial response.
3044
2997
  # @param [String] quota_user
@@ -3066,8 +3019,7 @@ module Google
3066
3019
 
3067
3020
  # Gets a GTM Variable.
3068
3021
  # @param [String] path
3069
- # GTM Variable's API relative path. Example: accounts/`account_id`/containers/`
3070
- # container_id`/workspaces/`workspace_id`/variables/`variable_id`
3022
+ # GTM Variable's API relative path.
3071
3023
  # @param [String] fields
3072
3024
  # Selector specifying which fields to include in a partial response.
3073
3025
  # @param [String] quota_user
@@ -3097,8 +3049,7 @@ module Google
3097
3049
 
3098
3050
  # Lists all GTM Variables of a Container.
3099
3051
  # @param [String] parent
3100
- # GTM Workspace's API relative path. Example: accounts/`account_id`/containers/`
3101
- # container_id`/workspaces/`workspace_id`
3052
+ # GTM Workspace's API relative path.
3102
3053
  # @param [String] page_token
3103
3054
  # Continuation token for fetching the next page of results.
3104
3055
  # @param [String] fields
@@ -3131,8 +3082,7 @@ module Google
3131
3082
 
3132
3083
  # Reverts changes to a GTM Variable in a GTM Workspace.
3133
3084
  # @param [String] path
3134
- # GTM Variable's API relative path. Example: accounts/`account_id`/containers/`
3135
- # container_id`/workspaces/`workspace_id`/variables/`variable_id`
3085
+ # GTM Variable's API relative path.
3136
3086
  # @param [String] fingerprint
3137
3087
  # When provided, this fingerprint must match the fingerprint of the variable in
3138
3088
  # storage.
@@ -3166,8 +3116,7 @@ module Google
3166
3116
 
3167
3117
  # Updates a GTM Variable.
3168
3118
  # @param [String] path
3169
- # GTM Variable's API relative path. Example: accounts/`account_id`/containers/`
3170
- # container_id`/workspaces/`workspace_id`/variables/`variable_id`
3119
+ # GTM Variable's API relative path.
3171
3120
  # @param [Google::Apis::TagmanagerV2::Variable] variable_object
3172
3121
  # @param [String] fingerprint
3173
3122
  # When provided, this fingerprint must match the fingerprint of the variable in
@@ -3204,8 +3153,7 @@ module Google
3204
3153
 
3205
3154
  # Creates a GTM Zone.
3206
3155
  # @param [String] parent
3207
- # GTM Workspace's API relative path. Example: accounts/`account_id`/containers/`
3208
- # container_id`/workspaces/`workspace_id`
3156
+ # GTM Workspace's API relative path.
3209
3157
  # @param [Google::Apis::TagmanagerV2::Zone] zone_object
3210
3158
  # @param [String] fields
3211
3159
  # Selector specifying which fields to include in a partial response.
@@ -3238,8 +3186,7 @@ module Google
3238
3186
 
3239
3187
  # Deletes a GTM Zone.
3240
3188
  # @param [String] path
3241
- # GTM Zone's API relative path. Example: accounts/`account_id`/containers/`
3242
- # container_id`/workspaces/`workspace_id`/zones/`zone_id`
3189
+ # GTM Zone's API relative path.
3243
3190
  # @param [String] fields
3244
3191
  # Selector specifying which fields to include in a partial response.
3245
3192
  # @param [String] quota_user
@@ -3267,8 +3214,7 @@ module Google
3267
3214
 
3268
3215
  # Gets a GTM Zone.
3269
3216
  # @param [String] path
3270
- # GTM Zone's API relative path. Example: accounts/`account_id`/containers/`
3271
- # container_id`/workspaces/`workspace_id`/zones/`zone_id`
3217
+ # GTM Zone's API relative path.
3272
3218
  # @param [String] fields
3273
3219
  # Selector specifying which fields to include in a partial response.
3274
3220
  # @param [String] quota_user
@@ -3298,8 +3244,7 @@ module Google
3298
3244
 
3299
3245
  # Lists all GTM Zones of a GTM container workspace.
3300
3246
  # @param [String] parent
3301
- # GTM Workspace's API relative path. Example: accounts/`account_id`/containers/`
3302
- # container_id`/workspaces/`workspace_id`
3247
+ # GTM Workspace's API relative path.
3303
3248
  # @param [String] page_token
3304
3249
  # Continuation token for fetching the next page of results.
3305
3250
  # @param [String] fields
@@ -3332,8 +3277,7 @@ module Google
3332
3277
 
3333
3278
  # Reverts changes to a GTM Zone in a GTM Workspace.
3334
3279
  # @param [String] path
3335
- # GTM Zone's API relative path. Example: accounts/`account_id`/containers/`
3336
- # container_id`/workspaces/`workspace_id`/zones/`zone_id`
3280
+ # GTM Zone's API relative path.
3337
3281
  # @param [String] fingerprint
3338
3282
  # When provided, this fingerprint must match the fingerprint of the zone in
3339
3283
  # storage.
@@ -3367,8 +3311,7 @@ module Google
3367
3311
 
3368
3312
  # Updates a GTM Zone.
3369
3313
  # @param [String] path
3370
- # GTM Zone's API relative path. Example: accounts/`account_id`/containers/`
3371
- # container_id`/workspaces/`workspace_id`/zones/`zone_id`
3314
+ # GTM Zone's API relative path.
3372
3315
  # @param [Google::Apis::TagmanagerV2::Zone] zone_object
3373
3316
  # @param [String] fingerprint
3374
3317
  # When provided, this fingerprint must match the fingerprint of the zone in
@@ -3405,7 +3348,7 @@ module Google
3405
3348
 
3406
3349
  # Creates a user's Account & Container access.
3407
3350
  # @param [String] parent
3408
- # GTM Account's API relative path. Example: accounts/`account_id`
3351
+ # GTM Account's API relative path.
3409
3352
  # @param [Google::Apis::TagmanagerV2::UserPermission] user_permission_object
3410
3353
  # @param [String] fields
3411
3354
  # Selector specifying which fields to include in a partial response.
@@ -3439,8 +3382,7 @@ module Google
3439
3382
  # Removes a user from the account, revoking access to it and all of its
3440
3383
  # containers.
3441
3384
  # @param [String] path
3442
- # GTM UserPermission's API relative path. Example: accounts/`account_id`/
3443
- # user_permissions/`user_permission_id`
3385
+ # GTM UserPermission's API relative path.
3444
3386
  # @param [String] fields
3445
3387
  # Selector specifying which fields to include in a partial response.
3446
3388
  # @param [String] quota_user
@@ -3468,8 +3410,7 @@ module Google
3468
3410
 
3469
3411
  # Gets a user's Account & Container access.
3470
3412
  # @param [String] path
3471
- # GTM UserPermission's API relative path. Example: accounts/`account_id`/
3472
- # user_permissions/`user_permission_id`
3413
+ # GTM UserPermission's API relative path.
3473
3414
  # @param [String] fields
3474
3415
  # Selector specifying which fields to include in a partial response.
3475
3416
  # @param [String] quota_user
@@ -3500,7 +3441,7 @@ module Google
3500
3441
  # List all users that have access to the account along with Account and
3501
3442
  # Container user access granted to each of them.
3502
3443
  # @param [String] parent
3503
- # GTM Account's API relative path. Example: accounts/`account_id`
3444
+ # GTM Account's API relative path.
3504
3445
  # @param [String] page_token
3505
3446
  # Continuation token for fetching the next page of results.
3506
3447
  # @param [String] fields
@@ -3533,8 +3474,7 @@ module Google
3533
3474
 
3534
3475
  # Updates a user's Account & Container access.
3535
3476
  # @param [String] path
3536
- # GTM UserPermission's API relative path. Example: accounts/`account_id`/
3537
- # user_permissions/`user_permission_id`
3477
+ # GTM UserPermission's API relative path.
3538
3478
  # @param [Google::Apis::TagmanagerV2::UserPermission] user_permission_object
3539
3479
  # @param [String] fields
3540
3480
  # Selector specifying which fields to include in a partial response.