Comparing maps/v1.27.0...maps/v1.28.0 · googleapis/google-cloud-go
Commits on Feb 12, 2026
-
chore: librarian generate pull request: 20260212T190609Z (#13847)
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](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](googleapis/googleapis@e1c10736) END_NESTED_COMMIT END_COMMIT This pull request is generated with proto changes between [googleapis/googleapis@c288189b](googleapis/googleapis@c288189) (exclusive) and [googleapis/googleapis@e1c10736](googleapis/googleapis@e1c1073) (inclusive). Librarian Version: v0.8.0 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-go@sha256:19bb93e8f1f916c61b597db2bad65dc432f79baaabb210499d7d0e4ad1dffe29
Commits on Feb 13, 2026
Commits on Feb 14, 2026
Commits on Feb 18, 2026
-
chore(spanner): add experimental location-aware foundation classes (#…
…13596) - Adds experimental location routing base classes (recipe parsing, key-to-target encoding, range cache, channel finder, router). - Integrates routing into request lifecycle for reads/queries/transactions under GOOGLE_SPANNER_EXPERIMENTAL_LOCATION_API. - Adds golden coverage using textprotos: - finder_test.textproto - range_cache_test.textproto - recipe_test.textproto - final RPC integration with RPC calls will be tracked as follow-up.
-
-
fix(datastore): slice omitempty panic when first element is empty (#1…
…3827) Fixes #6983 When saving a slice with omitempty, datastore previously assumed the first element defined the property schema. If the first element was empty and thus omitted, saveSliceProperty would fail to determine the schema (properties), causing subsequent non-empty elements to trigger an "unexpected property" error or crash. This change modifies saveSliceProperty to scan the slice for the first non-empty element to correctly determine the property schema. Behavior Changes: - []string{"", "val"} with omitempty: Previously crashed/errored. Now skips the empty string and successfully saves ["val"]. - []string{"val", ""} with omitempty: Unchanged (saves ["val"]). - []string{"", ""} with omitempty: Unchanged (saves nothing/nil). This fix strictly addresses the crash while preserving the existing behavior of stripping empty elements from slices when omitempty is set.
Commits on Feb 19, 2026
-
chore: librarian release pull request: 20260219T080907Z (#13868)
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>