This repository has been archived by the owner on Sep 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
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
(#137)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/1fd91381-8baf-4747-bdeb-1a9742e427d9/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 351651504 Source-Link: googleapis/googleapis@23e7356 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
6d52546
commit 6bfa58c
Showing
47 changed files
with
2,502 additions
and
2,411 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 |
---|---|---|
|
@@ -12,4 +12,6 @@ target/ | |
|
||
# python utilities | ||
*.pyc | ||
__pycache__ | ||
__pycache__ | ||
|
||
.flattened-pom.xml |
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,35 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html --> | ||
<differences> | ||
<!-- TODO: remove after 0.3.0 is released --> | ||
<difference> | ||
<differenceType>7006</differenceType> | ||
<className>com/google/analytics/admin/v1alpha/AnalyticsAdminServiceClient</className> | ||
<method> com.google.analytics.admin.v1alpha.ListFirebaseLinksResponse listFirebaseLinks(*)</method> | ||
<to>com.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient$ListFirebaseLinksPagedResponse</to> | ||
</difference> | ||
<difference> | ||
<differenceType>7006</differenceType> | ||
<className>com/google/analytics/admin/v1alpha/AnalyticsAdminServiceSettings</className> | ||
<method>com.google.api.gax.rpc.UnaryCallSettings listFirebaseLinksSettings()</method> | ||
<to>com.google.api.gax.rpc.PagedCallSettings</to> | ||
</difference> | ||
<difference> | ||
<differenceType>7006</differenceType> | ||
<className>com/google/analytics/admin/v1alpha/AnalyticsAdminServiceSettings$Builder</className> | ||
<method>com.google.api.gax.rpc.UnaryCallSettings$Builder listFirebaseLinksSettings()</method> | ||
<to>com.google.api.gax.rpc.PagedCallSettings$Builder</to> | ||
</difference> | ||
<difference> | ||
<differenceType>7006</differenceType> | ||
<className>com/google/analytics/admin/v1alpha/stub/AnalyticsAdminServiceStubSettings</className> | ||
<method>com.google.api.gax.rpc.UnaryCallSettings listFirebaseLinksSettings()</method> | ||
<to>com.google.api.gax.rpc.PagedCallSettings</to> | ||
</difference> | ||
<difference> | ||
<differenceType>7006</differenceType> | ||
<className>com/google/analytics/admin/v1alpha/stub/AnalyticsAdminServiceStubSettings$Builder</className> | ||
<method>com.google.api.gax.rpc.UnaryCallSettings$Builder listFirebaseLinksSettings()</method> | ||
<to>com.google.api.gax.rpc.PagedCallSettings$Builder</to> | ||
</difference> | ||
</differences> |
200 changes: 130 additions & 70 deletions
200
...s-admin/src/main/java/com/google/analytics/admin/v1alpha/AnalyticsAdminServiceClient.java
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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.