Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix!: [AnalyticsAdmin] delete BatchDeleteUserLinks, DeleteUserLink, BatchUpdateUserLinks, UpdateUserLink, BatchCreateUserLinks, CreateUserLink, AuditUserLinks, ListUserLinks, BatchGetUserLinks, GetUserLink from the Admin API v1 alph... #6733

Merged
merged 2 commits into from
Oct 26, 2023

Conversation

gcf-owl-bot[bot]
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Oct 19, 2023

  • Regenerate this pull request now.

a as per the announcement in https://bit.ly/46yBIDt

feat: add UpdateDataRedactionSettings, CreateRollupProperty, GetRollupPropertySourceLink, ListRollupPropertySourceLinks, CreateRollupPropertySourceLink, DeleteRollupPropertySourceLink, CreateSubproperty, CreateSubpropertyEventFilter, CreateSubpropertyEventFilter, ListSubpropertyEventFilters, UpdateSubpropertyEventFilter, DeleteSubpropertyEventFilter methods to the Admin API v1 alpha

feat: add include_all_users, expand_groups fields to RunAccessReportRequest

feat: add DataRedactionSettings, RollupPropertySourceLink, SubpropertyEventFilterCondition, SubpropertyEventFilterExpression, SubpropertyEventFilterExpressionList, SubpropertyEventFilterClause, SubpropertyEventFilter types

feat: add the DATA_REDACTION_SETTINGS option to the ChangeHistoryResourceType enum

feat: add the data_redaction_settings field to the ChangeHistoryResource.resource oneof field
PiperOrigin-RevId: 574877732

Source-Link: googleapis/googleapis@a3006dd

Source-Link: https://github.com/googleapis/googleapis-gen/commit/4eb740a4cf21c13d13737b3488fa4c752e13b79d
Copy-Tag: eyJwIjoiQW5hbHl0aWNzQWRtaW4vLk93bEJvdC55YW1sIiwiaCI6IjRlYjc0MGE0Y2YyMWMxM2QxMzczN2IzNDg4ZmE0Yzc1MmUxM2I3OWQifQ==

BREAKING_CHANGE_REASON=this API is not public yet

