-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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`
- Loading branch information
1 parent
8f6ea80
commit 0a8b517
Showing
14 changed files
with
1,062 additions
and
704 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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
11
packages/google-analytics-admin/docs/admin_v1alpha/analytics_admin_service.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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
6
packages/google-analytics-admin/docs/admin_v1alpha/services.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.