google-analytics-admin 0.22.6__tar.gz → 0.22.8__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 (66) hide show
  1. {google-analytics-admin-0.22.6/google_analytics_admin.egg-info → google-analytics-admin-0.22.8}/PKG-INFO +3 -3
  2. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin/__init__.py +1 -1
  3. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin/gapic_version.py +2 -2
  4. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1alpha/__init__.py +1 -1
  5. {google-analytics-admin-0.22.6/google/analytics/admin_v1beta → google-analytics-admin-0.22.8/google/analytics/admin_v1alpha}/gapic_version.py +2 -2
  6. {google-analytics-admin-0.22.6/google/analytics/admin_v1beta → google-analytics-admin-0.22.8/google/analytics/admin_v1alpha}/services/__init__.py +1 -1
  7. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1alpha/services/analytics_admin_service/__init__.py +1 -1
  8. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1alpha/services/analytics_admin_service/async_client.py +1288 -1061
  9. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1alpha/services/analytics_admin_service/client.py +524 -779
  10. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1alpha/services/analytics_admin_service/pagers.py +1 -1
  11. {google-analytics-admin-0.22.6/google/analytics/admin_v1beta → google-analytics-admin-0.22.8/google/analytics/admin_v1alpha}/services/analytics_admin_service/transports/__init__.py +1 -1
  12. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1alpha/services/analytics_admin_service/transports/base.py +4 -2
  13. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1alpha/services/analytics_admin_service/transports/grpc.py +18 -12
  14. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1alpha/services/analytics_admin_service/transports/grpc_asyncio.py +704 -12
  15. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1alpha/services/analytics_admin_service/transports/rest.py +1 -1
  16. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1alpha/types/__init__.py +1 -1
  17. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1alpha/types/access_report.py +1 -1
  18. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1alpha/types/analytics_admin.py +1 -1
  19. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1alpha/types/audience.py +1 -1
  20. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1alpha/types/channel_group.py +1 -1
  21. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1alpha/types/event_create_and_edit.py +1 -1
  22. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1alpha/types/expanded_data_set.py +1 -1
  23. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1alpha/types/resources.py +1 -1
  24. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1alpha/types/subproperty_event_filter.py +1 -1
  25. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1beta/__init__.py +1 -1
  26. {google-analytics-admin-0.22.6/google/analytics/admin_v1alpha → google-analytics-admin-0.22.8/google/analytics/admin_v1beta}/gapic_version.py +2 -2
  27. {google-analytics-admin-0.22.6/tests → google-analytics-admin-0.22.8/google/analytics/admin_v1beta/services}/__init__.py +1 -1
  28. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1beta/services/analytics_admin_service/__init__.py +1 -1
  29. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1beta/services/analytics_admin_service/async_client.py +451 -383
  30. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1beta/services/analytics_admin_service/client.py +206 -287
  31. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1beta/services/analytics_admin_service/pagers.py +1 -1
  32. {google-analytics-admin-0.22.6/google/analytics/admin_v1alpha → google-analytics-admin-0.22.8/google/analytics/admin_v1beta}/services/analytics_admin_service/transports/__init__.py +1 -1
  33. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1beta/services/analytics_admin_service/transports/base.py +4 -2
  34. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1beta/services/analytics_admin_service/transports/grpc.py +18 -12
  35. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1beta/services/analytics_admin_service/transports/grpc_asyncio.py +269 -12
  36. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1beta/services/analytics_admin_service/transports/rest.py +1 -1
  37. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1beta/types/__init__.py +1 -1
  38. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1beta/types/access_report.py +1 -1
  39. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1beta/types/analytics_admin.py +1 -1
  40. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1beta/types/resources.py +1 -1
  41. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8/google_analytics_admin.egg-info}/PKG-INFO +3 -3
  42. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google_analytics_admin.egg-info/requires.txt +2 -2
  43. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/setup.py +5 -3
  44. {google-analytics-admin-0.22.6/tests/unit → google-analytics-admin-0.22.8/tests}/__init__.py +1 -1
  45. {google-analytics-admin-0.22.6/google/analytics/admin_v1alpha/services → google-analytics-admin-0.22.8/tests/unit}/__init__.py +1 -1
  46. google-analytics-admin-0.22.8/tests/unit/gapic/__init__.py +15 -0
  47. google-analytics-admin-0.22.8/tests/unit/gapic/admin_v1alpha/__init__.py +15 -0
  48. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/tests/unit/gapic/admin_v1alpha/test_analytics_admin_service.py +24970 -391
  49. google-analytics-admin-0.22.8/tests/unit/gapic/admin_v1beta/__init__.py +15 -0
  50. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/tests/unit/gapic/admin_v1beta/test_analytics_admin_service.py +9288 -483
  51. google-analytics-admin-0.22.6/tests/unit/gapic/__init__.py +0 -15
  52. google-analytics-admin-0.22.6/tests/unit/gapic/admin_v1alpha/__init__.py +0 -15
  53. google-analytics-admin-0.22.6/tests/unit/gapic/admin_v1beta/__init__.py +0 -15
  54. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/LICENSE +0 -0
  55. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/MANIFEST.in +0 -0
  56. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/README.rst +0 -0
  57. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin/py.typed +0 -0
  58. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1alpha/gapic_metadata.json +0 -0
  59. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1alpha/py.typed +0 -0
  60. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1beta/gapic_metadata.json +0 -0
  61. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google/analytics/admin_v1beta/py.typed +0 -0
  62. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google_analytics_admin.egg-info/SOURCES.txt +0 -0
  63. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google_analytics_admin.egg-info/dependency_links.txt +0 -0
  64. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google_analytics_admin.egg-info/not-zip-safe +0 -0
  65. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/google_analytics_admin.egg-info/top_level.txt +0 -0
  66. {google-analytics-admin-0.22.6 → google-analytics-admin-0.22.8}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: google-analytics-admin
3
- Version: 0.22.6
3
+ Version: 0.22.8
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
@@ -23,9 +23,9 @@ Classifier: Topic :: Internet
23
23
  Requires-Python: >=3.7
24
24
  License-File: LICENSE
25
25
  Requires-Dist: google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1
26
- Requires-Dist: google-auth<3.0.0dev,>=2.14.1
26
+ Requires-Dist: google-auth!=2.24.0,!=2.25.0,<3.0.0dev,>=2.14.1
27
27
  Requires-Dist: proto-plus<2.0.0dev,>=1.22.3
28
- Requires-Dist: protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5
28
+ Requires-Dist: protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<6.0.0dev,>=3.20.2
29
29
 
30
30
  Python Client for Analytics Admin
31
31
  =================================
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
- # Copyright 2023 Google LLC
2
+ # Copyright 2024 Google LLC
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
- # Copyright 2023 Google LLC
2
+ # Copyright 2024 Google LLC
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -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.22.6" # {x-release-please-version}
16
+ __version__ = "0.22.8" # {x-release-please-version}
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
- # Copyright 2023 Google LLC
2
+ # Copyright 2024 Google LLC
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
- # Copyright 2023 Google LLC
2
+ # Copyright 2024 Google LLC
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -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.22.6" # {x-release-please-version}
16
+ __version__ = "0.22.8" # {x-release-please-version}
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
- # Copyright 2023 Google LLC
2
+ # Copyright 2024 Google LLC
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
- # Copyright 2023 Google LLC
2
+ # Copyright 2024 Google LLC
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.