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,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
@@ -0,0 +1,228 @@
1
+ Metadata-Version: 2.1
2
+ Name: google-analytics-admin
3
+ Version: 0.23.6
4
+ Summary: Google Analytics Admin API client library
5
+ Home-page: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-analytics-admin
6
+ Author: Google LLC
7
+ Author-email: googleapis-packages@google.com
8
+ License: Apache 2.0
9
+ Platform: Posix; MacOS X; Windows
10
+ Classifier: Development Status :: 4 - Beta
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: License :: OSI Approved :: Apache Software License
13
+ Classifier: Programming Language :: Python
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Programming Language :: Python :: 3.7
16
+ Classifier: Programming Language :: Python :: 3.8
17
+ Classifier: Programming Language :: Python :: 3.9
18
+ Classifier: Programming Language :: Python :: 3.10
19
+ Classifier: Programming Language :: Python :: 3.11
20
+ Classifier: Programming Language :: Python :: 3.12
21
+ Classifier: Programming Language :: Python :: 3.13
22
+ Classifier: Operating System :: OS Independent
23
+ Classifier: Topic :: Internet
24
+ Requires-Python: >=3.7
25
+ License-File: LICENSE
26
+ 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.0,>=1.34.1
27
+ Requires-Dist: google-auth!=2.24.0,!=2.25.0,<3.0.0,>=2.14.1
28
+ Requires-Dist: proto-plus<2.0.0,>=1.22.3
29
+ Requires-Dist: protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2
30
+ Requires-Dist: proto-plus<2.0.0,>=1.25.0; python_version >= "3.13"
31
+
32
+ Python Client for Analytics Admin
33
+ =================================
34
+
35
+ |preview| |pypi| |versions|
36
+
37
+ `Analytics Admin`_: allows you to manage Google Analytics accounts and properties.
38
+
39
+ - `Client Library Documentation`_
40
+ - `Product Documentation`_
41
+
42
+ .. |preview| image:: https://img.shields.io/badge/support-preview-orange.svg
43
+ :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#stability-levels
44
+ .. |pypi| image:: https://img.shields.io/pypi/v/google-analytics-admin.svg
45
+ :target: https://pypi.org/project/google-analytics-admin/
46
+ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-analytics-admin.svg
47
+ :target: https://pypi.org/project/google-analytics-admin/
48
+ .. _Analytics Admin: https://developers.google.com/analytics/
49
+ .. _Client Library Documentation: https://googleapis.dev/python/analyticsadmin/latest
50
+ .. _Product Documentation: https://developers.google.com/analytics/
51
+
52
+ Quick Start
53
+ -----------
54
+
55
+ In order to use this library, you first need to go through the following steps:
56
+
57
+ 1. `Select or create a Cloud Platform project.`_
58
+ 2. `Enable billing for your project.`_
59
+ 3. `Enable the Analytics Admin.`_
60
+ 4. `Set up Authentication.`_
61
+
62
+ .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
63
+ .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
64
+ .. _Enable the Analytics Admin.: https://developers.google.com/analytics/
65
+ .. _Set up Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html
66
+
67
+ Installation
68
+ ~~~~~~~~~~~~
69
+
70
+ Install this library in a virtual environment using `venv`_. `venv`_ is a tool that
71
+ creates isolated Python environments. These isolated environments can have separate
72
+ versions of Python packages, which allows you to isolate one project's dependencies
73
+ from the dependencies of other projects.
74
+
75
+ With `venv`_, it's possible to install this library without needing system
76
+ install permissions, and without clashing with the installed system
77
+ dependencies.
78
+
79
+ .. _`venv`: https://docs.python.org/3/library/venv.html
80
+
81
+
82
+ Code samples and snippets
83
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
84
+
85
+ Code samples and snippets live in the `samples/`_ folder.
86
+
87
+ .. _samples/: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-analytics-admin/samples
88
+
89
+
90
+ Supported Python Versions
91
+ ^^^^^^^^^^^^^^^^^^^^^^^^^
92
+ Our client libraries are compatible with all current `active`_ and `maintenance`_ versions of
93
+ Python.
94
+
95
+ Python >= 3.7
96
+
97
+ .. _active: https://devguide.python.org/devcycle/#in-development-main-branch
98
+ .. _maintenance: https://devguide.python.org/devcycle/#maintenance-branches
99
+
100
+ Unsupported Python Versions
101
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
102
+ Python <= 3.6
103
+
104
+ If you are using an `end-of-life`_
105
+ version of Python, we recommend that you update as soon as possible to an actively supported version.
106
+
107
+ .. _end-of-life: https://devguide.python.org/devcycle/#end-of-life-branches
108
+
109
+ Mac/Linux
110
+ ^^^^^^^^^
111
+
112
+ .. code-block:: console
113
+
114
+ python3 -m venv <your-env>
115
+ source <your-env>/bin/activate
116
+ pip install google-analytics-admin
117
+
118
+
119
+ Windows
120
+ ^^^^^^^
121
+
122
+ .. code-block:: console
123
+
124
+ py -m venv <your-env>
125
+ .\<your-env>\Scripts\activate
126
+ pip install google-analytics-admin
127
+
128
+ Next Steps
129
+ ~~~~~~~~~~
130
+
131
+ - Read the `Client Library Documentation`_ for Analytics Admin
132
+ to see other available methods on the client.
133
+ - Read the `Analytics Admin Product documentation`_ to learn
134
+ more about the product and see How-to Guides.
135
+ - View this `README`_ to see the full list of Cloud
136
+ APIs that we cover.
137
+
138
+ .. _Analytics Admin Product documentation: https://developers.google.com/analytics/
139
+ .. _README: https://github.com/googleapis/google-cloud-python/blob/main/README.rst
140
+
141
+ Logging
142
+ -------
143
+
144
+ This library uses the standard Python :code:`logging` functionality to log some RPC events that could be of interest for debugging and monitoring purposes.
145
+ Note the following:
146
+
147
+ #. Logs may contain sensitive information. Take care to **restrict access to the logs** if they are saved, whether it be on local storage or on Google Cloud Logging.
148
+ #. Google may refine the occurrence, level, and content of various log messages in this library without flagging such changes as breaking. **Do not depend on immutability of the logging events**.
149
+ #. By default, the logging events from this library are not handled. You must **explicitly configure log handling** using one of the mechanisms below.
150
+
151
+ Simple, environment-based configuration
152
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
153
+
154
+ To enable logging for this library without any changes in your code, set the :code:`GOOGLE_SDK_PYTHON_LOGGING_SCOPE` environment variable to a valid Google
155
+ logging scope. This configures handling of logging events (at level :code:`logging.DEBUG` or higher) from this library in a default manner, emitting the logged
156
+ messages in a structured format. It does not currently allow customizing the logging levels captured nor the handlers, formatters, etc. used for any logging
157
+ event.
158
+
159
+ A logging scope is a period-separated namespace that begins with :code:`google`, identifying the Python module or package to log.
160
+
161
+ - Valid logging scopes: :code:`google`, :code:`google.cloud.asset.v1`, :code:`google.api`, :code:`google.auth`, etc.
162
+ - Invalid logging scopes: :code:`foo`, :code:`123`, etc.
163
+
164
+ **NOTE**: If the logging scope is invalid, the library does not set up any logging handlers.
165
+
166
+ Environment-Based Examples
167
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^
168
+
169
+ - Enabling the default handler for all Google-based loggers
170
+
171
+ .. code-block:: console
172
+
173
+ export GOOGLE_SDK_PYTHON_LOGGING_SCOPE=google
174
+
175
+ - Enabling the default handler for a specific Google module (for a client library called :code:`library_v1`):
176
+
177
+ .. code-block:: console
178
+
179
+ export GOOGLE_SDK_PYTHON_LOGGING_SCOPE=google.cloud.library_v1
180
+
181
+
182
+ Advanced, code-based configuration
183
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
184
+
185
+ You can also configure a valid logging scope using Python's standard `logging` mechanism.
186
+
187
+ Code-Based Examples
188
+ ^^^^^^^^^^^^^^^^^^^
189
+
190
+ - Configuring a handler for all Google-based loggers
191
+
192
+ .. code-block:: python
193
+
194
+ import logging
195
+
196
+ from google.cloud.translate_v3 import translate
197
+
198
+ base_logger = logging.getLogger("google")
199
+ base_logger.addHandler(logging.StreamHandler())
200
+ base_logger.setLevel(logging.DEBUG)
201
+
202
+ - Configuring a handler for a specific Google module (for a client library called :code:`library_v1`):
203
+
204
+ .. code-block:: python
205
+
206
+ import logging
207
+
208
+ from google.cloud.translate_v3 import translate
209
+
210
+ base_logger = logging.getLogger("google.cloud.library_v1")
211
+ base_logger.addHandler(logging.StreamHandler())
212
+ base_logger.setLevel(logging.DEBUG)
213
+
214
+ Logging details
215
+ ~~~~~~~~~~~~~~~
216
+
217
+ #. Regardless of which of the mechanisms above you use to configure logging for this library, by default logging events are not propagated up to the root
218
+ logger from the `google`-level logger. If you need the events to be propagated to the root logger, you must explicitly set
219
+ :code:`logging.getLogger("google").propagate = True` in your code.
220
+ #. You can mix the different logging configurations above for different Google modules. For example, you may want use a code-based logging configuration for
221
+ one library, but decide you need to also set up environment-based logging configuration for another library.
222
+
223
+ #. If you attempt to use both code-based and environment-based configuration for the same module, the environment-based configuration will be ineffectual
224
+ if the code -based configuration gets applied first.
225
+
226
+ #. The Google-specific logging configurations (default handlers for environment-based configuration; not propagating logging events to the root logger) get
227
+ executed the first time *any* client library is instantiated in your application, and only if the affected loggers have not been previously configured.
228
+ (This is the reason for 2.i. above.)
@@ -0,0 +1,51 @@
1
+ google/analytics/admin/__init__.py,sha256=TQ9uwyh8lnS4cPuh0qXpN3AsDe9CFs0Pth3tWjKqmqE,20286
2
+ google/analytics/admin/gapic_version.py,sha256=6OJn9_rIomzxAddfes1hd2xNS999xXDkp7zPlG6INN0,653
3
+ google/analytics/admin/py.typed,sha256=RPGgAg4myXNCG58Dp1lzOMlA1MOWPL5douxG7vb-eWw,83
4
+ google/analytics/admin_v1alpha/__init__.py,sha256=5Z9rEOve1nv9yD0ODzfVc6o99xk7SyAi8OInXEH396A,19924
5
+ google/analytics/admin_v1alpha/gapic_metadata.json,sha256=8bdbTNN4LCjeYVHElglysf5s1rxUlV4rp4JZ0uva3EI,64595
6
+ google/analytics/admin_v1alpha/gapic_version.py,sha256=6OJn9_rIomzxAddfes1hd2xNS999xXDkp7zPlG6INN0,653
7
+ google/analytics/admin_v1alpha/py.typed,sha256=RPGgAg4myXNCG58Dp1lzOMlA1MOWPL5douxG7vb-eWw,83
8
+ google/analytics/admin_v1alpha/services/__init__.py,sha256=o-GCU1hbG5VXrOW7hUl_JSImemJCYPrMpZ9mIWck4h4,600
9
+ google/analytics/admin_v1alpha/services/analytics_admin_service/__init__.py,sha256=07h3uwvFbN_Nfp9wwJht4mQdnMeeaFb4vrNhZQnuT5E,797
10
+ google/analytics/admin_v1alpha/services/analytics_admin_service/async_client.py,sha256=EglKZff1ifsihBG-Pq6z5HC3E6jVGwPbt5JCVfvY0js,599198
11
+ google/analytics/admin_v1alpha/services/analytics_admin_service/client.py,sha256=CJoCH7G8RzAryCIdwUQy9D2z2EDIu_qJIemQ4KHciDQ,620695
12
+ google/analytics/admin_v1alpha/services/analytics_admin_service/pagers.py,sha256=Evce8MPD_KO4qtUx7x63mD_04-GdH_L8BUSpTlf0V-o,184087
13
+ google/analytics/admin_v1alpha/services/analytics_admin_service/transports/__init__.py,sha256=D0ynsrtishPB9toJYK7xTMKGA0TT-Z6BkdIRyHY5z_I,1519
14
+ google/analytics/admin_v1alpha/services/analytics_admin_service/transports/base.py,sha256=bDdrdig9yhwuDCpjd_J_LVXI1E1b73dru-HJt7-CNrM,83108
15
+ google/analytics/admin_v1alpha/services/analytics_admin_service/transports/grpc.py,sha256=QnioEnDdFuxppjXIeSBBheLuTeFLJwbL_85qc-iI5ac,211610
16
+ google/analytics/admin_v1alpha/services/analytics_admin_service/transports/grpc_asyncio.py,sha256=NeroAc7hMvPqXE7tTP-yWQKPL_DK24PGdPS9v5NBBB8,247325
17
+ google/analytics/admin_v1alpha/services/analytics_admin_service/transports/rest.py,sha256=msq2MMC5WXzjJkgV9KbWA0k-Zjzva-yNrfoC3IlF6Fs,1357408
18
+ google/analytics/admin_v1alpha/services/analytics_admin_service/transports/rest_base.py,sha256=ju-7m79vmfLZvSONXlithff0Qap20kOUadiDcORW4O8,279093
19
+ google/analytics/admin_v1alpha/types/__init__.py,sha256=lUBreTWEeyTfDA-VJLDsYd7VfbpZHFbGDkTQWxvhzqI,19559
20
+ google/analytics/admin_v1alpha/types/access_report.py,sha256=2E8-b12BHpHFQ7JKXRT0DesJfi2okZCLkOQBPjr2gjg,22214
21
+ google/analytics/admin_v1alpha/types/analytics_admin.py,sha256=I1h2Klv2ScmZrlTPcf9cMR1nSL92rbVr9jkwXTmDnbw,155973
22
+ google/analytics/admin_v1alpha/types/audience.py,sha256=JsYNO1vprp1J_HgQOWpL4vZ_lmIWS0vitQ87dxY3458,28535
23
+ google/analytics/admin_v1alpha/types/channel_group.py,sha256=Wg5z6CdrFrNUVV9fRCBoy6rGiE37sft44XRpLJNpsdw,10368
24
+ google/analytics/admin_v1alpha/types/event_create_and_edit.py,sha256=wIbDcw3dFzWq5XmJnPMaNya2qCFXdwuE5upmtAcEyhM,10510
25
+ google/analytics/admin_v1alpha/types/expanded_data_set.py,sha256=q7Ds5F790xocd1ryFJXancfvJy8F_h7AOEz5xTLEVgU,9926
26
+ google/analytics/admin_v1alpha/types/resources.py,sha256=UThcRK5FnaHpFijUM7Vza3dcQHZJ6ovJ4gzgESyn0B4,114778
27
+ google/analytics/admin_v1alpha/types/subproperty_event_filter.py,sha256=wvidj3qTnCaDIuY2m4U4H3ez_E6hA94LW86CVpGF8VU,10049
28
+ google/analytics/admin_v1beta/__init__.py,sha256=emB2u9jVl5e3WFJ2d_g51nNrxZwjNhIn26k0NEeoLb0,7428
29
+ google/analytics/admin_v1beta/gapic_metadata.json,sha256=lWHo4Fftz7g2XkAKrSkFXTMfhG73tK_918-p2GqXKOc,22485
30
+ google/analytics/admin_v1beta/gapic_version.py,sha256=6OJn9_rIomzxAddfes1hd2xNS999xXDkp7zPlG6INN0,653
31
+ google/analytics/admin_v1beta/py.typed,sha256=RPGgAg4myXNCG58Dp1lzOMlA1MOWPL5douxG7vb-eWw,83
32
+ google/analytics/admin_v1beta/services/__init__.py,sha256=o-GCU1hbG5VXrOW7hUl_JSImemJCYPrMpZ9mIWck4h4,600
33
+ google/analytics/admin_v1beta/services/analytics_admin_service/__init__.py,sha256=07h3uwvFbN_Nfp9wwJht4mQdnMeeaFb4vrNhZQnuT5E,797
34
+ google/analytics/admin_v1beta/services/analytics_admin_service/async_client.py,sha256=roBzVkPf68UfsmFXUzP8Q4yYuIYpMGnZ9Uiw9TNDTzA,282942
35
+ google/analytics/admin_v1beta/services/analytics_admin_service/client.py,sha256=FIx4ZQ-BiTkRt57eHh9csaK7txaSUKX6lyn2LVWFKCw,299921
36
+ google/analytics/admin_v1beta/services/analytics_admin_service/pagers.py,sha256=c8eqIl55cBaItlA0IKndgIfW0dsDF8y00uZHAROArGs,81062
37
+ google/analytics/admin_v1beta/services/analytics_admin_service/transports/__init__.py,sha256=D0ynsrtishPB9toJYK7xTMKGA0TT-Z6BkdIRyHY5z_I,1519
38
+ google/analytics/admin_v1beta/services/analytics_admin_service/transports/base.py,sha256=XX-JGafoOs50IFzkgO6lZnv0jkQYq6N9b5Yb3xix-Q4,31889
39
+ google/analytics/admin_v1beta/services/analytics_admin_service/transports/grpc.py,sha256=hWRwCaNXAuvvJnN5OrlBTGy5Qk6KkyNht5Ef2-xEhAY,83728
40
+ google/analytics/admin_v1beta/services/analytics_admin_service/transports/grpc_asyncio.py,sha256=glU64Aeg3Qo_Sgnc6Ifn27NXZ9e8hLxahpEoxWGKQQs,96785
41
+ google/analytics/admin_v1beta/services/analytics_admin_service/transports/rest.py,sha256=HX2tqO8dUbpgldGDTsZszliL8nINQ9sdcDaLgHK6Yzw,480813
42
+ google/analytics/admin_v1beta/services/analytics_admin_service/transports/rest_base.py,sha256=2IrdRhAzwrSfSy-RKuhBCZ2wKejRmjf_azZ2VWJ0jlo,99832
43
+ google/analytics/admin_v1beta/types/__init__.py,sha256=616K8WwWTMp6EHEDbYWQvpLagedEK-JYLqbXiCBT648,7094
44
+ google/analytics/admin_v1beta/types/access_report.py,sha256=vok47h_XtjpCdcc_iMghRbUy7YOGZWr5RYOKZL-tnXY,22189
45
+ google/analytics/admin_v1beta/types/analytics_admin.py,sha256=uO2xM7OkIKVSKVGhEhdNWyYX_Hn4BaKjRN3kzZDK5Ec,63755
46
+ google/analytics/admin_v1beta/types/resources.py,sha256=EEuQu9uRX-cinzwm-YE7gmNpX-SDJ1CwWjiNJad1kOA,55338
47
+ google_analytics_admin-0.23.6.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
48
+ google_analytics_admin-0.23.6.dist-info/METADATA,sha256=Dm8Sik1GazuVaBAy4WmrzVa8SCPX6lMDsSv1CG3_x4U,9341
49
+ google_analytics_admin-0.23.6.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
50
+ google_analytics_admin-0.23.6.dist-info/top_level.txt,sha256=_1QvSJIhFAGfxb79D6DhB7SUw2X6T4rwnz_LLrbcD3c,7
51
+ google_analytics_admin-0.23.6.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (75.3.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+