google-analytics-admin 0.24.1__tar.gz → 0.25.0__tar.gz

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 (65) hide show
  1. {google_analytics_admin-0.24.1/google_analytics_admin.egg-info → google_analytics_admin-0.25.0}/PKG-INFO +1 -1
  2. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin/__init__.py +4 -24
  3. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin/gapic_version.py +1 -1
  4. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/__init__.py +4 -24
  5. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/gapic_metadata.json +15 -90
  6. {google_analytics_admin-0.24.1/google/analytics/admin_v1beta → google_analytics_admin-0.25.0/google/analytics/admin_v1alpha}/gapic_version.py +1 -1
  7. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/async_client.py +102 -357
  8. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/client.py +110 -355
  9. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/transports/base.py +17 -99
  10. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/transports/grpc.py +36 -196
  11. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/transports/grpc_asyncio.py +41 -228
  12. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/transports/rest.py +351 -1438
  13. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/transports/rest_base.py +47 -308
  14. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/types/__init__.py +4 -24
  15. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/types/analytics_admin.py +36 -211
  16. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/types/resources.py +67 -33
  17. {google_analytics_admin-0.24.1/google/analytics/admin_v1alpha → google_analytics_admin-0.25.0/google/analytics/admin_v1beta}/gapic_version.py +1 -1
  18. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0/google_analytics_admin.egg-info}/PKG-INFO +1 -1
  19. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/tests/unit/gapic/admin_v1alpha/test_analytics_admin_service.py +1181 -3409
  20. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/LICENSE +0 -0
  21. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/MANIFEST.in +0 -0
  22. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/README.rst +0 -0
  23. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin/py.typed +0 -0
  24. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/py.typed +0 -0
  25. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/services/__init__.py +0 -0
  26. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/__init__.py +0 -0
  27. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/pagers.py +0 -0
  28. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/transports/__init__.py +0 -0
  29. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/types/access_report.py +0 -0
  30. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/types/audience.py +0 -0
  31. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/types/channel_group.py +0 -0
  32. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/types/event_create_and_edit.py +0 -0
  33. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/types/expanded_data_set.py +0 -0
  34. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/types/subproperty_event_filter.py +0 -0
  35. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/__init__.py +0 -0
  36. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/gapic_metadata.json +0 -0
  37. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/py.typed +0 -0
  38. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/services/__init__.py +0 -0
  39. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/services/analytics_admin_service/__init__.py +0 -0
  40. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/services/analytics_admin_service/async_client.py +0 -0
  41. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/services/analytics_admin_service/client.py +0 -0
  42. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/services/analytics_admin_service/pagers.py +0 -0
  43. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/services/analytics_admin_service/transports/__init__.py +0 -0
  44. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/services/analytics_admin_service/transports/base.py +0 -0
  45. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/services/analytics_admin_service/transports/grpc.py +0 -0
  46. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/services/analytics_admin_service/transports/grpc_asyncio.py +0 -0
  47. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/services/analytics_admin_service/transports/rest.py +0 -0
  48. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/services/analytics_admin_service/transports/rest_base.py +0 -0
  49. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/types/__init__.py +0 -0
  50. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/types/access_report.py +0 -0
  51. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/types/analytics_admin.py +0 -0
  52. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/types/resources.py +0 -0
  53. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google_analytics_admin.egg-info/SOURCES.txt +0 -0
  54. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google_analytics_admin.egg-info/dependency_links.txt +0 -0
  55. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google_analytics_admin.egg-info/not-zip-safe +0 -0
  56. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google_analytics_admin.egg-info/requires.txt +0 -0
  57. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/google_analytics_admin.egg-info/top_level.txt +0 -0
  58. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/setup.cfg +0 -0
  59. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/setup.py +0 -0
  60. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/tests/__init__.py +0 -0
  61. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/tests/unit/__init__.py +0 -0
  62. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/tests/unit/gapic/__init__.py +0 -0
  63. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/tests/unit/gapic/admin_v1alpha/__init__.py +0 -0
  64. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/tests/unit/gapic/admin_v1beta/__init__.py +0 -0
  65. {google_analytics_admin-0.24.1 → google_analytics_admin-0.25.0}/tests/unit/gapic/admin_v1beta/test_analytics_admin_service.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: google-analytics-admin
