Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
fix!: remove unused fields from EnhancedMeasurementSettings (#29)
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
yoshi-automation committed Jan 20, 2021
1 parent 003792e commit bc756a9
Show file tree
Hide file tree
Showing 14 changed files with 1,062 additions and 704 deletions.
18 changes: 18 additions & 0 deletions .coveragerc
@@ -0,0 +1,18 @@
[run]
branch = True

[report]
fail_under = 100
show_missing = True
omit =
google/analytics/admin/__init__.py
exclude_lines =
# Re-enable the standard pragma
pragma: NO COVER
# Ignore debug-only repr
def __repr__
# Ignore pkg_resources exceptions.
# This is added at the module level as a safeguard for if someone
# generates the code and tries to run it without pip installing. This
# makes it virtually impossible to test properly.
except pkg_resources.DistributionNotFound
11 changes: 11 additions & 0 deletions docs/admin_v1alpha/analytics_admin_service.rst
@@ -0,0 +1,11 @@
AnalyticsAdminService
---------------------------------------

.. automodule:: google.analytics.admin_v1alpha.services.analytics_admin_service
:members:
:inherited-members:


.. automodule:: google.analytics.admin_v1alpha.services.analytics_admin_service.pagers
:members:
:inherited-members:
6 changes: 3 additions & 3 deletions docs/admin_v1alpha/services.rst
@@ -1,6 +1,6 @@
Services for Google Analytics Admin v1alpha API
===============================================
.. toctree::
:maxdepth: 2

.. automodule:: google.analytics.admin_v1alpha.services.analytics_admin_service
:members:
:inherited-members:
analytics_admin_service
1 change: 1 addition & 0 deletions docs/admin_v1alpha/types.rst
Expand Up @@ -3,4 +3,5 @@ Types for Google Analytics Admin v1alpha API

.. automodule:: google.analytics.admin_v1alpha.types
:members:
:undoc-members:
:show-inheritance:

0 comments on commit bc756a9

Please sign in to comment.