feat(vectorsearch): add new clients#13853
Merged
shollyman merged 1 commit intogoogleapis:mainfrom Feb 17, 2026
Merged
Conversation
PiperOrigin-RevId: 871250899
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces new Go clients for the vectorsearch v1 API. The changes include the generated client code for VectorSearchService, DataObjectService, and DataObjectSearchService, along with their corresponding protobuf definitions, helper functions, and example snippets. The overall structure and implementation are consistent with the established patterns for Google Cloud Go client libraries. The code appears to be correctly generated, and I did not find any issues or areas for improvement in this pull request.
bhshkh
approved these changes
Feb 17, 2026
parthea
pushed a commit
that referenced
this pull request
Feb 19, 2026
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v0.0.0-20260216162532-e323d455c92b Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-go@sha256:19bb93e8f1f916c61b597db2bad65dc432f79baaabb210499d7d0e4ad1dffe29 <details><summary>aiplatform: v1.117.0</summary> ## [v1.117.0](aiplatform/v1.116.0...aiplatform/v1.117.0) (2026-02-19) ### Features * Add `traffic_type, tool_use_prompt_tokens_details` to message `GenerateContentResponse.UsageMetadata` (PiperOrigin-RevId: 871498028) ([d3eb851](d3eb851d)) </details> <details><summary>auditmanager: v0.1.0</summary> ## [v0.1.0](auditmanager/v0.0.0...auditmanager/v0.1.0) (2026-02-19) ### Features * add new clients (#13842) (PiperOrigin-RevId: 861758611) ([588fe0c](588fe0c8)) </details> <details><summary>dataform: v0.13.0</summary> ## [v0.13.0](dataform/v0.12.1...dataform/v0.13.0) (2026-02-19) ### Features * 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&#39;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 ([cc0ef5a](cc0ef5a9)) ### Documentation * A comment for field `force` in message `.google.cloud.dataform.v1beta1.DeleteRepositoryRequest` is changed PiperOrigin-RevId: 868182714 ([cc0ef5a](cc0ef5a9)) </details> <details><summary>dataproc: v2.16.0</summary> ## [v2.16.0](dataproc/v2.15.0...dataproc/v2.16.0) (2026-02-19) ### Features * Add `ClusterType` to support creating Zero-Scale clusters (PiperOrigin-RevId: 869501236) ([d3eb851](d3eb851d)) </details> <details><summary>dialogflow: v1.76.0</summary> ## [v1.76.0](dialogflow/v1.75.0...dialogflow/v1.76.0) (2026-02-19) ### Features * Add new value `DETECT_INTENT_RESPONSE_VIEW_DEFAULT` to enum `DetectIntentResponseView` (PiperOrigin-RevId: 869958840) ([d3eb851](d3eb851d)) ### Documentation * Add comment for enum value `DETECT_INTENT_RESPONSE_VIEW_UNSPECIFIED` in enum `DetectIntentResponseView` (PiperOrigin-RevId: 869958840) ([d3eb851](d3eb851d)) </details> <details><summary>kms: v1.26.0</summary> ## [v1.26.0](kms/v1.25.0...kms/v1.26.0) (2026-02-19) ### Features * Introduced the RetiredResource resource to track records of deleted keys and prevent the reuse of their resource names (PiperOrigin-RevId: 868670725) ([d3eb851](d3eb851d)) * Added ListRetiredResources and GetRetiredResource RPCs to manage and view these records (PiperOrigin-RevId: 868670725) ([d3eb851](d3eb851d)) * Added DeleteCryptoKey and DeleteCryptoKeyVersion RPCs to permanently remove resources (PiperOrigin-RevId: 868670725) ([d3eb851](d3eb851d)) * Add KeyProjectResolutionMode to AutokeyConfig to support project-level configurations (PiperOrigin-RevId: 870858133) ([d3eb851](d3eb851d)) * Add support for project level key usage tracking (PiperOrigin-RevId: 871667322) ([d3eb851](d3eb851d)) * Add more post-quantum (PQ) signature algorithms to CryptoKeyVersion (PiperOrigin-RevId: 870858133) ([d3eb851](d3eb851d)) ### Documentation * Clarify supported resources for the crypto_key_backend field in ImportJob (PiperOrigin-RevId: 870858133) ([d3eb851](d3eb851d)) * Update documentation for AutokeyAdmin service and messages to support folder and project-level configurations (PiperOrigin-RevId: 870858133) ([d3eb851](d3eb851d)) </details> <details><summary>maps: v1.28.0</summary> ## [v1.28.0](maps/v1.27.0...maps/v1.28.0) (2026-02-19) ### Features * Add `googleMapsTypeLabel` field to show type information on Google Maps (PiperOrigin-RevId: 869356577) ([d3eb851](d3eb851d)) * Add `googleMapsLinks` field for links to different actions on Google Maps (PiperOrigin-RevId: 869356577) ([d3eb851](d3eb851d)) ### Bug Fixes * An existing field `references` is removed from message `.google.maps.places.v1.ContentBlock` (PiperOrigin-RevId: 869356577) ([d3eb851](d3eb851d)) * An existing field `topic` is removed from message `.google.maps.places.v1.ContentBlock` (PiperOrigin-RevId: 869356577) ([d3eb851](d3eb851d)) ### Documentation * A comment for field `photos` in message `.google.maps.places.v1.ContextualContent` is changed (PiperOrigin-RevId: 869356577) ([d3eb851](d3eb851d)) * A comment for field `reviews` in message `.google.maps.places.v1.ContextualContent` is changed (PiperOrigin-RevId: 869356577) ([d3eb851](d3eb851d)) </details> <details><summary>saasplatform: v0.2.0</summary> ## [v0.2.0](saasplatform/v0.1.0...saasplatform/v0.2.0) (2026-02-19) ### Features * Add AppHub related condition types to Deployment protos (PiperOrigin-RevId: 869245151) ([d3eb851](d3eb851d)) ### Documentation * another bulk typo correction (#13527) ([90a4f21](90a4f21f)) * fix typo in README.md entries (#13526) ([ac32b85](ac32b851)) </details> <details><summary>storagebatchoperations: v0.3.0</summary> ## [v0.3.0](storagebatchoperations/v0.2.0...storagebatchoperations/v0.3.0) (2026-02-19) ### Features * add QUEUED state to Storage Batch Operations API (PiperOrigin-RevId: 869283881) ([d3eb851](d3eb851d)) * add `is_multi_bucket_job` output field added to StorageBatchOperations Job (PiperOrigin-RevId: 869283881) ([d3eb851](d3eb851d)) * add bucket operations (PiperOrigin-RevId: 869283881) ([d3eb851](d3eb851d)) ### Documentation * another bulk typo correction (#13527) ([90a4f21](90a4f21f)) * fix typo in README.md entries (#13526) ([ac32b85](ac32b851)) </details> <details><summary>vectorsearch: v0.3.0</summary> ## [v0.3.0](vectorsearch/v0.2.0...vectorsearch/v0.3.0) (2026-02-19) ### Features * add new clients (#13853) (PiperOrigin-RevId: 871250899) ([822ac7e](822ac7e4)) </details> <details><summary>workloadmanager: v0.1.0</summary> ## [v0.1.0](workloadmanager/v0.0.0...workloadmanager/v0.1.0) (2026-02-19) ### Features * add new clients (#13849) (PiperOrigin-RevId: 869327994) ([1328872](13288723)) </details>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PiperOrigin-RevId: 871250899