…erLinks`, `UpdateUserLink`, `BatchCreateUserLinks`, `CreateUserLink`, `AuditUserLinks`, `ListUserLinks`, `BatchGetUserLinks`, `GetUserLink` from the Admin API v1 alpha as per the announcement in https://bit.ly/46yBIDt

feat: add `UpdateDataRedactionSettings`, `CreateRollupProperty`, `GetRollupPropertySourceLink`, `ListRollupPropertySourceLinks`, `CreateRollupPropertySourceLink`, `DeleteRollupPropertySourceLink`, `CreateSubproperty`, `CreateSubpropertyEventFilter`, `CreateSubpropertyEventFilter`, `ListSubpropertyEventFilters`, `UpdateSubpropertyEventFilter`, `DeleteSubpropertyEventFilter` methods to the Admin API v1 alpha

feat: add `include_all_users`, `expand_groups` fields to `RunAccessReportRequest`

feat: add `DataRedactionSettings`, `RollupPropertySourceLink`, `SubpropertyEventFilterCondition`, `SubpropertyEventFilterExpression`, `SubpropertyEventFilterExpressionList`, `SubpropertyEventFilterClause`, `SubpropertyEventFilter` types

feat: add the `DATA_REDACTION_SETTINGS` option to the `ChangeHistoryResourceType` enum

feat: add the `data_redaction_settings` field to the `ChangeHistoryResource.resource` oneof field
PiperOrigin-RevId: 574877732

Source-Link: googleapis/googleapis@a3006dd

Source-Link: googleapis/googleapis-gen@4eb740a
Copy-Tag: eyJwIjoiQW5hbHl0aWNzQWRtaW4vLk93bEJvdC55YW1sIiwiaCI6IjRlYjc0MGE0Y2YyMWMxM2QxMzczN2IzNDg4ZmE0Yzc1MmUxM2I3OWQifQ==
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 19, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 19, 2023
@gcf-owl-bot gcf-owl-bot bot marked this pull request as ready for review October 19, 2023 17:59
@gcf-owl-bot gcf-owl-bot bot requested review from a team as code owners October 19, 2023 17:59
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 19, 2023
@snippet-bot
Copy link

snippet-bot bot commented Oct 19, 2023

Here is the summary of changes.

You are about to add 10 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

@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 19, 2023
Copy link
Contributor

@vishwarajanand vishwarajanand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Note:

BC Compat checker is complaining of some previously-public methods as being deleted in this PR. But seems this library isnt public yet, hence I added a BC check skip label and merging this PR.

See the below command gives a preview only for AnalyticsAdmin.

github/google-cloud-php % dev/google-cloud component-info --expanded | grep AnalyticsAdmin                                                                                                                                                                        (git)-[main]-
| AnalyticsAdmin\V1beta                | google/analytics-admin                          | 0.18.1          | V1beta                 | preview       | v1 and v2 | google/analytics/admin/v1beta                      | analyticsadmin                   |
| AnalyticsAdmin\V1alpha               | google/analytics-admin                          | 0.18.1          | V1alpha                | preview       | v1        | google/analytics/admin/v1alpha                     | analyticsadmin                   |
github/google-cloud-php %

@vishwarajanand vishwarajanand merged commit 5aefad6 into main Oct 26, 2023
25 of 26 checks passed
@vishwarajanand vishwarajanand deleted the owl-bot-copy-AnalyticsAdmin branch October 26, 2023 18:52
@bshaffer
Copy link
Contributor

bshaffer commented Oct 26, 2023

seems this library isnt public yet

@vishwarajanand an important correction... "Preview" does not mean it isn't public. It's very much public. But we can take breaking changes in "preview" because it's synonymous with "beta" or "experimental".

We still don't WANT to take breaking changes, and we need to confirm the reason for the breaking changes. So a good policy is to check the Piper RevId, which will link to a bug for the breaking change. Then verify the reason for the breaking change and paste it here in the PR.

So, a better BREAKING_CHANGE_REASON would have been "This is change only affects the alpha channel", which I pulled from the bug identified as BREAKING_CHANGE_ALLOWED in the matching CL.

yash30201 pushed a commit to yash30201/google-cloud-php that referenced this pull request Oct 27, 2023
…erLinks`, `UpdateUserLink`, `BatchCreateUserLinks`, `CreateUserLink`, `AuditUserLinks`, `ListUserLinks`, `BatchGetUserLinks`, `GetUserLink` from the Admin API v1 alph... (googleapis#6733)

* fix!: delete `BatchDeleteUserLinks`, `DeleteUserLink`, `BatchUpdateUserLinks`, `UpdateUserLink`, `BatchCreateUserLinks`, `CreateUserLink`, `AuditUserLinks`, `ListUserLinks`, `BatchGetUserLinks`, `GetUserLink` from the Admin API v1 alpha as per the announcement in https://bit.ly/46yBIDt

feat: add `UpdateDataRedactionSettings`, `CreateRollupProperty`, `GetRollupPropertySourceLink`, `ListRollupPropertySourceLinks`, `CreateRollupPropertySourceLink`, `DeleteRollupPropertySourceLink`, `CreateSubproperty`, `CreateSubpropertyEventFilter`, `CreateSubpropertyEventFilter`, `ListSubpropertyEventFilters`, `UpdateSubpropertyEventFilter`, `DeleteSubpropertyEventFilter` methods to the Admin API v1 alpha

feat: add `include_all_users`, `expand_groups` fields to `RunAccessReportRequest`

feat: add `DataRedactionSettings`, `RollupPropertySourceLink`, `SubpropertyEventFilterCondition`, `SubpropertyEventFilterExpression`, `SubpropertyEventFilterExpressionList`, `SubpropertyEventFilterClause`, `SubpropertyEventFilter` types

feat: add the `DATA_REDACTION_SETTINGS` option to the `ChangeHistoryResourceType` enum

feat: add the `data_redaction_settings` field to the `ChangeHistoryResource.resource` oneof field
PiperOrigin-RevId: 574877732
Source-Link: googleapis/googleapis@a3006dd
Source-Link: googleapis/googleapis-gen@4eb740a
Copy-Tag: eyJwIjoiQW5hbHl0aWNzQWRtaW4vLk93bEJvdC55YW1sIiwiaCI6IjRlYjc0MGE0Y2YyMWMxM2QxMzczN2IzNDg4ZmE0Yzc1MmUxM2I3OWQifQ==
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