google-analytics-admin 0.23.6__py3-none-any.whl

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.
Files changed (51) hide show
  1. google/analytics/admin/__init__.py +615 -0
  2. google/analytics/admin/gapic_version.py +16 -0
  3. google/analytics/admin/py.typed +2 -0
  4. google/analytics/admin_v1alpha/__init__.py +613 -0
  5. google/analytics/admin_v1alpha/gapic_metadata.json +2278 -0
  6. google/analytics/admin_v1alpha/gapic_version.py +16 -0
  7. google/analytics/admin_v1alpha/py.typed +2 -0
  8. google/analytics/admin_v1alpha/services/__init__.py +15 -0
  9. google/analytics/admin_v1alpha/services/analytics_admin_service/__init__.py +22 -0
  10. google/analytics/admin_v1alpha/services/analytics_admin_service/async_client.py +14122 -0
  11. google/analytics/admin_v1alpha/services/analytics_admin_service/client.py +14680 -0
  12. google/analytics/admin_v1alpha/services/analytics_admin_service/pagers.py +4337 -0
  13. google/analytics/admin_v1alpha/services/analytics_admin_service/transports/__init__.py +41 -0
  14. google/analytics/admin_v1alpha/services/analytics_admin_service/transports/base.py +2494 -0
  15. google/analytics/admin_v1alpha/services/analytics_admin_service/transports/grpc.py +4797 -0
  16. google/analytics/admin_v1alpha/services/analytics_admin_service/transports/grpc_asyncio.py +5671 -0
  17. google/analytics/admin_v1alpha/services/analytics_admin_service/transports/rest.py +31875 -0
  18. google/analytics/admin_v1alpha/services/analytics_admin_service/transports/rest_base.py +7944 -0
  19. google/analytics/admin_v1alpha/types/__init__.py +602 -0
  20. google/analytics/admin_v1alpha/types/access_report.py +705 -0
  21. google/analytics/admin_v1alpha/types/analytics_admin.py +4997 -0
  22. google/analytics/admin_v1alpha/types/audience.py +781 -0
  23. google/analytics/admin_v1alpha/types/channel_group.py +309 -0
  24. google/analytics/admin_v1alpha/types/event_create_and_edit.py +298 -0
  25. google/analytics/admin_v1alpha/types/expanded_data_set.py +282 -0
  26. google/analytics/admin_v1alpha/types/resources.py +3289 -0
  27. google/analytics/admin_v1alpha/types/subproperty_event_filter.py +292 -0
  28. google/analytics/admin_v1beta/__init__.py +255 -0
  29. google/analytics/admin_v1beta/gapic_metadata.json +838 -0
  30. google/analytics/admin_v1beta/gapic_version.py +16 -0
  31. google/analytics/admin_v1beta/py.typed +2 -0
  32. google/analytics/admin_v1beta/services/__init__.py +15 -0
  33. google/analytics/admin_v1beta/services/analytics_admin_service/__init__.py +22 -0
  34. google/analytics/admin_v1beta/services/analytics_admin_service/async_client.py +6707 -0
  35. google/analytics/admin_v1beta/services/analytics_admin_service/client.py +7164 -0
  36. google/analytics/admin_v1beta/services/analytics_admin_service/pagers.py +1927 -0
  37. google/analytics/admin_v1beta/services/analytics_admin_service/transports/__init__.py +41 -0
  38. google/analytics/admin_v1beta/services/analytics_admin_service/transports/base.py +965 -0
  39. google/analytics/admin_v1beta/services/analytics_admin_service/transports/grpc.py +1917 -0
  40. google/analytics/admin_v1beta/services/analytics_admin_service/transports/grpc_asyncio.py +2251 -0
  41. google/analytics/admin_v1beta/services/analytics_admin_service/transports/rest.py +11423 -0
  42. google/analytics/admin_v1beta/services/analytics_admin_service/transports/rest_base.py +2857 -0
  43. google/analytics/admin_v1beta/types/__init__.py +244 -0
  44. google/analytics/admin_v1beta/types/access_report.py +705 -0
  45. google/analytics/admin_v1beta/types/analytics_admin.py +2006 -0
  46. google/analytics/admin_v1beta/types/resources.py +1677 -0
  47. google_analytics_admin-0.23.6.dist-info/LICENSE +202 -0
  48. google_analytics_admin-0.23.6.dist-info/METADATA +228 -0
  49. google_analytics_admin-0.23.6.dist-info/RECORD +51 -0
  50. google_analytics_admin-0.23.6.dist-info/WHEEL +5 -0
  51. google_analytics_admin-0.23.6.dist-info/top_level.txt +1 -0
