google-apis-analyticsadmin_v1alpha 0.63.0 → 0.65.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/analyticsadmin_v1alpha/classes.rb +333 -309
- data/lib/google/apis/analyticsadmin_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/analyticsadmin_v1alpha/representations.rb +162 -161
- data/lib/google/apis/analyticsadmin_v1alpha/service.rb +239 -557
- metadata +3 -3
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AnalyticsadminV1alpha
|
18
18
|
# Version of the google-apis-analyticsadmin_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.65.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231018"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -304,24 +304,6 @@ module Google
|
|
304
304
|
include Google::Apis::Core::JsonObjectSupport
|
305
305
|
end
|
306
306
|
|
307
|
-
class GoogleAnalyticsAdminV1alphaAuditUserLink
|
308
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
-
|
310
|
-
include Google::Apis::Core::JsonObjectSupport
|
311
|
-
end
|
312
|
-
|
313
|
-
class GoogleAnalyticsAdminV1alphaAuditUserLinksRequest
|
314
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
-
|
316
|
-
include Google::Apis::Core::JsonObjectSupport
|
317
|
-
end
|
318
|
-
|
319
|
-
class GoogleAnalyticsAdminV1alphaAuditUserLinksResponse
|
320
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
-
|
322
|
-
include Google::Apis::Core::JsonObjectSupport
|
323
|
-
end
|
324
|
-
|
325
307
|
class GoogleAnalyticsAdminV1alphaBatchCreateAccessBindingsRequest
|
326
308
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
309
|
|
@@ -334,42 +316,18 @@ module Google
|
|
334
316
|
include Google::Apis::Core::JsonObjectSupport
|
335
317
|
end
|
336
318
|
|
337
|
-
class GoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest
|
338
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
-
|
340
|
-
include Google::Apis::Core::JsonObjectSupport
|
341
|
-
end
|
342
|
-
|
343
|
-
class GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse
|
344
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
-
|
346
|
-
include Google::Apis::Core::JsonObjectSupport
|
347
|
-
end
|
348
|
-
|
349
319
|
class GoogleAnalyticsAdminV1alphaBatchDeleteAccessBindingsRequest
|
350
320
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
321
|
|
352
322
|
include Google::Apis::Core::JsonObjectSupport
|
353
323
|
end
|
354
324
|
|
355
|
-
class GoogleAnalyticsAdminV1alphaBatchDeleteUserLinksRequest
|
356
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
-
|
358
|
-
include Google::Apis::Core::JsonObjectSupport
|
359
|
-
end
|
360
|
-
|
361
325
|
class GoogleAnalyticsAdminV1alphaBatchGetAccessBindingsResponse
|
362
326
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
327
|
|
364
328
|
include Google::Apis::Core::JsonObjectSupport
|
365
329
|
end
|
366
330
|
|
367
|
-
class GoogleAnalyticsAdminV1alphaBatchGetUserLinksResponse
|
368
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
-
|
370
|
-
include Google::Apis::Core::JsonObjectSupport
|
371
|
-
end
|
372
|
-
|
373
331
|
class GoogleAnalyticsAdminV1alphaBatchUpdateAccessBindingsRequest
|
374
332
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
333
|
|
@@ -382,18 +340,6 @@ module Google
|
|
382
340
|
include Google::Apis::Core::JsonObjectSupport
|
383
341
|
end
|
384
342
|
|
385
|
-
class GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest
|
386
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
-
|
388
|
-
include Google::Apis::Core::JsonObjectSupport
|
389
|
-
end
|
390
|
-
|
391
|
-
class GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksResponse
|
392
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
-
|
394
|
-
include Google::Apis::Core::JsonObjectSupport
|
395
|
-
end
|
396
|
-
|
397
343
|
class GoogleAnalyticsAdminV1alphaBigQueryLink
|
398
344
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
345
|
|
@@ -496,7 +442,25 @@ module Google
|
|
496
442
|
include Google::Apis::Core::JsonObjectSupport
|
497
443
|
end
|
498
444
|
|
499
|
-
class
|
445
|
+
class GoogleAnalyticsAdminV1alphaCreateRollupPropertyRequest
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
451
|
+
class GoogleAnalyticsAdminV1alphaCreateRollupPropertyResponse
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
457
|
+
class GoogleAnalyticsAdminV1alphaCreateSubpropertyRequest
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
463
|
+
class GoogleAnalyticsAdminV1alphaCreateSubpropertyResponse
|
500
464
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
465
|
|
502
466
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -568,12 +532,6 @@ module Google
|
|
568
532
|
include Google::Apis::Core::JsonObjectSupport
|
569
533
|
end
|
570
534
|
|
571
|
-
class GoogleAnalyticsAdminV1alphaDeleteUserLinkRequest
|
572
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
-
|
574
|
-
include Google::Apis::Core::JsonObjectSupport
|
575
|
-
end
|
576
|
-
|
577
535
|
class GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink
|
578
536
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
537
|
|
@@ -820,6 +778,12 @@ module Google
|
|
820
778
|
include Google::Apis::Core::JsonObjectSupport
|
821
779
|
end
|
822
780
|
|
781
|
+
class GoogleAnalyticsAdminV1alphaListRollupPropertySourceLinksResponse
|
782
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
|
+
|
784
|
+
include Google::Apis::Core::JsonObjectSupport
|
785
|
+
end
|
786
|
+
|
823
787
|
class GoogleAnalyticsAdminV1alphaListSkAdNetworkConversionValueSchemasResponse
|
824
788
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
789
|
|
@@ -832,7 +796,7 @@ module Google
|
|
832
796
|
include Google::Apis::Core::JsonObjectSupport
|
833
797
|
end
|
834
798
|
|
835
|
-
class
|
799
|
+
class GoogleAnalyticsAdminV1alphaListSubpropertyEventFiltersResponse
|
836
800
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
801
|
|
838
802
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -892,6 +856,12 @@ module Google
|
|
892
856
|
include Google::Apis::Core::JsonObjectSupport
|
893
857
|
end
|
894
858
|
|
859
|
+
class GoogleAnalyticsAdminV1alphaRollupPropertySourceLink
|
860
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
861
|
+
|
862
|
+
include Google::Apis::Core::JsonObjectSupport
|
863
|
+
end
|
864
|
+
|
895
865
|
class GoogleAnalyticsAdminV1alphaRunAccessReportRequest
|
896
866
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
897
867
|
|
@@ -940,19 +910,43 @@ module Google
|
|
940
910
|
include Google::Apis::Core::JsonObjectSupport
|
941
911
|
end
|
942
912
|
|
943
|
-
class
|
913
|
+
class GoogleAnalyticsAdminV1alphaSubpropertyEventFilter
|
914
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
915
|
+
|
916
|
+
include Google::Apis::Core::JsonObjectSupport
|
917
|
+
end
|
918
|
+
|
919
|
+
class GoogleAnalyticsAdminV1alphaSubpropertyEventFilterClause
|
944
920
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
945
921
|
|
946
922
|
include Google::Apis::Core::JsonObjectSupport
|
947
923
|
end
|
948
924
|
|
949
|
-
class
|
925
|
+
class GoogleAnalyticsAdminV1alphaSubpropertyEventFilterCondition
|
950
926
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
951
927
|
|
952
928
|
include Google::Apis::Core::JsonObjectSupport
|
953
929
|
end
|
954
930
|
|
955
|
-
class
|
931
|
+
class GoogleAnalyticsAdminV1alphaSubpropertyEventFilterConditionStringFilter
|
932
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
933
|
+
|
934
|
+
include Google::Apis::Core::JsonObjectSupport
|
935
|
+
end
|
936
|
+
|
937
|
+
class GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpression
|
938
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
939
|
+
|
940
|
+
include Google::Apis::Core::JsonObjectSupport
|
941
|
+
end
|
942
|
+
|
943
|
+
class GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpressionList
|
944
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
945
|
+
|
946
|
+
include Google::Apis::Core::JsonObjectSupport
|
947
|
+
end
|
948
|
+
|
949
|
+
class GoogleAnalyticsAdminV1alphaUpdateAccessBindingRequest
|
956
950
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
957
951
|
|
958
952
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -1402,33 +1396,6 @@ module Google
|
|
1402
1396
|
end
|
1403
1397
|
end
|
1404
1398
|
|
1405
|
-
class GoogleAnalyticsAdminV1alphaAuditUserLink
|
1406
|
-
# @private
|
1407
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1408
|
-
collection :direct_roles, as: 'directRoles'
|
1409
|
-
collection :effective_roles, as: 'effectiveRoles'
|
1410
|
-
property :email_address, as: 'emailAddress'
|
1411
|
-
property :name, as: 'name'
|
1412
|
-
end
|
1413
|
-
end
|
1414
|
-
|
1415
|
-
class GoogleAnalyticsAdminV1alphaAuditUserLinksRequest
|
1416
|
-
# @private
|
1417
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1418
|
-
property :page_size, as: 'pageSize'
|
1419
|
-
property :page_token, as: 'pageToken'
|
1420
|
-
end
|
1421
|
-
end
|
1422
|
-
|
1423
|
-
class GoogleAnalyticsAdminV1alphaAuditUserLinksResponse
|
1424
|
-
# @private
|
1425
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1426
|
-
property :next_page_token, as: 'nextPageToken'
|
1427
|
-
collection :user_links, as: 'userLinks', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAuditUserLink, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAuditUserLink::Representation
|
1428
|
-
|
1429
|
-
end
|
1430
|
-
end
|
1431
|
-
|
1432
1399
|
class GoogleAnalyticsAdminV1alphaBatchCreateAccessBindingsRequest
|
1433
1400
|
# @private
|
1434
1401
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1445,23 +1412,6 @@ module Google
|
|
1445
1412
|
end
|
1446
1413
|
end
|
1447
1414
|
|
1448
|
-
class GoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest
|
1449
|
-
# @private
|
1450
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1451
|
-
property :notify_new_users, as: 'notifyNewUsers'
|
1452
|
-
collection :requests, as: 'requests', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaCreateUserLinkRequest, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaCreateUserLinkRequest::Representation
|
1453
|
-
|
1454
|
-
end
|
1455
|
-
end
|
1456
|
-
|
1457
|
-
class GoogleAnalyticsAdminV1alphaBatchCreateUserLinksResponse
|
1458
|
-
# @private
|
1459
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1460
|
-
collection :user_links, as: 'userLinks', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUserLink, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUserLink::Representation
|
1461
|
-
|
1462
|
-
end
|
1463
|
-
end
|
1464
|
-
|
1465
1415
|
class GoogleAnalyticsAdminV1alphaBatchDeleteAccessBindingsRequest
|
1466
1416
|
# @private
|
1467
1417
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1470,14 +1420,6 @@ module Google
|
|
1470
1420
|
end
|
1471
1421
|
end
|
1472
1422
|
|
1473
|
-
class GoogleAnalyticsAdminV1alphaBatchDeleteUserLinksRequest
|
1474
|
-
# @private
|
1475
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1476
|
-
collection :requests, as: 'requests', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDeleteUserLinkRequest, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDeleteUserLinkRequest::Representation
|
1477
|
-
|
1478
|
-
end
|
1479
|
-
end
|
1480
|
-
|
1481
1423
|
class GoogleAnalyticsAdminV1alphaBatchGetAccessBindingsResponse
|
1482
1424
|
# @private
|
1483
1425
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1486,14 +1428,6 @@ module Google
|
|
1486
1428
|
end
|
1487
1429
|
end
|
1488
1430
|
|
1489
|
-
class GoogleAnalyticsAdminV1alphaBatchGetUserLinksResponse
|
1490
|
-
# @private
|
1491
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1492
|
-
collection :user_links, as: 'userLinks', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUserLink, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUserLink::Representation
|
1493
|
-
|
1494
|
-
end
|
1495
|
-
end
|
1496
|
-
|
1497
1431
|
class GoogleAnalyticsAdminV1alphaBatchUpdateAccessBindingsRequest
|
1498
1432
|
# @private
|
1499
1433
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1510,22 +1444,6 @@ module Google
|
|
1510
1444
|
end
|
1511
1445
|
end
|
1512
1446
|
|
1513
|
-
class GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest
|
1514
|
-
# @private
|
1515
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1516
|
-
collection :requests, as: 'requests', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUpdateUserLinkRequest, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUpdateUserLinkRequest::Representation
|
1517
|
-
|
1518
|
-
end
|
1519
|
-
end
|
1520
|
-
|
1521
|
-
class GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksResponse
|
1522
|
-
# @private
|
1523
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1524
|
-
collection :user_links, as: 'userLinks', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUserLink, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUserLink::Representation
|
1525
|
-
|
1526
|
-
end
|
1527
|
-
end
|
1528
|
-
|
1529
1447
|
class GoogleAnalyticsAdminV1alphaBigQueryLink
|
1530
1448
|
# @private
|
1531
1449
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1742,12 +1660,42 @@ module Google
|
|
1742
1660
|
end
|
1743
1661
|
end
|
1744
1662
|
|
1745
|
-
class
|
1663
|
+
class GoogleAnalyticsAdminV1alphaCreateRollupPropertyRequest
|
1664
|
+
# @private
|
1665
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1666
|
+
property :rollup_property, as: 'rollupProperty', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty::Representation
|
1667
|
+
|
1668
|
+
collection :source_properties, as: 'sourceProperties'
|
1669
|
+
end
|
1670
|
+
end
|
1671
|
+
|
1672
|
+
class GoogleAnalyticsAdminV1alphaCreateRollupPropertyResponse
|
1673
|
+
# @private
|
1674
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1675
|
+
property :rollup_property, as: 'rollupProperty', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty::Representation
|
1676
|
+
|
1677
|
+
collection :rollup_property_source_links, as: 'rollupPropertySourceLinks', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaRollupPropertySourceLink, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaRollupPropertySourceLink::Representation
|
1678
|
+
|
1679
|
+
end
|
1680
|
+
end
|
1681
|
+
|
1682
|
+
class GoogleAnalyticsAdminV1alphaCreateSubpropertyRequest
|
1746
1683
|
# @private
|
1747
1684
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1748
|
-
property :notify_new_user, as: 'notifyNewUser'
|
1749
1685
|
property :parent, as: 'parent'
|
1750
|
-
property :
|
1686
|
+
property :subproperty, as: 'subproperty', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty::Representation
|
1687
|
+
|
1688
|
+
property :subproperty_event_filter, as: 'subpropertyEventFilter', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilter, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilter::Representation
|
1689
|
+
|
1690
|
+
end
|
1691
|
+
end
|
1692
|
+
|
1693
|
+
class GoogleAnalyticsAdminV1alphaCreateSubpropertyResponse
|
1694
|
+
# @private
|
1695
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1696
|
+
property :subproperty, as: 'subproperty', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty::Representation
|
1697
|
+
|
1698
|
+
property :subproperty_event_filter, as: 'subpropertyEventFilter', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilter, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilter::Representation
|
1751
1699
|
|
1752
1700
|
end
|
1753
1701
|
end
|
@@ -1865,13 +1813,6 @@ module Google
|
|
1865
1813
|
end
|
1866
1814
|
end
|
1867
1815
|
|
1868
|
-
class GoogleAnalyticsAdminV1alphaDeleteUserLinkRequest
|
1869
|
-
# @private
|
1870
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1871
|
-
property :name, as: 'name'
|
1872
|
-
end
|
1873
|
-
end
|
1874
|
-
|
1875
1816
|
class GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink
|
1876
1817
|
# @private
|
1877
1818
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2266,6 +2207,15 @@ module Google
|
|
2266
2207
|
end
|
2267
2208
|
end
|
2268
2209
|
|
2210
|
+
class GoogleAnalyticsAdminV1alphaListRollupPropertySourceLinksResponse
|
2211
|
+
# @private
|
2212
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2213
|
+
property :next_page_token, as: 'nextPageToken'
|
2214
|
+
collection :rollup_property_source_links, as: 'rollupPropertySourceLinks', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaRollupPropertySourceLink, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaRollupPropertySourceLink::Representation
|
2215
|
+
|
2216
|
+
end
|
2217
|
+
end
|
2218
|
+
|
2269
2219
|
class GoogleAnalyticsAdminV1alphaListSkAdNetworkConversionValueSchemasResponse
|
2270
2220
|
# @private
|
2271
2221
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2284,11 +2234,11 @@ module Google
|
|
2284
2234
|
end
|
2285
2235
|
end
|
2286
2236
|
|
2287
|
-
class
|
2237
|
+
class GoogleAnalyticsAdminV1alphaListSubpropertyEventFiltersResponse
|
2288
2238
|
# @private
|
2289
2239
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2290
2240
|
property :next_page_token, as: 'nextPageToken'
|
2291
|
-
collection :
|
2241
|
+
collection :subproperty_event_filters, as: 'subpropertyEventFilters', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilter, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilter::Representation
|
2292
2242
|
|
2293
2243
|
end
|
2294
2244
|
end
|
@@ -2382,6 +2332,14 @@ module Google
|
|
2382
2332
|
end
|
2383
2333
|
end
|
2384
2334
|
|
2335
|
+
class GoogleAnalyticsAdminV1alphaRollupPropertySourceLink
|
2336
|
+
# @private
|
2337
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2338
|
+
property :name, as: 'name'
|
2339
|
+
property :source_property, as: 'sourceProperty'
|
2340
|
+
end
|
2341
|
+
end
|
2342
|
+
|
2385
2343
|
class GoogleAnalyticsAdminV1alphaRunAccessReportRequest
|
2386
2344
|
# @private
|
2387
2345
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2391,6 +2349,8 @@ module Google
|
|
2391
2349
|
|
2392
2350
|
collection :dimensions, as: 'dimensions', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccessDimension, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccessDimension::Representation
|
2393
2351
|
|
2352
|
+
property :expand_groups, as: 'expandGroups'
|
2353
|
+
property :include_all_users, as: 'includeAllUsers'
|
2394
2354
|
property :limit, :numeric_string => true, as: 'limit'
|
2395
2355
|
property :metric_filter, as: 'metricFilter', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccessFilterExpression, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccessFilterExpression::Representation
|
2396
2356
|
|
@@ -2483,28 +2443,69 @@ module Google
|
|
2483
2443
|
end
|
2484
2444
|
end
|
2485
2445
|
|
2486
|
-
class
|
2446
|
+
class GoogleAnalyticsAdminV1alphaSubpropertyEventFilter
|
2487
2447
|
# @private
|
2488
2448
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2489
|
-
property :
|
2449
|
+
property :apply_to_property, as: 'applyToProperty'
|
2450
|
+
collection :filter_clauses, as: 'filterClauses', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilterClause, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilterClause::Representation
|
2490
2451
|
|
2452
|
+
property :name, as: 'name'
|
2491
2453
|
end
|
2492
2454
|
end
|
2493
2455
|
|
2494
|
-
class
|
2456
|
+
class GoogleAnalyticsAdminV1alphaSubpropertyEventFilterClause
|
2495
2457
|
# @private
|
2496
2458
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2497
|
-
property :
|
2459
|
+
property :filter_clause_type, as: 'filterClauseType'
|
2460
|
+
property :filter_expression, as: 'filterExpression', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpression, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpression::Representation
|
2498
2461
|
|
2499
2462
|
end
|
2500
2463
|
end
|
2501
2464
|
|
2502
|
-
class
|
2465
|
+
class GoogleAnalyticsAdminV1alphaSubpropertyEventFilterCondition
|
2503
2466
|
# @private
|
2504
2467
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2505
|
-
|
2506
|
-
property :
|
2507
|
-
property :
|
2468
|
+
property :field_name, as: 'fieldName'
|
2469
|
+
property :null_filter, as: 'nullFilter'
|
2470
|
+
property :string_filter, as: 'stringFilter', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilterConditionStringFilter, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilterConditionStringFilter::Representation
|
2471
|
+
|
2472
|
+
end
|
2473
|
+
end
|
2474
|
+
|
2475
|
+
class GoogleAnalyticsAdminV1alphaSubpropertyEventFilterConditionStringFilter
|
2476
|
+
# @private
|
2477
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2478
|
+
property :case_sensitive, as: 'caseSensitive'
|
2479
|
+
property :match_type, as: 'matchType'
|
2480
|
+
property :value, as: 'value'
|
2481
|
+
end
|
2482
|
+
end
|
2483
|
+
|
2484
|
+
class GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpression
|
2485
|
+
# @private
|
2486
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2487
|
+
property :filter_condition, as: 'filterCondition', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilterCondition, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilterCondition::Representation
|
2488
|
+
|
2489
|
+
property :not_expression, as: 'notExpression', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpression, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpression::Representation
|
2490
|
+
|
2491
|
+
property :or_group, as: 'orGroup', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpressionList, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpressionList::Representation
|
2492
|
+
|
2493
|
+
end
|
2494
|
+
end
|
2495
|
+
|
2496
|
+
class GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpressionList
|
2497
|
+
# @private
|
2498
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2499
|
+
collection :filter_expressions, as: 'filterExpressions', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpression, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpression::Representation
|
2500
|
+
|
2501
|
+
end
|
2502
|
+
end
|
2503
|
+
|
2504
|
+
class GoogleAnalyticsAdminV1alphaUpdateAccessBindingRequest
|
2505
|
+
# @private
|
2506
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2507
|
+
property :access_binding, as: 'accessBinding', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccessBinding, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccessBinding::Representation
|
2508
|
+
|
2508
2509
|
end
|
2509
2510
|
end
|
2510
2511
|
|