Skip to content

chore: librarian generate pull request: 20260212T190609Z#13847

Merged
shollyman merged 2 commits intomainfrom
librarian-20260212T190609Z
Feb 12, 2026
Merged

chore: librarian generate pull request: 20260212T190609Z#13847
shollyman merged 2 commits intomainfrom
librarian-20260212T190609Z

Conversation

@shollyman
Copy link
Copy Markdown
Contributor

PR created by the Librarian CLI to generate Cloud Client Libraries code from protos.

BEGIN_COMMIT

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

PiperOrigin-RevId:
Library-IDs: dataform
Source-link: googleapis/googleapis@e1c10736
END_NESTED_COMMIT

BEGIN_NESTED_COMMIT
docs: A comment for field force in message .google.cloud.dataform.v1beta1.DeleteRepositoryRequest is changed PiperOrigin-RevId: 868182714

PiperOrigin-RevId:
Library-IDs: dataform
Source-link: googleapis/googleapis@e1c10736
END_NESTED_COMMIT

END_COMMIT

This pull request is generated with proto changes between
googleapis/googleapis@c288189b
(exclusive) and
googleapis/googleapis@e1c10736
(inclusive).

Librarian Version: v0.8.0
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-go@sha256:19bb93e8f1f916c61b597db2bad65dc432f79baaabb210499d7d0e4ad1dffe29

@shollyman shollyman requested review from a team as code owners February 12, 2026 19:07
@snippet-bot
Copy link
Copy Markdown

snippet-bot bot commented Feb 12, 2026

Here is the summary of changes.

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

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request is an automated update for the Dataform v1beta1 client library, generated by the Librarian tool. It introduces support for Folders and TeamFolders, including new resources, methods for CRUD operations, moving, and querying contents. It also adds corresponding long-running operation helpers, iterators, and example snippets.

My review focuses on the newly generated code. I've identified an opportunity to improve the maintainability of the generated helper code in dataform/apiv1beta1/auxiliary.go by using generics to reduce significant code duplication for operation wrappers and iterators. While this is likely an issue to be addressed in the code generator itself, the feedback is relevant for the overall quality of the client library.

@shollyman shollyman added the automerge Merge the pull request once unit tests and other checks pass. label Feb 12, 2026
@shollyman shollyman merged commit cc0ef5a into main Feb 12, 2026
12 checks passed
@shollyman shollyman deleted the librarian-20260212T190609Z branch February 12, 2026 23:16
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Feb 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants