-
Notifications
You must be signed in to change notification settings - Fork 13
feat!: remove WebDataStream
, IosAppDataStream
, AndroidAppDataStream
resources
#377
Conversation
…eam` resources and corresponding operations, as they are replaced by the `DataStream` resource feat: add `restricted_metric_type` field to the `CustomMetric` resource feat!: move the `GlobalSiteTag` resource from the property level to the data stream level PiperOrigin-RevId: 432342398 Source-Link: googleapis/googleapis@a079cb0 Source-Link: https://github.com/googleapis/googleapis-gen/commit/2f29c5af3054a6e38df2158f09b76ec2fafd0b2f Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMmYyOWM1YWYzMDU0YTZlMzhkZjIxNThmMDliNzZlYzJmYWZkMGIyZiJ9
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot. |
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot. |
Breaking changes.
|
Breaking changes are expected with this release, since the API is in Alpha. Is it possible to suppress these checks? |
Yes. Writing clirr-ignored-difference.xml. |
<!-- Not working | ||
<difference> | ||
<differenceType>7005</differenceType> | ||
<className>com/google/analytics/admin/v1alpha/AnalyticsAdminServiceClient</className> | ||
<method>com.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient$ListMeasurementProtocolSecretsPagedResponse listMeasurementProtocolSecrets(com.google.analytics.admin.v1alpha.WebDataStreamName)</method> | ||
<to>com.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient$ListMeasurementProtocolSecretsPagedResponse listMeasurementProtocolSecrets(com.google.analytics.admin.v1alpha.DataStreamName)</to> | ||
</difference>--> | ||
<!-- This doesn't work either --> | ||
<difference> | ||
<differenceType>7005</differenceType> | ||
<className>com/google/analytics/admin/v1alpha/AnalyticsAdminServiceClient</className> | ||
<method>* listMeasurementProtocolSecrets(*)</method> | ||
<to>* listMeasurementProtocolSecrets(*)</to> | ||
</difference> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CLIRR check is still failing. Why doesn't this entry work?
[INFO] --- clirr-maven-plugin:2.8:check (default-cli) @ google-analytics-admin ---
[INFO] artifact com.google.analytics:google-analytics-admin: checking for updates from central
[INFO] Comparing to version: 0.8.4
Error: 7005: com.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient: Parameter 1 of 'public com.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient$ListMeasurementProtocolSecretsPagedResponse listMeasurementProtocolSecrets(com.google.analytics.admin.v1alpha.WebDataStreamName)' has changed its type to com.google.analytics.admin.v1alpha.DataStreamName
Error: 7005: com.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient: Parameter 1 of 'public com.google.analytics.admin.v1alpha.MeasurementProtocolSecret createMeasurementProtocolSecret(com.google.analytics.admin.v1alpha.WebDataStreamName, com.google.analytics.admin.v1alpha.MeasurementProtocolSecret)' has changed its type to com.google.analytics.admin.v1alpha.DataStreamName
Wrapped:
7005: com.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient: Parameter 1 of 'public com.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient$ListMeasurementProtocolSecretsPagedResponse listMeasurementProtocolSecrets(com.google.analytics.admin.v1alpha.WebDataStreamName)' has changed its type to com.google.analytics.admin.v1alpha.DataStreamName
🤖 I have created a release *beep* *boop* --- ## [0.9.0](v0.8.4...v0.9.0) (2022-03-29) ### ⚠ BREAKING CHANGES * remove `WebDataStream`, `IosAppDataStream`, `AndroidAppDataStream` resources (#377) ### Features * remove `WebDataStream`, `IosAppDataStream`, `AndroidAppDataStream` resources ([#377](#377)) ([b93fa94](b93fa94)) ### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v2.9.0 ([#385](#385)) ([8644c7f](8644c7f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
and corresponding operations, as they are replaced by the
DataStream
resourcefeat: add
restricted_metric_type
field to theCustomMetric
resourcefeat!: move the
GlobalSiteTag
resource from the property level to the data stream levelPiperOrigin-RevId: 432342398
Source-Link: googleapis/googleapis@a079cb0
Source-Link: https://github.com/googleapis/googleapis-gen/commit/2f29c5af3054a6e38df2158f09b76ec2fafd0b2f
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMmYyOWM1YWYzMDU0YTZlMzhkZjIxNThmMDliNzZlYzJmYWZkMGIyZiJ9