Skip to content

feat: upgrade protobuf from v25.7 to v31.0#32442

Open
gcf-owl-bot[bot] wants to merge 4 commits intomainfrom
owl-bot-copy-google-cloud-dataform-v1beta1
Open

feat: upgrade protobuf from v25.7 to v31.0#32442
gcf-owl-bot[bot] wants to merge 4 commits intomainfrom
owl-bot-copy-google-cloud-dataform-v1beta1

Conversation

@gcf-owl-bot
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Feb 10, 2026

  • Regenerate this pull request now.

PiperOrigin-RevId: 881595129

Source-Link: googleapis/googleapis@d90d23f

Source-Link: https://github.com/googleapis/googleapis-gen/commit/f1a94433664f8650a4acb73d609b943d2ecbb6e0
Copy-Tag: eyJwIjoiZ29vZ2xlLWNsb3VkLWRhdGFmb3JtLXYxYmV0YTEvLk93bEJvdC55YW1sIiwiaCI6ImYxYTk0NDMzNjY0Zjg2NTBhNGFjYjczZDYwOWI5NDNkMmVjYmI2ZTAifQ==

BEGIN_NESTED_COMMIT
feat: Update GCP Client Libraries in v1beta1 to support Folders, TeamFolders, and other relevant APIs
The v1beta1 API now includes support for Folders and TeamFolders, allowing users to organize repositories and files hierarchically and manage access controls.

New Features:

  • Added TeamFolder resource and methods:
    CreateTeamFolder, GetTeamFolder, UpdateTeamFolder, DeleteTeamFolder
    QueryTeamFolderContents to list folder contents.
    SearchTeamFolders to search for TeamFolders.
  • Added Folder resource and methods:
    CreateFolder, GetFolder, UpdateFolder, DeleteFolder
    QueryFolderContents to list folder contents.
    Added MoveFolder to move Folders between TeamFolders, other Folders, or the user root folder.
  • Added MoveRepository to move Repositories between TeamFolders, Folders, or the user root folder.
  • Added QueryUserRootContents to list contents of a user's root folder.
    Repository resource now includes containing_folder and team_folder_name fields to indicate its location within the folder hierarchy.
  • IAM methods (GetIamPolicy, SetIamPolicy, TestIamPermissions) now support Folder and TeamFolder resources for access control management
    docs: A comment for field force in message .google.cloud.dataform.v1beta1.DeleteRepositoryRequest is changed
    PiperOrigin-RevId: 868182714

Source-Link: googleapis/googleapis@e1c1073

Source-Link: https://github.com/googleapis/googleapis-gen/commit/fcbd8c7e2e8806f38a444205ab0f94588b949df2
Copy-Tag: eyJwIjoiZ29vZ2xlLWNsb3VkLWRhdGFmb3JtLXYxYmV0YTEvLk93bEJvdC55YW1sIiwiaCI6ImZjYmQ4YzdlMmU4ODA2ZjM4YTQ0NDIwNWFiMGY5NDU4OGI5NDlkZjIifQ==
END_NESTED_COMMIT

…Folders, and other relevant APIs

The v1beta1 API now includes support for Folders and TeamFolders, allowing users to organize repositories and files hierarchically and manage access controls.

New Features:
- Added TeamFolder resource and methods:
CreateTeamFolder, GetTeamFolder, UpdateTeamFolder, DeleteTeamFolder
QueryTeamFolderContents to list folder contents.
SearchTeamFolders to search for TeamFolders.
- Added Folder resource and methods:
CreateFolder, GetFolder, UpdateFolder, DeleteFolder
QueryFolderContents to list folder contents.
Added MoveFolder to move Folders between TeamFolders, other Folders, or the user root folder.
- Added MoveRepository to move Repositories between TeamFolders, Folders, or the user root folder.
- Added QueryUserRootContents to list contents of a user's root folder.
Repository resource now includes containing_folder and team_folder_name fields to indicate its location within the folder hierarchy.
- IAM methods (GetIamPolicy, SetIamPolicy, TestIamPermissions) now support Folder and TeamFolder resources for access control management
docs: A comment for field `force` in message `.google.cloud.dataform.v1beta1.DeleteRepositoryRequest` is changed
PiperOrigin-RevId: 868182714

Source-Link: googleapis/googleapis@e1c1073

Source-Link: googleapis/googleapis-gen@fcbd8c7
Copy-Tag: eyJwIjoiZ29vZ2xlLWNsb3VkLWRhdGFmb3JtLXYxYmV0YTEvLk93bEJvdC55YW1sIiwiaCI6ImZjYmQ4YzdlMmU4ODA2ZjM4YTQ0NDIwNWFiMGY5NDU4OGI5NDlkZjIifQ==
@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 Feb 10, 2026
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Feb 10, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 10, 2026
@gcf-owl-bot gcf-owl-bot bot marked this pull request as ready for review February 10, 2026 20:07
@gcf-owl-bot gcf-owl-bot bot requested review from a team and yoshi-approver as code owners February 10, 2026 20:07
@snippet-bot
Copy link

snippet-bot bot commented Feb 10, 2026

Here is the summary of changes.

You are about to add 22 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 Feb 10, 2026
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Feb 10, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 10, 2026
PiperOrigin-RevId: 881595129

Source-Link: googleapis/googleapis@d90d23f

Source-Link: googleapis/googleapis-gen@f1a9443
Copy-Tag: eyJwIjoiZ29vZ2xlLWNsb3VkLWRhdGFmb3JtLXYxYmV0YTEvLk93bEJvdC55YW1sIiwiaCI6ImYxYTk0NDMzNjY0Zjg2NTBhNGFjYjczZDYwOWI5NDNkMmVjYmI2ZTAifQ==
@gcf-owl-bot gcf-owl-bot bot changed the title feat: Update GCP Client Libraries in v1beta1 to support Folders, TeamFolders, and other relevant APIs feat: upgrade protobuf from v25.7 to v31.0 Mar 11, 2026
@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 Mar 11, 2026
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 11, 2026
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 11, 2026
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 11, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 11, 2026
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.

1 participant