Skip to content

Commit b4e61ec

Browse files
feat: Update GCP Client Libraries in v1beta1 to support Folders, TeamFolders, and other relevant APIs (#32441)
* 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: googleapis/googleapis-gen@fcbd8c7 Copy-Tag: eyJwIjoiZ29vZ2xlLWNsb3VkLWRhdGFmb3JtLy5Pd2xCb3QueWFtbCIsImgiOiJmY2JkOGM3ZTJlODgwNmYzOGE0NDQyMDVhYjBmOTQ1ODhiOTQ5ZGYyIn0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent fcf2d10 commit b4e61ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

google-cloud-dataform/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ In order to use this library, you first need to go through the following steps:
3838
require "google/cloud/dataform"
3939

4040
client = Google::Cloud::Dataform.dataform
41-
request = ::Google::Cloud::Dataform::V1beta1::ListRepositoriesRequest.new # (request fields as keyword arguments...)
42-
response = client.list_repositories request
41+
request = ::Google::Cloud::Dataform::V1beta1::GetTeamFolderRequest.new # (request fields as keyword arguments...)
42+
response = client.get_team_folder request
4343
```
4444

4545
## Debug Logging

0 commit comments

Comments
 (0)