@@ -0,0 +1,838 @@
1
+ {
2
+ "comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
3
+ "language": "python",
4
+ "libraryPackage": "google.analytics.admin_v1beta",
5
+ "protoPackage": "google.analytics.admin.v1beta",
6
+ "schema": "1.0",
7
+ "services": {
8
+ "AnalyticsAdminService": {
9
+ "clients": {
10
+ "grpc": {
11
+ "libraryClient": "AnalyticsAdminServiceClient",
12
+ "rpcs": {
13
+ "AcknowledgeUserDataCollection": {
14
+ "methods": [
15
+ "acknowledge_user_data_collection"
16
+ ]
17
+ },
18
+ "ArchiveCustomDimension": {
19
+ "methods": [
20
+ "archive_custom_dimension"
21
+ ]
22
+ },
23
+ "ArchiveCustomMetric": {
24
+ "methods": [
25
+ "archive_custom_metric"
26
+ ]
27
+ },
28
+ "CreateConversionEvent": {
29
+ "methods": [
30
+ "create_conversion_event"
31
+ ]
32
+ },
33
+ "CreateCustomDimension": {
34
+ "methods": [
35
+ "create_custom_dimension"
36
+ ]
37
+ },
38
+ "CreateCustomMetric": {
39
+ "methods": [
40
+ "create_custom_metric"
41
+ ]
42
+ },
43
+ "CreateDataStream": {
44
+ "methods": [
45
+ "create_data_stream"
46
+ ]
47
+ },
48
+ "CreateFirebaseLink": {
49
+ "methods": [
50
+ "create_firebase_link"
51
+ ]
52
+ },
53
+ "CreateGoogleAdsLink": {
54
+ "methods": [
55
+ "create_google_ads_link"
56
+ ]
57
+ },
58
+ "CreateKeyEvent": {
59
+ "methods": [
60
+ "create_key_event"
61
+ ]
62
+ },
63
+ "CreateMeasurementProtocolSecret": {
64
+ "methods": [
65
+ "create_measurement_protocol_secret"
66
+ ]
67
+ },
68
+ "CreateProperty": {
69
+ "methods": [
70
+ "create_property"
71
+ ]
72
+ },
73
+ "DeleteAccount": {
74
+ "methods": [
75
+ "delete_account"
76
+ ]
77
+ },
78
+ "DeleteConversionEvent": {
79
+ "methods": [
80
+ "delete_conversion_event"
81
+ ]
82
+ },
83
+ "DeleteDataStream": {
84
+ "methods": [
85
+ "delete_data_stream"
86
+ ]
87
+ },
88
+ "DeleteFirebaseLink": {
89
+ "methods": [
90
+ "delete_firebase_link"
91
+ ]
92
+ },
93
+ "DeleteGoogleAdsLink": {
94
+ "methods": [
95
+ "delete_google_ads_link"
96
+ ]
97
+ },
98
+ "DeleteKeyEvent": {
99
+ "methods": [
100
+ "delete_key_event"
101
+ ]
102
+ },
103
+ "DeleteMeasurementProtocolSecret": {
104
+ "methods": [
105
+ "delete_measurement_protocol_secret"
106
+ ]
107
+ },
108
+ "DeleteProperty": {
109
+ "methods": [
110
+ "delete_property"
111
+ ]
112
+ },
113
+ "GetAccount": {
114
+ "methods": [
115
+ "get_account"
116
+ ]
117
+ },
118
+ "GetConversionEvent": {
119
+ "methods": [
120
+ "get_conversion_event"
121
+ ]
122
+ },
123
+ "GetCustomDimension": {
124
+ "methods": [
125
+ "get_custom_dimension"
126
+ ]
127
+ },
128
+ "GetCustomMetric": {
129
+ "methods": [
130
+ "get_custom_metric"
131
+ ]
132
+ },
133
+ "GetDataRetentionSettings": {
134
+ "methods": [
135
+ "get_data_retention_settings"
136
+ ]
137
+ },
138
+ "GetDataSharingSettings": {
139
+ "methods": [
140
+ "get_data_sharing_settings"
141
+ ]
142
+ },
143
+ "GetDataStream": {
144
+ "methods": [
145
+ "get_data_stream"
146
+ ]
147
+ },
148
+ "GetKeyEvent": {
149
+ "methods": [
150
+ "get_key_event"
151
+ ]
152
+ },
153
+ "GetMeasurementProtocolSecret": {
154
+ "methods": [
155
+ "get_measurement_protocol_secret"
156
+ ]
157
+ },
158
+ "GetProperty": {
159
+ "methods": [
160
+ "get_property"
161
+ ]
162
+ },
163
+ "ListAccountSummaries": {
164
+ "methods": [
165
+ "list_account_summaries"
166
+ ]
167
+ },
168
+ "ListAccounts": {
169
+ "methods": [
170
+ "list_accounts"
171
+ ]
172
+ },
173
+ "ListConversionEvents": {
174
+ "methods": [
175
+ "list_conversion_events"
176
+ ]
177
+ },
178
+ "ListCustomDimensions": {
179
+ "methods": [
180
+ "list_custom_dimensions"
181
+ ]
182
+ },
183
+ "ListCustomMetrics": {
184
+ "methods": [
185
+ "list_custom_metrics"
186
+ ]
187
+ },
188
+ "ListDataStreams": {
189
+ "methods": [
190
+ "list_data_streams"
191
+ ]
192
+ },
193
+ "ListFirebaseLinks": {
194
+ "methods": [
195
+ "list_firebase_links"
196
+ ]
197
+ },
198
+ "ListGoogleAdsLinks": {
199
+ "methods": [
200
+ "list_google_ads_links"
201
+ ]
202
+ },
203
+ "ListKeyEvents": {
204
+ "methods": [
205
+ "list_key_events"
206
+ ]
207
+ },
208
+ "ListMeasurementProtocolSecrets": {
209
+ "methods": [
210
+ "list_measurement_protocol_secrets"
211
+ ]
212
+ },
213
+ "ListProperties": {
214
+ "methods": [
215
+ "list_properties"
216
+ ]
217
+ },
218
+ "ProvisionAccountTicket": {
219
+ "methods": [
220
+ "provision_account_ticket"
221
+ ]
222
+ },
223
+ "RunAccessReport": {
224
+ "methods": [
225
+ "run_access_report"
226
+ ]
227
+ },
228
+ "SearchChangeHistoryEvents": {
229
+ "methods": [
230
+ "search_change_history_events"
231
+ ]
232
+ },
233
+ "UpdateAccount": {
234
+ "methods": [
235
+ "update_account"
236
+ ]
237
+ },
238
+ "UpdateConversionEvent": {
239
+ "methods": [
240
+ "update_conversion_event"
241
+ ]
242
+ },
243
+ "UpdateCustomDimension": {
244
+ "methods": [
245
+ "update_custom_dimension"
246
+ ]
247
+ },
248
+ "UpdateCustomMetric": {
249
+ "methods": [
250
+ "update_custom_metric"
251
+ ]
252
+ },
253
+ "UpdateDataRetentionSettings": {
254
+ "methods": [
255
+ "update_data_retention_settings"
256
+ ]
257
+ },
258
+ "UpdateDataStream": {
259
+ "methods": [
260
+ "update_data_stream"
261
+ ]
262
+ },
263
+ "UpdateGoogleAdsLink": {
264
+ "methods": [
265
+ "update_google_ads_link"
266
+ ]
267
+ },
268
+ "UpdateKeyEvent": {
269
+ "methods": [
270
+ "update_key_event"
271
+ ]
272
+ },
273
+ "UpdateMeasurementProtocolSecret": {
274
+ "methods": [
275
+ "update_measurement_protocol_secret"
276
+ ]
277
+ },
278
+ "UpdateProperty": {
279
+ "methods": [
280
+ "update_property"
281
+ ]
282
+ }
283
+ }
284
+ },
285
+ "grpc-async": {
286
+ "libraryClient": "AnalyticsAdminServiceAsyncClient",
287
+ "rpcs": {
288
+ "AcknowledgeUserDataCollection": {
289
+ "methods": [
290
+ "acknowledge_user_data_collection"
291
+ ]
292
+ },
293
+ "ArchiveCustomDimension": {
294
+ "methods": [
295
+ "archive_custom_dimension"
296
+ ]
297
+ },
298
+ "ArchiveCustomMetric": {
299
+ "methods": [
300
+ "archive_custom_metric"
301
+ ]
302
+ },
303
+ "CreateConversionEvent": {
304
+ "methods": [
305
+ "create_conversion_event"
306
+ ]
307
+ },
308
+ "CreateCustomDimension": {
309
+ "methods": [
310
+ "create_custom_dimension"
311
+ ]
312
+ },
313
+ "CreateCustomMetric": {
314
+ "methods": [
315
+ "create_custom_metric"
316
+ ]
317
+ },
318
+ "CreateDataStream": {
319
+ "methods": [
320
+ "create_data_stream"
321
+ ]
322
+ },
323
+ "CreateFirebaseLink": {
324
+ "methods": [
325
+ "create_firebase_link"
326
+ ]
327
+ },
328
+ "CreateGoogleAdsLink": {
329
+ "methods": [
330
+ "create_google_ads_link"
331
+ ]
332
+ },
333
+ "CreateKeyEvent": {
334
+ "methods": [
335
+ "create_key_event"
336
+ ]
337
+ },
338
+ "CreateMeasurementProtocolSecret": {
339
+ "methods": [
340
+ "create_measurement_protocol_secret"
341
+ ]
342
+ },
343
+ "CreateProperty": {
344
+ "methods": [
345
+ "create_property"
346
+ ]
347
+ },
348
+ "DeleteAccount": {
349
+ "methods": [
350
+ "delete_account"
351
+ ]
352
+ },
353
+ "DeleteConversionEvent": {
354
+ "methods": [
355
+ "delete_conversion_event"
356
+ ]
357
+ },
358
+ "DeleteDataStream": {
359
+ "methods": [
360
+ "delete_data_stream"
361
+ ]
362
+ },
363
+ "DeleteFirebaseLink": {
364
+ "methods": [
365
+ "delete_firebase_link"
366
+ ]
367
+ },
368
+ "DeleteGoogleAdsLink": {
369
+ "methods": [
370
+ "delete_google_ads_link"
371
+ ]
372
+ },
373
+ "DeleteKeyEvent": {
374
+ "methods": [
375
+ "delete_key_event"
376
+ ]
377
+ },
378
+ "DeleteMeasurementProtocolSecret": {
379
+ "methods": [
380
+ "delete_measurement_protocol_secret"
381
+ ]
382
+ },
383
+ "DeleteProperty": {
384
+ "methods": [
385
+ "delete_property"
386
+ ]
387
+ },
388
+ "GetAccount": {
389
+ "methods": [
390
+ "get_account"
391
+ ]
392
+ },
393
+ "GetConversionEvent": {
394
+ "methods": [
395
+ "get_conversion_event"
396
+ ]
397
+ },
398
+ "GetCustomDimension": {
399
+ "methods": [
400
+ "get_custom_dimension"
401
+ ]
402
+ },
403
+ "GetCustomMetric": {
404
+ "methods": [
405
+ "get_custom_metric"
406
+ ]
407
+ },
408
+ "GetDataRetentionSettings": {
409
+ "methods": [
410
+ "get_data_retention_settings"
411
+ ]
412
+ },
413
+ "GetDataSharingSettings": {
414
+ "methods": [
415
+ "get_data_sharing_settings"
416
+ ]
417
+ },
418
+ "GetDataStream": {
419
+ "methods": [
420
+ "get_data_stream"
421
+ ]
422
+ },
423
+ "GetKeyEvent": {
424
+ "methods": [
425
+ "get_key_event"
426
+ ]
427
+ },
428
+ "GetMeasurementProtocolSecret": {
429
+ "methods": [
430
+ "get_measurement_protocol_secret"
431
+ ]
432
+ },
433
+ "GetProperty": {
434
+ "methods": [
435
+ "get_property"
436
+ ]
437
+ },
438
+ "ListAccountSummaries": {
439
+ "methods": [
440
+ "list_account_summaries"
441
+ ]
442
+ },
443
+ "ListAccounts": {
444
+ "methods": [
445
+ "list_accounts"
446
+ ]
447
+ },
448
+ "ListConversionEvents": {
449
+ "methods": [
450
+ "list_conversion_events"
451
+ ]
452
+ },
453
+ "ListCustomDimensions": {
454
+ "methods": [
455
+ "list_custom_dimensions"
456
+ ]
457
+ },
458
+ "ListCustomMetrics": {
459
+ "methods": [
460
+ "list_custom_metrics"
461
+ ]
462
+ },
463
+ "ListDataStreams": {
464
+ "methods": [
465
+ "list_data_streams"
466
+ ]
467
+ },
468
+ "ListFirebaseLinks": {
469
+ "methods": [
470
+ "list_firebase_links"
471
+ ]
472
+ },
473
+ "ListGoogleAdsLinks": {
474
+ "methods": [
475
+ "list_google_ads_links"
476
+ ]
477
+ },
478
+ "ListKeyEvents": {
479
+ "methods": [
480
+ "list_key_events"
481
+ ]
482
+ },
483
+ "ListMeasurementProtocolSecrets": {
484
+ "methods": [
485
+ "list_measurement_protocol_secrets"
486
+ ]
487
+ },
488
+ "ListProperties": {
489
+ "methods": [
490
+ "list_properties"
491
+ ]
492
+ },
493
+ "ProvisionAccountTicket": {
494
+ "methods": [
495
+ "provision_account_ticket"
496
+ ]
497
+ },
498
+ "RunAccessReport": {
499
+ "methods": [
500
+ "run_access_report"
501
+ ]
502
+ },
503
+ "SearchChangeHistoryEvents": {
504
+ "methods": [
505
+ "search_change_history_events"
506
+ ]
507
+ },
508
+ "UpdateAccount": {
509
+ "methods": [
510
+ "update_account"
511
+ ]
512
+ },
513
+ "UpdateConversionEvent": {
514
+ "methods": [
515
+ "update_conversion_event"
516
+ ]
517
+ },
518
+ "UpdateCustomDimension": {
519
+ "methods": [
520
+ "update_custom_dimension"
521
+ ]
522
+ },
523
+ "UpdateCustomMetric": {
524
+ "methods": [
525
+ "update_custom_metric"
526
+ ]
527
+ },
528
+ "UpdateDataRetentionSettings": {
529
+ "methods": [
530
+ "update_data_retention_settings"
531
+ ]
532
+ },
533
+ "UpdateDataStream": {
534
+ "methods": [
535
+ "update_data_stream"
536
+ ]
537
+ },
538
+ "UpdateGoogleAdsLink": {
539
+ "methods": [
540
+ "update_google_ads_link"
541
+ ]
542
+ },
543
+ "UpdateKeyEvent": {
544
+ "methods": [
545
+ "update_key_event"
546
+ ]
547
+ },
548
+ "UpdateMeasurementProtocolSecret": {
549
+ "methods": [
550
+ "update_measurement_protocol_secret"
551
+ ]
552
+ },
553
+ "UpdateProperty": {
554
+ "methods": [
555
+ "update_property"
556
+ ]
557
+ }
558
+ }
559
+ },
560
+ "rest": {
561
+ "libraryClient": "AnalyticsAdminServiceClient",
562
+ "rpcs": {
563
+ "AcknowledgeUserDataCollection": {
564
+ "methods": [
565
+ "acknowledge_user_data_collection"
566
+ ]
567
+ },
568
+ "ArchiveCustomDimension": {
569
+ "methods": [
570
+ "archive_custom_dimension"
571
+ ]
572
+ },
573
+ "ArchiveCustomMetric": {
574
+ "methods": [
575
+ "archive_custom_metric"
576
+ ]
577
+ },
578
+ "CreateConversionEvent": {
579
+ "methods": [
580
+ "create_conversion_event"
581
+ ]
582
+ },
583
+ "CreateCustomDimension": {
584
+ "methods": [
585
+ "create_custom_dimension"
586
+ ]
587
+ },
588
+ "CreateCustomMetric": {
589
+ "methods": [
590
+ "create_custom_metric"
591
+ ]
592
+ },
593
+ "CreateDataStream": {
594
+ "methods": [
595
+ "create_data_stream"
596
+ ]
597
+ },
598
+ "CreateFirebaseLink": {
599
+ "methods": [
600
+ "create_firebase_link"
601
+ ]
602
+ },
603
+ "CreateGoogleAdsLink": {
604
+ "methods": [
605
+ "create_google_ads_link"
606
+ ]
607
+ },
608
+ "CreateKeyEvent": {
609
+ "methods": [
610
+ "create_key_event"
611
+ ]
612
+ },
613
+ "CreateMeasurementProtocolSecret": {
614
+ "methods": [
615
+ "create_measurement_protocol_secret"
616
+ ]
617
+ },
618
+ "CreateProperty": {
619
+ "methods": [
620
+ "create_property"
621
+ ]
622
+ },
623
+ "DeleteAccount": {
624
+ "methods": [
625
+ "delete_account"
626
+ ]
627
+ },
628
+ "DeleteConversionEvent": {
629
+ "methods": [
630
+ "delete_conversion_event"
631
+ ]
632
+ },
633
+ "DeleteDataStream": {
634
+ "methods": [
635
+ "delete_data_stream"
636
+ ]
637
+ },
638
+ "DeleteFirebaseLink": {
639
+ "methods": [
640
+ "delete_firebase_link"
641
+ ]
642
+ },
643
+ "DeleteGoogleAdsLink": {
644
+ "methods": [
645
+ "delete_google_ads_link"
646
+ ]
647
+ },
648
+ "DeleteKeyEvent": {
649
+ "methods": [
650
+ "delete_key_event"
651
+ ]
652
+ },
653
+ "DeleteMeasurementProtocolSecret": {
654
+ "methods": [
655
+ "delete_measurement_protocol_secret"
656
+ ]
657
+ },
658
+ "DeleteProperty": {
659
+ "methods": [
660
+ "delete_property"
661
+ ]
662
+ },
663
+ "GetAccount": {
664
+ "methods": [
665
+ "get_account"
666
+ ]
667
+ },
668
+ "GetConversionEvent": {
669
+ "methods": [
670
+ "get_conversion_event"
671
+ ]
672
+ },
673
+ "GetCustomDimension": {
674
+ "methods": [
675
+ "get_custom_dimension"
676
+ ]
677
+ },
678
+ "GetCustomMetric": {
679
+ "methods": [
680
+ "get_custom_metric"
681
+ ]
682
+ },
683
+ "GetDataRetentionSettings": {
684
+ "methods": [
685
+ "get_data_retention_settings"
686
+ ]
687
+ },
688
+ "GetDataSharingSettings": {
689
+ "methods": [
690
+ "get_data_sharing_settings"
691
+ ]
692
+ },
693
+ "GetDataStream": {
694
+ "methods": [
695
+ "get_data_stream"
696
+ ]
697
+ },
698
+ "GetKeyEvent": {
699
+ "methods": [
700
+ "get_key_event"
701
+ ]
702
+ },
703
+ "GetMeasurementProtocolSecret": {
704
+ "methods": [
705
+ "get_measurement_protocol_secret"
706
+ ]
707
+ },
708
+ "GetProperty": {
709
+ "methods": [
710
+ "get_property"
711
+ ]
712
+ },
713
+ "ListAccountSummaries": {
714
+ "methods": [
715
+ "list_account_summaries"
716
+ ]
717
+ },
718
+ "ListAccounts": {
719
+ "methods": [
720
+ "list_accounts"
721
+ ]
722
+ },
723
+ "ListConversionEvents": {
724
+ "methods": [
725
+ "list_conversion_events"
726
+ ]
727
+ },
728
+ "ListCustomDimensions": {
729
+ "methods": [
730
+ "list_custom_dimensions"
731
+ ]
732
+ },
733
+ "ListCustomMetrics": {
734
+ "methods": [
735
+ "list_custom_metrics"
736
+ ]
737
+ },
738
+ "ListDataStreams": {
739
+ "methods": [
740
+ "list_data_streams"
741
+ ]
742
+ },
743
+ "ListFirebaseLinks": {
744
+ "methods": [
745
+ "list_firebase_links"
746
+ ]
747
+ },
748
+ "ListGoogleAdsLinks": {
749
+ "methods": [
750
+ "list_google_ads_links"
751
+ ]
752
+ },
753
+ "ListKeyEvents": {
754
+ "methods": [
755
+ "list_key_events"
756
+ ]
757
+ },
758
+ "ListMeasurementProtocolSecrets": {
759
+ "methods": [
760
+ "list_measurement_protocol_secrets"
761
+ ]
762
+ },
763
+ "ListProperties": {
764
+ "methods": [
765
+ "list_properties"
766
+ ]
767
+ },
768
+ "ProvisionAccountTicket": {
769
+ "methods": [
770
+ "provision_account_ticket"
771
+ ]
772
+ },
773
+ "RunAccessReport": {
774
+ "methods": [
775
+ "run_access_report"
776
+ ]
777
+ },
778
+ "SearchChangeHistoryEvents": {
779
+ "methods": [
780
+ "search_change_history_events"
781
+ ]
782
+ },
783
+ "UpdateAccount": {
784
+ "methods": [
785
+ "update_account"
786
+ ]
787
+ },
788
+ "UpdateConversionEvent": {
789
+ "methods": [
790
+ "update_conversion_event"
791
+ ]
792
+ },
793
+ "UpdateCustomDimension": {
794
+ "methods": [
795
+ "update_custom_dimension"
796
+ ]
797
+ },
798
+ "UpdateCustomMetric": {
799
+ "methods": [
800
+ "update_custom_metric"
801
+ ]
802
+ },
803
+ "UpdateDataRetentionSettings": {
804
+ "methods": [
805
+ "update_data_retention_settings"
806
+ ]
807
+ },
808
+ "UpdateDataStream": {
809
+ "methods": [
810
+ "update_data_stream"
811
+ ]
812
+ },
813
+ "UpdateGoogleAdsLink": {
814
+ "methods": [
815
+ "update_google_ads_link"
816
+ ]
817
+ },
818
+ "UpdateKeyEvent": {
819
+ "methods": [
820
+ "update_key_event"
821
+ ]
822
+ },
823
+ "UpdateMeasurementProtocolSecret": {
824
+ "methods": [
825
+ "update_measurement_protocol_secret"
826
+ ]
827
+ },
828
+ "UpdateProperty": {
829
+ "methods": [
830
+ "update_property"
831
+ ]
832
+ }
833
+ }
834
+ }
835
+ }
836
+ }
837
+ }
838
+ }