3
- Version: 0.24.1
3
+ Version: 0.25.0
4
4
  Summary: Google Analytics Admin API client library
5
5
  Home-page: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-analytics-admin
6
6
  Author: Google LLC
@@ -67,8 +67,6 @@ from google.analytics.admin_v1alpha.types.analytics_admin import (
67
67
  CreateBigQueryLinkRequest,
68
68
  CreateCalculatedMetricRequest,
69
69
  CreateChannelGroupRequest,
70
- CreateConnectedSiteTagRequest,
71
- CreateConnectedSiteTagResponse,
72
70
  CreateConversionEventRequest,
73
71
  CreateCustomDimensionRequest,
74
72
  CreateCustomMetricRequest,
@@ -96,7 +94,6 @@ from google.analytics.admin_v1alpha.types.analytics_admin import (
96
94
  DeleteBigQueryLinkRequest,
97
95
  DeleteCalculatedMetricRequest,
98
96
  DeleteChannelGroupRequest,
99
- DeleteConnectedSiteTagRequest,
100
97
  DeleteConversionEventRequest,
101
98
  DeleteDataStreamRequest,
102
99
  DeleteDisplayVideo360AdvertiserLinkProposalRequest,
@@ -114,10 +111,6 @@ from google.analytics.admin_v1alpha.types.analytics_admin import (
114
111
  DeleteSearchAds360LinkRequest,
115
112
  DeleteSKAdNetworkConversionValueSchemaRequest,
116
113
  DeleteSubpropertyEventFilterRequest,
117
- FetchAutomatedGa4ConfigurationOptOutRequest,
118
- FetchAutomatedGa4ConfigurationOptOutResponse,
119
- FetchConnectedGa4PropertyRequest,
120
- FetchConnectedGa4PropertyResponse,
121
114
  GetAccessBindingRequest,
122
115
  GetAccountRequest,
123
116
  GetAdSenseLinkRequest,
@@ -145,6 +138,7 @@ from google.analytics.admin_v1alpha.types.analytics_admin import (
145
138
  GetMeasurementProtocolSecretRequest,
146
139
  GetPropertyRequest,
147
140
  GetReportingDataAnnotationRequest,
141
+ GetReportingIdentitySettingsRequest,
148
142
  GetRollupPropertySourceLinkRequest,
149
143
  GetSearchAds360LinkRequest,
150
144
  GetSKAdNetworkConversionValueSchemaRequest,
@@ -166,8 +160,6 @@ from google.analytics.admin_v1alpha.types.analytics_admin import (
166
160
  ListCalculatedMetricsResponse,
167
161
  ListChannelGroupsRequest,
168
162
  ListChannelGroupsResponse,
169
- ListConnectedSiteTagsRequest,
170
- ListConnectedSiteTagsResponse,
171
163
  ListConversionEventsRequest,
172
164
  ListConversionEventsResponse,
173
165
  ListCustomDimensionsRequest,
@@ -217,8 +209,6 @@ from google.analytics.admin_v1alpha.types.analytics_admin import (
217
209
  RunAccessReportResponse,
218
210
  SearchChangeHistoryEventsRequest,
219
211
  SearchChangeHistoryEventsResponse,
220
- SetAutomatedGa4ConfigurationOptOutRequest,
221
- SetAutomatedGa4ConfigurationOptOutResponse,
222
212
  SubmitUserDeletionRequest,
223
213
  SubmitUserDeletionResponse,
224
214
  UpdateAccessBindingRequest,
@@ -295,7 +285,6 @@ from google.analytics.admin_v1alpha.types.resources import (
295
285
  ChangeHistoryEvent,
296
286
  ChangeHistoryResourceType,
297
287
  CoarseValue,
298
- ConnectedSiteTag,
299
288
  ConversionEvent,
300
289
  ConversionValues,
301
290
  CustomDimension,
@@ -325,6 +314,7 @@ from google.analytics.admin_v1alpha.types.resources import (
325
314
  PropertySummary,
326
315
  PropertyType,
327
316
  ReportingDataAnnotation,
317
+ ReportingIdentitySettings,
328
318
  RollupPropertySourceLink,
329
319
  SearchAds360Link,
330
320
  ServiceLevel,
@@ -382,8 +372,6 @@ __all__ = (
382
372
  "CreateBigQueryLinkRequest",
383
373
  "CreateCalculatedMetricRequest",
384
374
  "CreateChannelGroupRequest",
385
- "CreateConnectedSiteTagRequest",
386
- "CreateConnectedSiteTagResponse",
387
375
  "CreateConversionEventRequest",
388
376
  "CreateCustomDimensionRequest",
389
377
  "CreateCustomMetricRequest",
@@ -411,7 +399,6 @@ __all__ = (
411
399
  "DeleteBigQueryLinkRequest",
412
400
  "DeleteCalculatedMetricRequest",
413
401
  "DeleteChannelGroupRequest",
414
- "DeleteConnectedSiteTagRequest",
415
402
  "DeleteConversionEventRequest",
416
403
  "DeleteDataStreamRequest",
417
404
  "DeleteDisplayVideo360AdvertiserLinkProposalRequest",
@@ -429,10 +416,6 @@ __all__ = (
429
416
  "DeleteSearchAds360LinkRequest",
430
417
  "DeleteSKAdNetworkConversionValueSchemaRequest",
431
418
  "DeleteSubpropertyEventFilterRequest",
432
- "FetchAutomatedGa4ConfigurationOptOutRequest",
433
- "FetchAutomatedGa4ConfigurationOptOutResponse",
434
- "FetchConnectedGa4PropertyRequest",
435
- "FetchConnectedGa4PropertyResponse",
436
419
  "GetAccessBindingRequest",
437
420
  "GetAccountRequest",
438
421
  "GetAdSenseLinkRequest",
@@ -460,6 +443,7 @@ __all__ = (
460
443
  "GetMeasurementProtocolSecretRequest",
461
444
  "GetPropertyRequest",
462
445
  "GetReportingDataAnnotationRequest",
446
+ "GetReportingIdentitySettingsRequest",
463
447
  "GetRollupPropertySourceLinkRequest",
464
448
  "GetSearchAds360LinkRequest",
465
449
  "GetSKAdNetworkConversionValueSchemaRequest",
@@ -481,8 +465,6 @@ __all__ = (
481
465
  "ListCalculatedMetricsResponse",
482
466
  "ListChannelGroupsRequest",
483
467
  "ListChannelGroupsResponse",
484
- "ListConnectedSiteTagsRequest",
485
- "ListConnectedSiteTagsResponse",
486
468
  "ListConversionEventsRequest",
487
469
  "ListConversionEventsResponse",
488
470
  "ListCustomDimensionsRequest",
@@ -532,8 +514,6 @@ __all__ = (
532
514
  "RunAccessReportResponse",
533
515
  "SearchChangeHistoryEventsRequest",
534
516
  "SearchChangeHistoryEventsResponse",
535
- "SetAutomatedGa4ConfigurationOptOutRequest",
536
- "SetAutomatedGa4ConfigurationOptOutResponse",
537
517
  "SubmitUserDeletionRequest",
538
518
  "SubmitUserDeletionResponse",
539
519
  "UpdateAccessBindingRequest",
@@ -596,7 +576,6 @@ __all__ = (
596
576
  "CalculatedMetric",
597
577
  "ChangeHistoryChange",
598
578
  "ChangeHistoryEvent",
599
- "ConnectedSiteTag",
600
579
  "ConversionEvent",
601
580
  "ConversionValues",
602
581
  "CustomDimension",
@@ -620,6 +599,7 @@ __all__ = (
620
599
  "Property",
621
600
  "PropertySummary",
622
601
  "ReportingDataAnnotation",
602
+ "ReportingIdentitySettings",
623
603
  "RollupPropertySourceLink",
624
604
  "SearchAds360Link",
625
605
  "SKAdNetworkConversionValueSchema",
@@ -13,4 +13,4 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- __version__ = "0.24.1" # {x-release-please-version}
16
+ __version__ = "0.25.0" # {x-release-please-version}
@@ -65,8 +65,6 @@ from .types.analytics_admin import (
65
65
  CreateBigQueryLinkRequest,
66
66
  CreateCalculatedMetricRequest,
67
67
  CreateChannelGroupRequest,
68
- CreateConnectedSiteTagRequest,
69
- CreateConnectedSiteTagResponse,
70
68
  CreateConversionEventRequest,
71
69
  CreateCustomDimensionRequest,
72
70
  CreateCustomMetricRequest,
@@ -94,7 +92,6 @@ from .types.analytics_admin import (
94
92
  DeleteBigQueryLinkRequest,
95
93
  DeleteCalculatedMetricRequest,
96
94
  DeleteChannelGroupRequest,
97
- DeleteConnectedSiteTagRequest,
98
95
  DeleteConversionEventRequest,
99
96
  DeleteDataStreamRequest,
100
97
  DeleteDisplayVideo360AdvertiserLinkProposalRequest,
@@ -112,10 +109,6 @@ from .types.analytics_admin import (
112
109
  DeleteSearchAds360LinkRequest,
113
110
  DeleteSKAdNetworkConversionValueSchemaRequest,
114
111
  DeleteSubpropertyEventFilterRequest,
115
- FetchAutomatedGa4ConfigurationOptOutRequest,
116
- FetchAutomatedGa4ConfigurationOptOutResponse,
117
- FetchConnectedGa4PropertyRequest,
118
- FetchConnectedGa4PropertyResponse,
119
112
  GetAccessBindingRequest,
120
113
  GetAccountRequest,
121
114
  GetAdSenseLinkRequest,
@@ -143,6 +136,7 @@ from .types.analytics_admin import (
143
136
  GetMeasurementProtocolSecretRequest,
144
137
  GetPropertyRequest,
145
138
  GetReportingDataAnnotationRequest,
139
+ GetReportingIdentitySettingsRequest,
146
140
  GetRollupPropertySourceLinkRequest,
147
141
  GetSearchAds360LinkRequest,
148
142
  GetSKAdNetworkConversionValueSchemaRequest,
@@ -164,8 +158,6 @@ from .types.analytics_admin import (
164
158
  ListCalculatedMetricsResponse,
165
159
  ListChannelGroupsRequest,
166
160
  ListChannelGroupsResponse,
167
- ListConnectedSiteTagsRequest,
168
- ListConnectedSiteTagsResponse,
169
161
  ListConversionEventsRequest,
170
162
  ListConversionEventsResponse,
171
163
  ListCustomDimensionsRequest,
@@ -215,8 +207,6 @@ from .types.analytics_admin import (
215
207
  RunAccessReportResponse,
216
208
  SearchChangeHistoryEventsRequest,
217
209
  SearchChangeHistoryEventsResponse,
218
- SetAutomatedGa4ConfigurationOptOutRequest,
219
- SetAutomatedGa4ConfigurationOptOutResponse,
220
210
  SubmitUserDeletionRequest,
221
211
  SubmitUserDeletionResponse,
222
212
  UpdateAccessBindingRequest,
@@ -293,7 +283,6 @@ from .types.resources import (
293
283
  ChangeHistoryEvent,
294
284
  ChangeHistoryResourceType,
295
285
  CoarseValue,
296
- ConnectedSiteTag,
297
286
  ConversionEvent,
298
287
  ConversionValues,
299
288
  CustomDimension,
@@ -323,6 +312,7 @@ from .types.resources import (
323
312
  PropertySummary,
324
313
  PropertyType,
325
314
  ReportingDataAnnotation,
315
+ ReportingIdentitySettings,
326
316
  RollupPropertySourceLink,
327
317
  SearchAds360Link,
328
318
  ServiceLevel,
@@ -400,7 +390,6 @@ __all__ = (
400
390
  "ChannelGroupFilterExpression",
401
391
  "ChannelGroupFilterExpressionList",
402
392
  "CoarseValue",
403
- "ConnectedSiteTag",
404
393
  "ConversionEvent",
405
394
  "ConversionValues",
406
395
  "CreateAccessBindingRequest",
@@ -409,8 +398,6 @@ __all__ = (
409
398
  "CreateBigQueryLinkRequest",
410
399
  "CreateCalculatedMetricRequest",
411
400
  "CreateChannelGroupRequest",
412
- "CreateConnectedSiteTagRequest",
413
- "CreateConnectedSiteTagResponse",
414
401
  "CreateConversionEventRequest",
415
402
  "CreateCustomDimensionRequest",
416
403
  "CreateCustomMetricRequest",
@@ -444,7 +431,6 @@ __all__ = (
444
431
  "DeleteBigQueryLinkRequest",
445
432
  "DeleteCalculatedMetricRequest",
446
433
  "DeleteChannelGroupRequest",
447
- "DeleteConnectedSiteTagRequest",
448
434
  "DeleteConversionEventRequest",
449
435
  "DeleteDataStreamRequest",
450
436
  "DeleteDisplayVideo360AdvertiserLinkProposalRequest",
@@ -472,10 +458,6 @@ __all__ = (
472
458
  "ExpandedDataSetFilter",
473
459
  "ExpandedDataSetFilterExpression",
474
460
  "ExpandedDataSetFilterExpressionList",
475
- "FetchAutomatedGa4ConfigurationOptOutRequest",
476
- "FetchAutomatedGa4ConfigurationOptOutResponse",
477
- "FetchConnectedGa4PropertyRequest",
478
- "FetchConnectedGa4PropertyResponse",
479
461
  "FirebaseLink",
480
462
  "GetAccessBindingRequest",
481
463
  "GetAccountRequest",
@@ -504,6 +486,7 @@ __all__ = (
504
486
  "GetMeasurementProtocolSecretRequest",
505
487
  "GetPropertyRequest",
506
488
  "GetReportingDataAnnotationRequest",
489
+ "GetReportingIdentitySettingsRequest",
507
490
  "GetRollupPropertySourceLinkRequest",
508
491
  "GetSKAdNetworkConversionValueSchemaRequest",
509
492
  "GetSearchAds360LinkRequest",
@@ -536,8 +519,6 @@ __all__ = (
536
519
  "ListCalculatedMetricsResponse",
537
520
  "ListChannelGroupsRequest",
538
521
  "ListChannelGroupsResponse",
539
- "ListConnectedSiteTagsRequest",
540
- "ListConnectedSiteTagsResponse",
541
522
  "ListConversionEventsRequest",
542
523
  "ListConversionEventsResponse",
543
524
  "ListCustomDimensionsRequest",
@@ -592,6 +573,7 @@ __all__ = (
592
573
  "ProvisionSubpropertyResponse",
593
574
  "ReorderEventEditRulesRequest",
594
575
  "ReportingDataAnnotation",
576
+ "ReportingIdentitySettings",
595
577
  "RollupPropertySourceLink",
596
578
  "RunAccessReportRequest",
597
579
  "RunAccessReportResponse",
@@ -600,8 +582,6 @@ __all__ = (
600
582
  "SearchChangeHistoryEventsRequest",
601
583
  "SearchChangeHistoryEventsResponse",
602
584
  "ServiceLevel",
603
- "SetAutomatedGa4ConfigurationOptOutRequest",
604
- "SetAutomatedGa4ConfigurationOptOutResponse",
605
585
  "SubmitUserDeletionRequest",
606
586
  "SubmitUserDeletionResponse",
607
587
  "SubpropertyEventFilter",
@@ -90,11 +90,6 @@
90
90
  "create_channel_group"
91
91
  ]
92
92
  },
93
- "CreateConnectedSiteTag": {
94
- "methods": [
95
- "create_connected_site_tag"
96
- ]
97
- },
98
93
  "CreateConversionEvent": {
99
94
  "methods": [
100
95
  "create_conversion_event"
@@ -225,11 +220,6 @@
225
220
  "delete_channel_group"
226
221
  ]
227
222
  },
228
- "DeleteConnectedSiteTag": {
229
- "methods": [
230
- "delete_connected_site_tag"
231
- ]
232
- },
233
223
  "DeleteConversionEvent": {
234
224
  "methods": [
235
225
  "delete_conversion_event"
@@ -315,16 +305,6 @@
315
305
  "delete_subproperty_event_filter"
316
306
  ]
317
307
  },
318
- "FetchAutomatedGa4ConfigurationOptOut": {
319
- "methods": [
320
- "fetch_automated_ga4_configuration_opt_out"
321
- ]
322
- },
323
- "FetchConnectedGa4Property": {
324
- "methods": [
325
- "fetch_connected_ga4_property"
326
- ]
327
- },
328
308
  "GetAccessBinding": {
329
309
  "methods": [
330
310
  "get_access_binding"
@@ -460,6 +440,11 @@
460
440
  "get_reporting_data_annotation"
461
441
  ]
462
442
  },
443
+ "GetReportingIdentitySettings": {
444
+ "methods": [
445
+ "get_reporting_identity_settings"
446
+ ]
447
+ },
463
448
  "GetRollupPropertySourceLink": {
464
449
  "methods": [
465
450
  "get_rollup_property_source_link"
@@ -525,11 +510,6 @@
525
510
  "list_channel_groups"
526
511
  ]
527
512
  },
528
- "ListConnectedSiteTags": {
529
- "methods": [
530
- "list_connected_site_tags"
531
- ]
532
- },
533
513
  "ListConversionEvents": {
534
514
  "methods": [
535
515
  "list_conversion_events"
@@ -655,11 +635,6 @@
655
635
  "search_change_history_events"
656
636
  ]
657
637
  },
658
- "SetAutomatedGa4ConfigurationOptOut": {
659
- "methods": [
660
- "set_automated_ga4_configuration_opt_out"
661
- ]
662
- },
663
638
  "SubmitUserDeletion": {
664
639
  "methods": [
665
640
  "submit_user_deletion"
@@ -890,11 +865,6 @@
890
865
  "create_channel_group"
891
866
  ]
892
867
  },
893
- "CreateConnectedSiteTag": {
894
- "methods": [
895
- "create_connected_site_tag"
896
- ]
897
- },
898
868
  "CreateConversionEvent": {
899
869
  "methods": [
900
870
  "create_conversion_event"
@@ -1025,11 +995,6 @@
1025
995
  "delete_channel_group"
1026
996
  ]
1027
997
  },
1028
- "DeleteConnectedSiteTag": {
1029
- "methods": [
1030
- "delete_connected_site_tag"
1031
- ]
1032
- },
1033
998
  "DeleteConversionEvent": {
1034
999
  "methods": [
1035
1000
  "delete_conversion_event"
@@ -1115,16 +1080,6 @@
1115
1080
  "delete_subproperty_event_filter"
1116
1081
  ]
1117
1082
  },
1118
- "FetchAutomatedGa4ConfigurationOptOut": {
1119
- "methods": [
1120
- "fetch_automated_ga4_configuration_opt_out"
1121
- ]
1122
- },
1123
- "FetchConnectedGa4Property": {
1124
- "methods": [
1125
- "fetch_connected_ga4_property"
1126
- ]
1127
- },
1128
1083
  "GetAccessBinding": {
1129
1084
  "methods": [
1130
1085
  "get_access_binding"
@@ -1260,6 +1215,11 @@
1260
1215
  "get_reporting_data_annotation"
1261
1216
  ]
1262
1217
  },
1218
+ "GetReportingIdentitySettings": {
1219
+ "methods": [
1220
+ "get_reporting_identity_settings"
1221
+ ]
1222
+ },
1263
1223
  "GetRollupPropertySourceLink": {
1264
1224
  "methods": [
1265
1225
  "get_rollup_property_source_link"
@@ -1325,11 +1285,6 @@
1325
1285
  "list_channel_groups"
1326
1286
  ]
1327
1287
  },
1328
- "ListConnectedSiteTags": {
1329
- "methods": [
1330
- "list_connected_site_tags"
1331
- ]
1332
- },
1333
1288
  "ListConversionEvents": {
1334
1289
  "methods": [
1335
1290
  "list_conversion_events"
@@ -1455,11 +1410,6 @@
1455
1410
  "search_change_history_events"
1456
1411
  ]
1457
1412
  },
1458
- "SetAutomatedGa4ConfigurationOptOut": {
1459
- "methods": [
1460
- "set_automated_ga4_configuration_opt_out"
1461
- ]
1462
- },
1463
1413
  "SubmitUserDeletion": {
1464
1414
  "methods": [
1465
1415
  "submit_user_deletion"
@@ -1690,11 +1640,6 @@
1690
1640
  "create_channel_group"
1691
1641
  ]
1692
1642
  },
1693
- "CreateConnectedSiteTag": {
1694
- "methods": [
1695
- "create_connected_site_tag"
1696
- ]
1697
- },
1698
1643
  "CreateConversionEvent": {
1699
1644
  "methods": [
1700
1645
  "create_conversion_event"
@@ -1825,11 +1770,6 @@
1825
1770
  "delete_channel_group"
1826
1771
  ]
1827
1772
  },
1828
- "DeleteConnectedSiteTag": {
1829
- "methods": [
1830
- "delete_connected_site_tag"
1831
- ]
1832
- },
1833
1773
  "DeleteConversionEvent": {
1834
1774
  "methods": [
1835
1775
  "delete_conversion_event"
@@ -1915,16 +1855,6 @@
1915
1855
  "delete_subproperty_event_filter"
1916
1856
  ]
1917
1857
  },
1918
- "FetchAutomatedGa4ConfigurationOptOut": {
1919
- "methods": [
1920
- "fetch_automated_ga4_configuration_opt_out"
1921
- ]
1922
- },
1923
- "FetchConnectedGa4Property": {
1924
- "methods": [
1925
- "fetch_connected_ga4_property"
1926
- ]
1927
- },
1928
1858
  "GetAccessBinding": {
1929
1859
  "methods": [
1930
1860
  "get_access_binding"
@@ -2060,6 +1990,11 @@
2060
1990
  "get_reporting_data_annotation"
2061
1991
  ]
2062
1992
  },
1993
+ "GetReportingIdentitySettings": {
1994
+ "methods": [
1995
+ "get_reporting_identity_settings"
1996
+ ]
1997
+ },
2063
1998
  "GetRollupPropertySourceLink": {
2064
1999
  "methods": [
2065
2000
  "get_rollup_property_source_link"
@@ -2125,11 +2060,6 @@
2125
2060
  "list_channel_groups"
2126
2061
  ]
2127
2062
  },
2128
- "ListConnectedSiteTags": {
2129
- "methods": [
2130
- "list_connected_site_tags"
2131
- ]
2132
- },
2133
2063
  "ListConversionEvents": {
2134
2064
  "methods": [
2135
2065
  "list_conversion_events"
@@ -2255,11 +2185,6 @@
2255
2185
  "search_change_history_events"
2256
2186
  ]
2257
2187
  },
2258
- "SetAutomatedGa4ConfigurationOptOut": {
2259
- "methods": [
2260
- "set_automated_ga4_configuration_opt_out"
2261
- ]
2262
- },
2263
2188
  "SubmitUserDeletion": {
2264
2189
  "methods": [
2265
2190
  "submit_user_deletion"
@@ -13,4 +13,4 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- __version__ = "0.24.1" # {x-release-please-version}
16
+ __version__ = "0.25.0" # {x-release-please-version}