Skip to content

Commit 0a8b517

Browse files
fix!: remove unused fields from EnhancedMeasurementSettings (#29)
fix!: `update_mask` field is required for all Update operations feat: add pagination support for `ListFirebaseLinks` operation fix!: rename `country_code` field to `region_code` in `Account` fix!: rename `url_query_parameter` field to `uri_query_parameter` in `EnhancedMeasurementSettings` fix!: remove `parent` field from `GoogleAdsLink`
1 parent 8f6ea80 commit 0a8b517

File tree

14 files changed

+1062
-704
lines changed

14 files changed

+1062
-704
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[run]
2+
branch = True
3+
4+
[report]
5+
fail_under = 100
6+
show_missing = True
7+
omit =
8+
google/analytics/admin/__init__.py
9+
exclude_lines =
10+
# Re-enable the standard pragma
11+
pragma: NO COVER
12+
# Ignore debug-only repr
13+
def __repr__
14+
# Ignore pkg_resources exceptions.
15+
# This is added at the module level as a safeguard for if someone
16+
# generates the code and tries to run it without pip installing. This
17+
# makes it virtually impossible to test properly.
18+
except pkg_resources.DistributionNotFound
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
AnalyticsAdminService
2+
---------------------------------------
3+
4+
.. automodule:: google.analytics.admin_v1alpha.services.analytics_admin_service
5+
:members:
6+
:inherited-members:
7+
8+
9+
.. automodule:: google.analytics.admin_v1alpha.services.analytics_admin_service.pagers
10+
:members:
11+
:inherited-members:
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Services for Google Analytics Admin v1alpha API
22
===============================================
3+
.. toctree::
4+
:maxdepth: 2
35

4-
.. automodule:: google.analytics.admin_v1alpha.services.analytics_admin_service
5-
:members:
6-
:inherited-members:
6+
analytics_admin_service

packages/google-analytics-admin/docs/admin_v1alpha/types.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ Types for Google Analytics Admin v1alpha API
33

44
.. automodule:: google.analytics.admin_v1alpha.types
55
:members:
6+
:undoc-members:
67
:show-inheritance:

0 commit comments

Comments
 (0)