Skip to content

fix(analytics/admin): remove the SetAutomatedGa4ConfigurationOptOut method#12738

Merged
gcf-merge-on-green[bot] merged 2 commits intomainfrom
owl-bot-copy
Aug 19, 2025
Merged

fix(analytics/admin): remove the SetAutomatedGa4ConfigurationOptOut method#12738
gcf-merge-on-green[bot] merged 2 commits intomainfrom
owl-bot-copy

Conversation

@gcf-owl-bot
Copy link
Copy Markdown
Contributor

@gcf-owl-bot gcf-owl-bot Bot commented Aug 19, 2025

  • Regenerate this pull request now.

fix(analytics/admin): remove the FetchAutomatedGa4ConfigurationOptOut method
fix(analytics/admin): remove the CreateConnectedSiteTag method
fix(analytics/admin): remove the DeleteConnectedSiteTag method
fix(analytics/admin): remove the ListConnectedSiteTags method
fix(analytics/admin): remove the FetchConnectedGa4Property method
feat(analytics/admin): add the GetReportingIdentitySettings method
fix(analytics/admin): remove the SetAutomatedGa4ConfigurationOptOutRequest resource
fix(analytics/admin): remove the SetAutomatedGa4ConfigurationOptOutResponse resource
fix(analytics/admin): remove the FetchAutomatedGa4ConfigurationOptOutRequest resource
fix(analytics/admin): remove the FetchAutomatedGa4ConfigurationOptOutResponse resource
fix(analytics/admin): remove the CreateConnectedSiteTagRequest resource
fix(analytics/admin): remove the CreateConnectedSiteTagResponse resource
fix(analytics/admin): remove the DeleteConnectedSiteTagRequest resource
fix(analytics/admin): remove the ListConnectedSiteTagsRequest resource
fix(analytics/admin): remove the ListConnectedSiteTagsResponse resource
fix(analytics/admin): remove the FetchConnectedGa4PropertyRequest resource
fix(analytics/admin): remove the FetchConnectedGa4PropertyResponse resource
docs(analytics/admin): provide additional guidelines for the user_provided_data field in the SubmitUserDeletionRequest resource
feat(analytics/admin): add the GetReportingIdentitySettingsRequest resource
feat(analytics/admin): add the REPORTING_IDENTITY_SETTINGS resource type to the ChangeHistoryResourceType enum
feat(analytics/admin): add reporting_identity_settingsfields to theChangeHistoryResourceresource fix(analytics/admin): remove theConnectedSiteTagresource feat(analytics/admin): add theReportingIdentitySettings` resource

PiperOrigin-RevId: 796959165

Source-Link: googleapis/googleapis@2032c33

Source-Link: https://github.com/googleapis/googleapis-gen/commit/1ecb16ced4585cc1e5dc2634de9fae86b813beb2
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMWVjYjE2Y2VkNDU4NWNjMWU1ZGMyNjM0ZGU5ZmFlODZiODEzYmViMiJ9

fix!: remove the `FetchAutomatedGa4ConfigurationOptOut` method
fix!: remove the `CreateConnectedSiteTag` method
fix!: remove the `DeleteConnectedSiteTag` method
fix!: remove the `ListConnectedSiteTags` method
fix!: remove the `FetchConnectedGa4Property` method
feat: add the `GetReportingIdentitySettings` method
fix!: remove the `SetAutomatedGa4ConfigurationOptOutRequest` resource
fix!: remove the `SetAutomatedGa4ConfigurationOptOutResponse` resource
fix!: remove the `FetchAutomatedGa4ConfigurationOptOutRequest` resource
fix!: remove the `FetchAutomatedGa4ConfigurationOptOutResponse` resource
fix!: remove the `CreateConnectedSiteTagRequest` resource
fix!: remove the `CreateConnectedSiteTagResponse` resource
fix!: remove the `DeleteConnectedSiteTagRequest` resource
fix!: remove the `ListConnectedSiteTagsRequest` resource
fix!: remove the `ListConnectedSiteTagsResponse` resource
fix!: remove the `FetchConnectedGa4PropertyRequest` resource
fix!: remove the `FetchConnectedGa4PropertyResponse` resource
docs: provide additional guidelines for the `user_provided_data` field in the `SubmitUserDeletionRequest` resource
feat: add the `GetReportingIdentitySettingsRequest` resource
feat: add the `REPORTING_IDENTITY_SETTINGS` resource type to the `ChangeHistoryResourceType` enum
feat: add reporting_identity_settings` fields to the `ChangeHistoryResource` resource
fix!: remove the `ConnectedSiteTag` resource
feat: add the `ReportingIdentitySettings` resource

PiperOrigin-RevId: 796959165

Source-Link: googleapis/googleapis@2032c33

Source-Link: googleapis/googleapis-gen@1ecb16c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMWVjYjE2Y2VkNDU4NWNjMWU1ZGMyNjM0ZGU5ZmFlODZiODEzYmViMiJ9
@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Aug 19, 2025
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Aug 19, 2025
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 19, 2025
@gcf-owl-bot gcf-owl-bot Bot changed the title fix!: remove the SetAutomatedGa4ConfigurationOptOut method fix(analytics/admin)!: remove the SetAutomatedGa4ConfigurationOptOut method Aug 19, 2025
@gcf-owl-bot gcf-owl-bot Bot marked this pull request as ready for review August 19, 2025 21:24
@gcf-owl-bot gcf-owl-bot Bot requested review from a team and leahecole August 19, 2025 21:24
@snippet-bot
Copy link
Copy Markdown

snippet-bot Bot commented Aug 19, 2025

Here is the summary of changes.

You are about to add 1 region tag.
You are about to delete 6 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Aug 19, 2025
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Aug 19, 2025
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 19, 2025
@quartzmo quartzmo changed the title fix(analytics/admin)!: remove the SetAutomatedGa4ConfigurationOptOut method fix(analytics/admin): remove the SetAutomatedGa4ConfigurationOptOut method Aug 19, 2025
@quartzmo quartzmo added automerge Merge the pull request once unit tests and other checks pass. and removed breaking change labels Aug 19, 2025
@gcf-merge-on-green gcf-merge-on-green Bot merged commit d6956df into main Aug 19, 2025
8 of 9 checks passed
@gcf-merge-on-green gcf-merge-on-green Bot removed the automerge Merge the pull request once unit tests and other checks pass. label Aug 19, 2025
@gcf-merge-on-green gcf-merge-on-green Bot deleted the owl-bot-copy branch August 19, 2025 23:36
@release-please release-please Bot mentioned this pull request Aug 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants