From 2a4537ba9ed842bee0212d055db935cb94ec0bab Mon Sep 17 00:00:00 2001 From: Google Cloud SDK Librarian Date: Mon, 5 Jan 2026 14:06:39 +0000 Subject: [PATCH 01/11] chore: Release library Google.Apps.Chat.V1 version 1.0.0-beta20 ### New features - Add app authorization support to space APIs - Add accessory widget support for private messages - Addition of GMAIL_MESSAGE value for RichLinkType enum in the RichLinkMetadata proto ### Documentation improvements - Improve documentation of attachment.proto, event_payload.proto and space.proto Librarian-Release-Library: Google.Apps.Chat.V1 Librarian-Release-Version: 1.0.0-beta20 Librarian-Release-ID: release-20260105T140150Z --- .../Google.Apps.Chat.V1/Google.Apps.Chat.V1.csproj | 2 +- apis/Google.Apps.Chat.V1/docs/history.md | 12 ++++++++++++ generator-input/apis.json | 2 +- generator-input/pipeline-state.json | 6 +++--- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/Google.Apps.Chat.V1.csproj b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/Google.Apps.Chat.V1.csproj index a3e0f0f0e133..99380aa8a6d9 100644 --- a/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/Google.Apps.Chat.V1.csproj +++ b/apis/Google.Apps.Chat.V1/Google.Apps.Chat.V1/Google.Apps.Chat.V1.csproj @@ -1,7 +1,7 @@  - 1.0.0-beta19 + 1.0.0-beta20 netstandard2.0;net462 true Recommended Google client library to access the Google Chat API, which lets you build Chat apps to integrate your services with Google Chat and manage Chat resources such as spaces, members, and messages. diff --git a/apis/Google.Apps.Chat.V1/docs/history.md b/apis/Google.Apps.Chat.V1/docs/history.md index ff71b23b62bc..09a7664cfb8a 100644 --- a/apis/Google.Apps.Chat.V1/docs/history.md +++ b/apis/Google.Apps.Chat.V1/docs/history.md @@ -1,5 +1,17 @@ # Version history +## Version 1.0.0-beta20, released 2026-01-05 + +### New features + +- Add app authorization support to space APIs +- Add accessory widget support for private messages +- Addition of GMAIL_MESSAGE value for RichLinkType enum in the RichLinkMetadata proto + +### Documentation improvements + +- Improve documentation of attachment.proto, event_payload.proto and space.proto + ## Version 1.0.0-beta19, released 2025-11-03 ### New features diff --git a/generator-input/apis.json b/generator-input/apis.json index 410ff0528c0f..1f742d78bd6f 100644 --- a/generator-input/apis.json +++ b/generator-input/apis.json @@ -136,7 +136,7 @@ }, { "id": "Google.Apps.Chat.V1", - "version": "1.0.0-beta19", + "version": "1.0.0-beta20", "type": "grpc", "productName": "Google Chat", "productUrl": "https://developers.google.com/chat/concepts", diff --git a/generator-input/pipeline-state.json b/generator-input/pipeline-state.json index 9a93e775963e..17b0b1bcb8f2 100644 --- a/generator-input/pipeline-state.json +++ b/generator-input/pipeline-state.json @@ -93,12 +93,12 @@ }, { "id": "Google.Apps.Chat.V1", - "currentVersion": "1.0.0-beta19", + "currentVersion": "1.0.0-beta20", "generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", "releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", - "releaseTimestamp": "2025-11-03T18:27:28.065987146Z", + "releaseTimestamp": "2026-01-05T14:05:43.766543665Z", "lastGeneratedCommit": "1a9d00bed77e6db82ff67764ffe14e3b5209f5cd", - "lastReleasedCommit": "98fef441cef53480961d4e174164def1834a290c", + "lastReleasedCommit": "1a9d00bed77e6db82ff67764ffe14e3b5209f5cd", "apiPaths": [ "google/chat/v1" ], From 6d05b597e9f3f14bf2b98dd37525cd0883b46e29 Mon Sep 17 00:00:00 2001 From: Google Cloud SDK Librarian Date: Mon, 5 Jan 2026 14:09:08 +0000 Subject: [PATCH 02/11] chore: Release library Google.Cloud.AlloyDb.V1Beta version 1.0.0-beta15 ### New features - Add POSTGRES_18 to DatabaseVersion Librarian-Release-Library: Google.Cloud.AlloyDb.V1Beta Librarian-Release-Version: 1.0.0-beta15 Librarian-Release-ID: release-20260105T140150Z --- .../Google.Cloud.AlloyDb.V1Beta.csproj | 2 +- apis/Google.Cloud.AlloyDb.V1Beta/docs/history.md | 6 ++++++ generator-input/apis.json | 2 +- generator-input/pipeline-state.json | 6 +++--- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/apis/Google.Cloud.AlloyDb.V1Beta/Google.Cloud.AlloyDb.V1Beta/Google.Cloud.AlloyDb.V1Beta.csproj b/apis/Google.Cloud.AlloyDb.V1Beta/Google.Cloud.AlloyDb.V1Beta/Google.Cloud.AlloyDb.V1Beta.csproj index ed36e4e1deba..b2a8e0f679ba 100644 --- a/apis/Google.Cloud.AlloyDb.V1Beta/Google.Cloud.AlloyDb.V1Beta/Google.Cloud.AlloyDb.V1Beta.csproj +++ b/apis/Google.Cloud.AlloyDb.V1Beta/Google.Cloud.AlloyDb.V1Beta/Google.Cloud.AlloyDb.V1Beta.csproj @@ -1,7 +1,7 @@  - 1.0.0-beta14 + 1.0.0-beta15 netstandard2.0;net462 true Recommended Google client library to access the AlloyDB API (v1beta). AlloyDB for PostgreSQL is an open source-compatible database service that provides a powerful option for migrating, modernizing, or building commercial-grade applications. diff --git a/apis/Google.Cloud.AlloyDb.V1Beta/docs/history.md b/apis/Google.Cloud.AlloyDb.V1Beta/docs/history.md index aafad209effe..7d6210bc100d 100644 --- a/apis/Google.Cloud.AlloyDb.V1Beta/docs/history.md +++ b/apis/Google.Cloud.AlloyDb.V1Beta/docs/history.md @@ -1,5 +1,11 @@ # Version history +## Version 1.0.0-beta15, released 2026-01-05 + +### New features + +- Add POSTGRES_18 to DatabaseVersion + ## Version 1.0.0-beta14, released 2025-11-03 ### New features diff --git a/generator-input/apis.json b/generator-input/apis.json index 1f742d78bd6f..8b3f6e5489e4 100644 --- a/generator-input/apis.json +++ b/generator-input/apis.json @@ -365,7 +365,7 @@ }, { "id": "Google.Cloud.AlloyDb.V1Beta", - "version": "1.0.0-beta14", + "version": "1.0.0-beta15", "type": "grpc", "productName": "AlloyDB", "productUrl": "https://cloud.google.com/alloydb/docs", diff --git a/generator-input/pipeline-state.json b/generator-input/pipeline-state.json index 17b0b1bcb8f2..ef540e09658b 100644 --- a/generator-input/pipeline-state.json +++ b/generator-input/pipeline-state.json @@ -243,12 +243,12 @@ }, { "id": "Google.Cloud.AlloyDb.V1Beta", - "currentVersion": "1.0.0-beta14", + "currentVersion": "1.0.0-beta15", "generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", "releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", - "releaseTimestamp": "2025-11-03T18:38:10.331253988Z", + "releaseTimestamp": "2026-01-05T14:06:42.094040739Z", "lastGeneratedCommit": "59fdfa7adad87f1698f2351591d8379a230041af", - "lastReleasedCommit": "48c3f2f1639caf5f99acd0490bc3da1abe6190cd", + "lastReleasedCommit": "59fdfa7adad87f1698f2351591d8379a230041af", "apiPaths": [ "google/cloud/alloydb/v1beta" ], From 028282dd5bc24d4559f48264a601ccd6156f348f Mon Sep 17 00:00:00 2001 From: Google Cloud SDK Librarian Date: Mon, 5 Jan 2026 14:11:50 +0000 Subject: [PATCH 03/11] chore: Release library Google.Cloud.AIPlatform.V1Beta1 version 1.0.0-beta64 ### New features - Add Lustre support to the Vertex Training Custom Job API ### Documentation improvements - A comment for field `timeout` in message `.google.cloud.aiplatform.v1beta1.Scheduling` is changed - A comment for field `restart_job_on_worker_restart` in message `.google.cloud.aiplatform.v1beta1.Scheduling` is changed Librarian-Release-Library: Google.Cloud.AIPlatform.V1Beta1 Librarian-Release-Version: 1.0.0-beta64 Librarian-Release-ID: release-20260105T140150Z --- .../Google.Cloud.AIPlatform.V1Beta1.csproj | 2 +- apis/Google.Cloud.AIPlatform.V1Beta1/docs/history.md | 11 +++++++++++ generator-input/apis.json | 2 +- generator-input/pipeline-state.json | 6 +++--- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/apis/Google.Cloud.AIPlatform.V1Beta1/Google.Cloud.AIPlatform.V1Beta1/Google.Cloud.AIPlatform.V1Beta1.csproj b/apis/Google.Cloud.AIPlatform.V1Beta1/Google.Cloud.AIPlatform.V1Beta1/Google.Cloud.AIPlatform.V1Beta1.csproj index 6358985c209e..c4394be3dca7 100644 --- a/apis/Google.Cloud.AIPlatform.V1Beta1/Google.Cloud.AIPlatform.V1Beta1/Google.Cloud.AIPlatform.V1Beta1.csproj +++ b/apis/Google.Cloud.AIPlatform.V1Beta1/Google.Cloud.AIPlatform.V1Beta1/Google.Cloud.AIPlatform.V1Beta1.csproj @@ -1,7 +1,7 @@  - 1.0.0-beta63 + 1.0.0-beta64 netstandard2.0;net462 true Recommended Google client library to access the Vertex AI API (v1beta), which allows you to train high-quality custom machine learning models with minimal machine learning expertise and effort. diff --git a/apis/Google.Cloud.AIPlatform.V1Beta1/docs/history.md b/apis/Google.Cloud.AIPlatform.V1Beta1/docs/history.md index 6951c1fc08d9..66c3a9bdedc3 100644 --- a/apis/Google.Cloud.AIPlatform.V1Beta1/docs/history.md +++ b/apis/Google.Cloud.AIPlatform.V1Beta1/docs/history.md @@ -1,5 +1,16 @@ # Version history +## Version 1.0.0-beta64, released 2026-01-05 + +### New features + +- Add Lustre support to the Vertex Training Custom Job API + +### Documentation improvements + +- A comment for field `timeout` in message `.google.cloud.aiplatform.v1beta1.Scheduling` is changed +- A comment for field `restart_job_on_worker_restart` in message `.google.cloud.aiplatform.v1beta1.Scheduling` is changed + ## Version 1.0.0-beta63, released 2025-12-09 ### Bug fixes diff --git a/generator-input/apis.json b/generator-input/apis.json index 8b3f6e5489e4..2274444245f8 100644 --- a/generator-input/apis.json +++ b/generator-input/apis.json @@ -412,7 +412,7 @@ }, { "id": "Google.Cloud.AIPlatform.V1Beta1", - "version": "1.0.0-beta63", + "version": "1.0.0-beta64", "type": "grpc", "productName": "Vertex AI", "productUrl": "https://cloud.google.com/vertex-ai/docs", diff --git a/generator-input/pipeline-state.json b/generator-input/pipeline-state.json index ef540e09658b..d072cbcf51ab 100644 --- a/generator-input/pipeline-state.json +++ b/generator-input/pipeline-state.json @@ -273,12 +273,12 @@ }, { "id": "Google.Cloud.AIPlatform.V1Beta1", - "currentVersion": "1.0.0-beta63", + "currentVersion": "1.0.0-beta64", "generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", "releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", - "releaseTimestamp": "2025-12-09T10:55:33.816793043Z", + "releaseTimestamp": "2026-01-05T14:09:09.251369980Z", "lastGeneratedCommit": "a8e146aa16692f8addd1f31c5c0964de14a314d9", - "lastReleasedCommit": "a448b7d9f0778ee4e14d0be52269facb41989c4b", + "lastReleasedCommit": "a8e146aa16692f8addd1f31c5c0964de14a314d9", "apiPaths": [ "google/cloud/aiplatform/v1beta1" ], From c97952f874b37047371a4133e9a494a13c9283ba Mon Sep 17 00:00:00 2001 From: Google Cloud SDK Librarian Date: Mon, 5 Jan 2026 14:12:56 +0000 Subject: [PATCH 04/11] chore: Release library Google.Cloud.AIPlatform.V1 version 3.60.0 ### New features - Add Lustre support to the Vertex Training Custom Job API ### Documentation improvements - Update comments for machine resources and autoscaling Librarian-Release-Library: Google.Cloud.AIPlatform.V1 Librarian-Release-Version: 3.60.0 Librarian-Release-ID: release-20260105T140150Z --- .../Google.Cloud.AIPlatform.V1.csproj | 2 +- apis/Google.Cloud.AIPlatform.V1/docs/history.md | 10 ++++++++++ generator-input/apis.json | 2 +- generator-input/pipeline-state.json | 6 +++--- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.csproj b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.csproj index 90362402bc9a..52ab846d7629 100644 --- a/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.csproj +++ b/apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1.csproj @@ -1,7 +1,7 @@  - 3.59.0 + 3.60.0 netstandard2.0;net462 true Recommended Google client library to access the Vertex AI API (v1), which allows you to train high-quality custom machine learning models with minimal machine learning expertise and effort. diff --git a/apis/Google.Cloud.AIPlatform.V1/docs/history.md b/apis/Google.Cloud.AIPlatform.V1/docs/history.md index c9bb40a9dc7c..88ffb3b8d9a2 100644 --- a/apis/Google.Cloud.AIPlatform.V1/docs/history.md +++ b/apis/Google.Cloud.AIPlatform.V1/docs/history.md @@ -1,5 +1,15 @@ # Version history +## Version 3.60.0, released 2026-01-05 + +### New features + +- Add Lustre support to the Vertex Training Custom Job API + +### Documentation improvements + +- Update comments for machine resources and autoscaling + ## Version 3.59.0, released 2025-12-12 ### New features diff --git a/generator-input/apis.json b/generator-input/apis.json index 2274444245f8..27eea2f9b907 100644 --- a/generator-input/apis.json +++ b/generator-input/apis.json @@ -436,7 +436,7 @@ }, { "id": "Google.Cloud.AIPlatform.V1", - "version": "3.59.0", + "version": "3.60.0", "type": "grpc", "productName": "Vertex AI", "productUrl": "https://cloud.google.com/vertex-ai/docs", diff --git a/generator-input/pipeline-state.json b/generator-input/pipeline-state.json index d072cbcf51ab..6f51b8526b89 100644 --- a/generator-input/pipeline-state.json +++ b/generator-input/pipeline-state.json @@ -288,12 +288,12 @@ }, { "id": "Google.Cloud.AIPlatform.V1", - "currentVersion": "3.59.0", + "currentVersion": "3.60.0", "generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", "releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", - "releaseTimestamp": "2025-12-12T00:08:36.601780401Z", + "releaseTimestamp": "2026-01-05T14:11:50.585172425Z", "lastGeneratedCommit": "affadb6065604127974a094649edbaceacfa2433", - "lastReleasedCommit": "effe5c4fa816021e724ca856d5640f2e55b14a8b", + "lastReleasedCommit": "affadb6065604127974a094649edbaceacfa2433", "apiPaths": [ "google/cloud/aiplatform/v1" ], From 78bb84c1c3d54948fc71bfd27392f784e54fa901 Mon Sep 17 00:00:00 2001 From: Google Cloud SDK Librarian Date: Mon, 5 Jan 2026 14:14:45 +0000 Subject: [PATCH 05/11] chore: Release library Google.Cloud.ArtifactRegistry.V1 version 2.14.0 ### New features - Add Fingerprint to Artifact Registry Version resource ### Documentation improvements - Update the description of ExportArtifact Librarian-Release-Library: Google.Cloud.ArtifactRegistry.V1 Librarian-Release-Version: 2.14.0 Librarian-Release-ID: release-20260105T140150Z --- .../Google.Cloud.ArtifactRegistry.V1.csproj | 2 +- apis/Google.Cloud.ArtifactRegistry.V1/docs/history.md | 10 ++++++++++ generator-input/apis.json | 2 +- generator-input/pipeline-state.json | 6 +++--- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/apis/Google.Cloud.ArtifactRegistry.V1/Google.Cloud.ArtifactRegistry.V1/Google.Cloud.ArtifactRegistry.V1.csproj b/apis/Google.Cloud.ArtifactRegistry.V1/Google.Cloud.ArtifactRegistry.V1/Google.Cloud.ArtifactRegistry.V1.csproj index 9c4ff29e6533..b835af809102 100644 --- a/apis/Google.Cloud.ArtifactRegistry.V1/Google.Cloud.ArtifactRegistry.V1/Google.Cloud.ArtifactRegistry.V1.csproj +++ b/apis/Google.Cloud.ArtifactRegistry.V1/Google.Cloud.ArtifactRegistry.V1/Google.Cloud.ArtifactRegistry.V1.csproj @@ -1,7 +1,7 @@  - 2.13.0 + 2.14.0 netstandard2.0;net462 true Recommended Google client library to access the Artifact Registry API v1, which stores and manages build artifacts in a scalable and integrated service built on Google infrastructure. diff --git a/apis/Google.Cloud.ArtifactRegistry.V1/docs/history.md b/apis/Google.Cloud.ArtifactRegistry.V1/docs/history.md index 014418850856..1dbe80fbba1e 100644 --- a/apis/Google.Cloud.ArtifactRegistry.V1/docs/history.md +++ b/apis/Google.Cloud.ArtifactRegistry.V1/docs/history.md @@ -1,5 +1,15 @@ # Version history +## Version 2.14.0, released 2026-01-05 + +### New features + +- Add Fingerprint to Artifact Registry Version resource + +### Documentation improvements + +- Update the description of ExportArtifact + ## Version 2.13.0, released 2025-12-03 ### New features diff --git a/generator-input/apis.json b/generator-input/apis.json index 27eea2f9b907..7cf9bbc09101 100644 --- a/generator-input/apis.json +++ b/generator-input/apis.json @@ -640,7 +640,7 @@ }, { "id": "Google.Cloud.ArtifactRegistry.V1", - "version": "2.13.0", + "version": "2.14.0", "type": "grpc", "productName": "Artifact Registry", "productUrl": "https://cloud.google.com/artifact-registry", diff --git a/generator-input/pipeline-state.json b/generator-input/pipeline-state.json index 6f51b8526b89..86d6e029fd3d 100644 --- a/generator-input/pipeline-state.json +++ b/generator-input/pipeline-state.json @@ -408,12 +408,12 @@ }, { "id": "Google.Cloud.ArtifactRegistry.V1", - "currentVersion": "2.13.0", + "currentVersion": "2.14.0", "generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", "releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", - "releaseTimestamp": "2025-12-03T08:43:36.979604179Z", + "releaseTimestamp": "2026-01-05T14:12:57.819851951Z", "lastGeneratedCommit": "347b0e45a6ec42e183e44ce11e0cb0eaf7f24caa", - "lastReleasedCommit": "535d161c24965e9ed1a0b27032cc1c8b4beab818", + "lastReleasedCommit": "347b0e45a6ec42e183e44ce11e0cb0eaf7f24caa", "apiPaths": [ "google/devtools/artifactregistry/v1" ], From 6cd75b1ca443a87dd7ee40e9675e4a65afec01a7 Mon Sep 17 00:00:00 2001 From: Google Cloud SDK Librarian Date: Mon, 5 Jan 2026 14:20:08 +0000 Subject: [PATCH 06/11] chore: Release library Google.Cloud.Compute.V1 version 3.21.0 ### New features - [DIREGAPIC] Update v1 API definitions to revision 20251202 Librarian-Release-Library: Google.Cloud.Compute.V1 Librarian-Release-Version: 3.21.0 Librarian-Release-ID: release-20260105T140150Z --- .../Google.Cloud.Compute.V1/Google.Cloud.Compute.V1.csproj | 2 +- apis/Google.Cloud.Compute.V1/docs/history.md | 6 ++++++ generator-input/apis.json | 2 +- generator-input/pipeline-state.json | 6 +++--- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/apis/Google.Cloud.Compute.V1/Google.Cloud.Compute.V1/Google.Cloud.Compute.V1.csproj b/apis/Google.Cloud.Compute.V1/Google.Cloud.Compute.V1/Google.Cloud.Compute.V1.csproj index f2fba251cf33..5c3fe48ea897 100644 --- a/apis/Google.Cloud.Compute.V1/Google.Cloud.Compute.V1/Google.Cloud.Compute.V1.csproj +++ b/apis/Google.Cloud.Compute.V1/Google.Cloud.Compute.V1/Google.Cloud.Compute.V1.csproj @@ -1,7 +1,7 @@  - 3.20.0 + 3.21.0 netstandard2.0;net462 true Recommended Google client library to access the Google Cloud Compute Engine API. diff --git a/apis/Google.Cloud.Compute.V1/docs/history.md b/apis/Google.Cloud.Compute.V1/docs/history.md index 5b4f379fef8a..eb067b0678a7 100644 --- a/apis/Google.Cloud.Compute.V1/docs/history.md +++ b/apis/Google.Cloud.Compute.V1/docs/history.md @@ -1,5 +1,11 @@ # Version history +## Version 3.21.0, released 2026-01-05 + +### New features + +- [DIREGAPIC] Update v1 API definitions to revision 20251202 + ## Version 3.20.0, released 2025-12-09 ### New features diff --git a/generator-input/apis.json b/generator-input/apis.json index 7cf9bbc09101..2db148adce37 100644 --- a/generator-input/apis.json +++ b/generator-input/apis.json @@ -1688,7 +1688,7 @@ }, { "id": "Google.Cloud.Compute.V1", - "version": "3.20.0", + "version": "3.21.0", "type": "regapic", "productName": "Compute Engine", "productUrl": "https://cloud.google.com/compute", diff --git a/generator-input/pipeline-state.json b/generator-input/pipeline-state.json index 86d6e029fd3d..72257971539d 100644 --- a/generator-input/pipeline-state.json +++ b/generator-input/pipeline-state.json @@ -1073,12 +1073,12 @@ }, { "id": "Google.Cloud.Compute.V1", - "currentVersion": "3.20.0", + "currentVersion": "3.21.0", "generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", "releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", - "releaseTimestamp": "2025-12-09T10:59:45.055022543Z", + "releaseTimestamp": "2026-01-05T14:14:53.253380425Z", "lastGeneratedCommit": "840758a5dfe709331f2844603dd161a74e6f2696", - "lastReleasedCommit": "4667f02b64f2259ef21249b026ced7bb4351c632", + "lastReleasedCommit": "840758a5dfe709331f2844603dd161a74e6f2696", "apiPaths": [ "google/cloud/compute/v1" ], From 1574c30b2cacb77406cd613ed77a1a8a52e6d120 Mon Sep 17 00:00:00 2001 From: Google Cloud SDK Librarian Date: Mon, 5 Jan 2026 14:20:55 +0000 Subject: [PATCH 07/11] chore: Release library Google.Cloud.Memorystore.V1 version 1.0.0-beta05 ### New features - A new field `Instance.simulate_maintenance_event` is added to message `.google.cloud.memorystore.v1.` - A new field `satisfies_pzs` is added to message `.google.cloud.memorystore.v1.Instance` - A new field `satisfies_pzi` is added to message `.google.cloud.memorystore.v1.Instance` - A new field `kms_key` is added to message `.google.cloud.memorystore.v1.Instance` - A new field `encryption_info` is added to message `.google.cloud.memorystore.v1.Instance` - A new field `maintenance_version` is added to message `.google.cloud.memorystore.v1.Instance` - A new field `effective_maintenance_version` is added to message `.google.cloud.memorystore.v1.Instance` - A new field `available_maintenance_versions` is added to message `.google.cloud.memorystore.v1.Instance` - A new field `allow_fewer_zones_deployment` is added to message `.google.cloud.memorystore.v1.Instance` - A new field `total_backup_size_bytes` is added to message `.google.cloud.memorystore.v1.BackupCollection` - A new field `total_backup_count` is added to message `.google.cloud.memorystore.v1.BackupCollection` - A new field `last_backup_time` is added to message `.google.cloud.memorystore.v1.BackupCollection` - A new field `encryption_info` is added to message `.google.cloud.memorystore.v1.Backup` - A new message `EncryptionInfo` is added ### Documentation improvements - A comment for field `discovery_endpoints` in message `.google.cloud.memorystore.v1.Instance` is changed Librarian-Release-Library: Google.Cloud.Memorystore.V1 Librarian-Release-Version: 1.0.0-beta05 Librarian-Release-ID: release-20260105T140150Z --- .../Google.Cloud.Memorystore.V1.csproj | 2 +- .../docs/history.md | 23 +++++++++++++++++++ generator-input/apis.json | 2 +- generator-input/pipeline-state.json | 6 ++--- 4 files changed, 28 insertions(+), 5 deletions(-) diff --git a/apis/Google.Cloud.Memorystore.V1/Google.Cloud.Memorystore.V1/Google.Cloud.Memorystore.V1.csproj b/apis/Google.Cloud.Memorystore.V1/Google.Cloud.Memorystore.V1/Google.Cloud.Memorystore.V1.csproj index 5aaa2d014e62..5c31e51cfb37 100644 --- a/apis/Google.Cloud.Memorystore.V1/Google.Cloud.Memorystore.V1/Google.Cloud.Memorystore.V1.csproj +++ b/apis/Google.Cloud.Memorystore.V1/Google.Cloud.Memorystore.V1/Google.Cloud.Memorystore.V1.csproj @@ -1,7 +1,7 @@  - 1.0.0-beta04 + 1.0.0-beta05 netstandard2.0;net462 true Recommended Google client library to administer Cloud Memorystore (v1), a fully-managed database service that provides a managed version of popular open source caching solutions. diff --git a/apis/Google.Cloud.Memorystore.V1/docs/history.md b/apis/Google.Cloud.Memorystore.V1/docs/history.md index 7057dac218f3..dd13d8826023 100644 --- a/apis/Google.Cloud.Memorystore.V1/docs/history.md +++ b/apis/Google.Cloud.Memorystore.V1/docs/history.md @@ -1,5 +1,28 @@ # Version history +## Version 1.0.0-beta05, released 2026-01-05 + +### New features + +- A new field `Instance.simulate_maintenance_event` is added to message `.google.cloud.memorystore.v1.` +- A new field `satisfies_pzs` is added to message `.google.cloud.memorystore.v1.Instance` +- A new field `satisfies_pzi` is added to message `.google.cloud.memorystore.v1.Instance` +- A new field `kms_key` is added to message `.google.cloud.memorystore.v1.Instance` +- A new field `encryption_info` is added to message `.google.cloud.memorystore.v1.Instance` +- A new field `maintenance_version` is added to message `.google.cloud.memorystore.v1.Instance` +- A new field `effective_maintenance_version` is added to message `.google.cloud.memorystore.v1.Instance` +- A new field `available_maintenance_versions` is added to message `.google.cloud.memorystore.v1.Instance` +- A new field `allow_fewer_zones_deployment` is added to message `.google.cloud.memorystore.v1.Instance` +- A new field `total_backup_size_bytes` is added to message `.google.cloud.memorystore.v1.BackupCollection` +- A new field `total_backup_count` is added to message `.google.cloud.memorystore.v1.BackupCollection` +- A new field `last_backup_time` is added to message `.google.cloud.memorystore.v1.BackupCollection` +- A new field `encryption_info` is added to message `.google.cloud.memorystore.v1.Backup` +- A new message `EncryptionInfo` is added + +### Documentation improvements + +- A comment for field `discovery_endpoints` in message `.google.cloud.memorystore.v1.Instance` is changed + ## Version 1.0.0-beta04, released 2025-11-05 ### New features diff --git a/generator-input/apis.json b/generator-input/apis.json index 2db148adce37..33930ec678f3 100644 --- a/generator-input/apis.json +++ b/generator-input/apis.json @@ -3824,7 +3824,7 @@ }, { "id": "Google.Cloud.Memorystore.V1", - "version": "1.0.0-beta04", + "version": "1.0.0-beta05", "type": "grpc", "productName": "Memorystore", "productUrl": "https://cloud.google.com/memorystore/docs/valkey", diff --git a/generator-input/pipeline-state.json b/generator-input/pipeline-state.json index 72257971539d..074d26d11364 100644 --- a/generator-input/pipeline-state.json +++ b/generator-input/pipeline-state.json @@ -2118,12 +2118,12 @@ }, { "id": "Google.Cloud.Memorystore.V1", - "currentVersion": "1.0.0-beta04", + "currentVersion": "1.0.0-beta05", "generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", "releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", - "releaseTimestamp": "2025-11-05T21:52:16.010262114Z", + "releaseTimestamp": "2026-01-05T14:20:19.619174465Z", "lastGeneratedCommit": "b60f5a5783d5ec0e8a8d254f73ad00316b9b646f", - "lastReleasedCommit": "36533b09a6b383f3c30d13c3c26092154ecf5388", + "lastReleasedCommit": "b60f5a5783d5ec0e8a8d254f73ad00316b9b646f", "apiPaths": [ "google/cloud/memorystore/v1" ], From e0f15976630aeb397e261ad305b57af30d477c30 Mon Sep 17 00:00:00 2001 From: Google Cloud SDK Librarian Date: Mon, 5 Jan 2026 14:47:53 +0000 Subject: [PATCH 08/11] chore: Release library Google.Cloud.Spanner version 5.9.0 ### New features - Exposing total CPU related fields in AutoscalingConfig ### Documentation improvements - Update high_priority_cpu_utilization_percent in AutoscalingConfig to be Optional and clarify its behavior when not specified Librarian-Release-Library: Google.Cloud.Spanner Librarian-Release-Version: 5.9.0 Librarian-Release-ID: release-20260105T140150Z --- .../Google.Cloud.Spanner.Admin.Database.V1.csproj | 2 +- .../Google.Cloud.Spanner.Admin.Instance.V1.csproj | 2 +- .../Google.Cloud.Spanner.Common.V1.csproj | 2 +- .../Google.Cloud.Spanner.Data.csproj | 2 +- apis/Google.Cloud.Spanner.Data/docs/history.md | 10 ++++++++++ .../Google.Cloud.Spanner.V1.csproj | 2 +- generator-input/apis.json | 10 +++++----- generator-input/pipeline-state.json | 6 +++--- 8 files changed, 23 insertions(+), 13 deletions(-) diff --git a/apis/Google.Cloud.Spanner.Admin.Database.V1/Google.Cloud.Spanner.Admin.Database.V1/Google.Cloud.Spanner.Admin.Database.V1.csproj b/apis/Google.Cloud.Spanner.Admin.Database.V1/Google.Cloud.Spanner.Admin.Database.V1/Google.Cloud.Spanner.Admin.Database.V1.csproj index 214afe8f2ae6..d2e485b97b38 100644 --- a/apis/Google.Cloud.Spanner.Admin.Database.V1/Google.Cloud.Spanner.Admin.Database.V1/Google.Cloud.Spanner.Admin.Database.V1.csproj +++ b/apis/Google.Cloud.Spanner.Admin.Database.V1/Google.Cloud.Spanner.Admin.Database.V1/Google.Cloud.Spanner.Admin.Database.V1.csproj @@ -1,7 +1,7 @@  - 5.8.0 + 5.9.0 netstandard2.0;net462 true Recommended Google client library to access the Google Cloud Spanner Database Admin API. diff --git a/apis/Google.Cloud.Spanner.Admin.Instance.V1/Google.Cloud.Spanner.Admin.Instance.V1/Google.Cloud.Spanner.Admin.Instance.V1.csproj b/apis/Google.Cloud.Spanner.Admin.Instance.V1/Google.Cloud.Spanner.Admin.Instance.V1/Google.Cloud.Spanner.Admin.Instance.V1.csproj index 565b7f1e66ca..6b1726a4dd37 100644 --- a/apis/Google.Cloud.Spanner.Admin.Instance.V1/Google.Cloud.Spanner.Admin.Instance.V1/Google.Cloud.Spanner.Admin.Instance.V1.csproj +++ b/apis/Google.Cloud.Spanner.Admin.Instance.V1/Google.Cloud.Spanner.Admin.Instance.V1/Google.Cloud.Spanner.Admin.Instance.V1.csproj @@ -1,7 +1,7 @@  - 5.8.0 + 5.9.0 netstandard2.0;net462 true Recommended Google client library to access the Google Cloud Spanner Instance Admin API. diff --git a/apis/Google.Cloud.Spanner.Common.V1/Google.Cloud.Spanner.Common.V1/Google.Cloud.Spanner.Common.V1.csproj b/apis/Google.Cloud.Spanner.Common.V1/Google.Cloud.Spanner.Common.V1/Google.Cloud.Spanner.Common.V1.csproj index 3d5c43758cf5..693e518e63ea 100644 --- a/apis/Google.Cloud.Spanner.Common.V1/Google.Cloud.Spanner.Common.V1/Google.Cloud.Spanner.Common.V1.csproj +++ b/apis/Google.Cloud.Spanner.Common.V1/Google.Cloud.Spanner.Common.V1/Google.Cloud.Spanner.Common.V1.csproj @@ -1,7 +1,7 @@  - 5.8.0 + 5.9.0 netstandard2.0;net462 true Common resource names used by all Spanner V1 APIs diff --git a/apis/Google.Cloud.Spanner.Data/Google.Cloud.Spanner.Data/Google.Cloud.Spanner.Data.csproj b/apis/Google.Cloud.Spanner.Data/Google.Cloud.Spanner.Data/Google.Cloud.Spanner.Data.csproj index d9f249d3be1c..e17ab18a1018 100644 --- a/apis/Google.Cloud.Spanner.Data/Google.Cloud.Spanner.Data/Google.Cloud.Spanner.Data.csproj +++ b/apis/Google.Cloud.Spanner.Data/Google.Cloud.Spanner.Data/Google.Cloud.Spanner.Data.csproj @@ -1,7 +1,7 @@  - 5.8.0 + 5.9.0 netstandard2.1;net462 true Google ADO.NET Provider for Google Cloud Spanner. diff --git a/apis/Google.Cloud.Spanner.Data/docs/history.md b/apis/Google.Cloud.Spanner.Data/docs/history.md index f6b7c6c3dfcd..b7a5de038786 100644 --- a/apis/Google.Cloud.Spanner.Data/docs/history.md +++ b/apis/Google.Cloud.Spanner.Data/docs/history.md @@ -1,5 +1,15 @@ # Version history +## Version 5.9.0, released 2026-01-05 + +### New features + +- Exposing total CPU related fields in AutoscalingConfig + +### Documentation improvements + +- Update high_priority_cpu_utilization_percent in AutoscalingConfig to be Optional and clarify its behavior when not specified + ## Version 5.8.0, released 2025-12-03 ### New features diff --git a/apis/Google.Cloud.Spanner.V1/Google.Cloud.Spanner.V1/Google.Cloud.Spanner.V1.csproj b/apis/Google.Cloud.Spanner.V1/Google.Cloud.Spanner.V1/Google.Cloud.Spanner.V1.csproj index d1a34085a0ee..6e62d85d99d6 100644 --- a/apis/Google.Cloud.Spanner.V1/Google.Cloud.Spanner.V1/Google.Cloud.Spanner.V1.csproj +++ b/apis/Google.Cloud.Spanner.V1/Google.Cloud.Spanner.V1/Google.Cloud.Spanner.V1.csproj @@ -1,7 +1,7 @@  - 5.8.0 + 5.9.0 netstandard2.0;net462 true Low-level Google client library to access the Google Cloud Spanner API. The ADO.NET provider (Google.Cloud.Spanner.Data) which depends on this package is generally preferred for Spanner access. diff --git a/generator-input/apis.json b/generator-input/apis.json index 33930ec678f3..a337e9744323 100644 --- a/generator-input/apis.json +++ b/generator-input/apis.json @@ -5415,7 +5415,7 @@ "protoPath": "google/spanner/admin/database/v1", "productName": "Google Cloud Spanner Database Administration", "productUrl": "https://cloud.google.com/spanner/", - "version": "5.8.0", + "version": "5.9.0", "commonResourcesConfig": "tweaks/Google.Cloud.Spanner.Common.V1/CommonResourcesConfig.json", "type": "grpc", "description": "Recommended Google client library to access the Google Cloud Spanner Database Admin API.", @@ -5443,7 +5443,7 @@ "protoPath": "google/spanner/admin/instance/v1", "productName": "Google Cloud Spanner Instance Administration", "productUrl": "https://cloud.google.com/spanner/", - "version": "5.8.0", + "version": "5.9.0", "commonResourcesConfig": "tweaks/Google.Cloud.Spanner.Common.V1/CommonResourcesConfig.json", "type": "grpc", "description": "Recommended Google client library to access the Google Cloud Spanner Instance Admin API.", @@ -5468,7 +5468,7 @@ { "id": "Google.Cloud.Spanner.Data", "targetFrameworks": "netstandard2.1;net462", - "version": "5.8.0", + "version": "5.9.0", "type": "other", "metadataType": "INTEGRATION", "shortName": "spanner", @@ -5505,7 +5505,7 @@ { "id": "Google.Cloud.Spanner.Common.V1", "type": "other", - "version": "5.8.0", + "version": "5.9.0", "description": "Common resource names used by all Spanner V1 APIs", "shortName": "spanner", "tags": [ @@ -5522,7 +5522,7 @@ "protoPath": "google/spanner/v1", "productName": "Google Cloud Spanner", "productUrl": "https://cloud.google.com/spanner/", - "version": "5.8.0", + "version": "5.9.0", "commonResourcesConfig": "tweaks/Google.Cloud.Spanner.Common.V1/CommonResourcesConfig.json", "type": "grpc", "metadataType": "GAPIC_COMBO", diff --git a/generator-input/pipeline-state.json b/generator-input/pipeline-state.json index 074d26d11364..2b99fc41e26c 100644 --- a/generator-input/pipeline-state.json +++ b/generator-input/pipeline-state.json @@ -4062,12 +4062,12 @@ }, { "id": "Google.Cloud.Spanner", - "currentVersion": "5.8.0", + "currentVersion": "5.9.0", "generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", "releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", - "releaseTimestamp": "2025-12-03T09:04:40.487219777Z", + "releaseTimestamp": "2026-01-05T14:21:17.589740240Z", "lastGeneratedCommit": "6e20492aec2aab4837928440f1026d32a6251fa0", - "lastReleasedCommit": "ded7ed1e4cce7c165c56a417572cebea9bc1d82c", + "lastReleasedCommit": "6e20492aec2aab4837928440f1026d32a6251fa0", "apiPaths": [ "google/spanner/admin/database/v1", "google/spanner/admin/instance/v1", From b70a6aba1abdfed426e03f3c425f2566d44c910c Mon Sep 17 00:00:00 2001 From: Google Cloud SDK Librarian Date: Mon, 5 Jan 2026 14:48:32 +0000 Subject: [PATCH 09/11] chore: Release library Google.Cloud.GeminiDataAnalytics.V1Beta version 1.0.0-beta06 ### New features - Add LookerGoldenQuery to Context - Add LookerGoldenQuery to Context ### Documentation improvements - Specify the data sources supported only by the QueryData API Librarian-Release-Library: Google.Cloud.GeminiDataAnalytics.V1Beta Librarian-Release-Version: 1.0.0-beta06 Librarian-Release-ID: release-20260105T140150Z --- .../Google.Cloud.GeminiDataAnalytics.V1Beta.csproj | 2 +- .../docs/history.md | 11 +++++++++++ generator-input/apis.json | 2 +- generator-input/pipeline-state.json | 6 +++--- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/apis/Google.Cloud.GeminiDataAnalytics.V1Beta/Google.Cloud.GeminiDataAnalytics.V1Beta/Google.Cloud.GeminiDataAnalytics.V1Beta.csproj b/apis/Google.Cloud.GeminiDataAnalytics.V1Beta/Google.Cloud.GeminiDataAnalytics.V1Beta/Google.Cloud.GeminiDataAnalytics.V1Beta.csproj index 3f9a9025b6d3..9ce606e9ad38 100644 --- a/apis/Google.Cloud.GeminiDataAnalytics.V1Beta/Google.Cloud.GeminiDataAnalytics.V1Beta/Google.Cloud.GeminiDataAnalytics.V1Beta.csproj +++ b/apis/Google.Cloud.GeminiDataAnalytics.V1Beta/Google.Cloud.GeminiDataAnalytics.V1Beta/Google.Cloud.GeminiDataAnalytics.V1Beta.csproj @@ -1,7 +1,7 @@  - 1.0.0-beta05 + 1.0.0-beta06 netstandard2.0;net462 true Recommended Google client library to access the Conversational Analytics API (v1beta), which enables developers to build an artificial intelligence (AI)-powered chat interface, or data agent, that answers questions about structured data in BigQuery, Looker, and Looker Studio using natural language. diff --git a/apis/Google.Cloud.GeminiDataAnalytics.V1Beta/docs/history.md b/apis/Google.Cloud.GeminiDataAnalytics.V1Beta/docs/history.md index 2e574ca30314..88287349e708 100644 --- a/apis/Google.Cloud.GeminiDataAnalytics.V1Beta/docs/history.md +++ b/apis/Google.Cloud.GeminiDataAnalytics.V1Beta/docs/history.md @@ -1,5 +1,16 @@ # Version history +## Version 1.0.0-beta06, released 2026-01-05 + +### New features + +- Add LookerGoldenQuery to Context +- Add LookerGoldenQuery to Context + +### Documentation improvements + +- Specify the data sources supported only by the QueryData API + ## Version 1.0.0-beta05, released 2025-12-12 ### New features diff --git a/generator-input/apis.json b/generator-input/apis.json index a337e9744323..bab7e74e6411 100644 --- a/generator-input/apis.json +++ b/generator-input/apis.json @@ -2987,7 +2987,7 @@ }, { "id": "Google.Cloud.GeminiDataAnalytics.V1Beta", - "version": "1.0.0-beta05", + "version": "1.0.0-beta06", "type": "grpc", "productName": "Data Analytics API with Gemini", "productUrl": "https://cloud.google.com/gemini/docs/conversational-analytics-api/overview", diff --git a/generator-input/pipeline-state.json b/generator-input/pipeline-state.json index 2b99fc41e26c..e8e3eb1bf344 100644 --- a/generator-input/pipeline-state.json +++ b/generator-input/pipeline-state.json @@ -4397,12 +4397,12 @@ }, { "id": "Google.Cloud.GeminiDataAnalytics.V1Beta", - "currentVersion": "1.0.0-beta05", + "currentVersion": "1.0.0-beta06", "generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", "releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", - "releaseTimestamp": "2025-12-12T00:11:55.658657647Z", + "releaseTimestamp": "2026-01-05T14:47:56.632068305Z", "lastGeneratedCommit": "80509f2e7c23556d0068eb01471bc9ddd7b93bb5", - "lastReleasedCommit": "b32495a713a68dd0dff90cf0b24021debfca048a", + "lastReleasedCommit": "80509f2e7c23556d0068eb01471bc9ddd7b93bb5", "apiPaths": [ "google/cloud/geminidataanalytics/v1beta" ], From 07e21bf5c3db31330a2274fa4da303eee0f53b80 Mon Sep 17 00:00:00 2001 From: Google Cloud SDK Librarian Date: Mon, 5 Jan 2026 14:51:15 +0000 Subject: [PATCH 10/11] chore: Release library Google.Cloud.VertexAI.Extensions version 1.0.0-beta03 ### New features - Update to M.E.AI.Abstractions 10.1.1 Librarian-Release-Library: Google.Cloud.VertexAI.Extensions Librarian-Release-Version: 1.0.0-beta03 Librarian-Release-ID: release-20260105T140150Z --- .../Google.Cloud.VertexAI.Extensions.csproj | 2 +- apis/Google.Cloud.VertexAI.Extensions/docs/history.md | 6 ++++++ generator-input/apis.json | 2 +- generator-input/pipeline-state.json | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/apis/Google.Cloud.VertexAI.Extensions/Google.Cloud.VertexAI.Extensions/Google.Cloud.VertexAI.Extensions.csproj b/apis/Google.Cloud.VertexAI.Extensions/Google.Cloud.VertexAI.Extensions/Google.Cloud.VertexAI.Extensions.csproj index a83fb3cc91a2..e93558ea0816 100644 --- a/apis/Google.Cloud.VertexAI.Extensions/Google.Cloud.VertexAI.Extensions/Google.Cloud.VertexAI.Extensions.csproj +++ b/apis/Google.Cloud.VertexAI.Extensions/Google.Cloud.VertexAI.Extensions/Google.Cloud.VertexAI.Extensions.csproj @@ -1,7 +1,7 @@  - 1.0.0-beta02 + 1.0.0-beta03 netstandard2.0;net462 true Vertex AI implementation of Microsoft.Extensions.AI. diff --git a/apis/Google.Cloud.VertexAI.Extensions/docs/history.md b/apis/Google.Cloud.VertexAI.Extensions/docs/history.md index 6c31b79ac439..cdfe4b5a1f3c 100644 --- a/apis/Google.Cloud.VertexAI.Extensions/docs/history.md +++ b/apis/Google.Cloud.VertexAI.Extensions/docs/history.md @@ -1,5 +1,11 @@ # Version history +## Version 1.0.0-beta03, released 2026-01-05 + +### New features + +- Update to M.E.AI.Abstractions 10.1.1 + ## Version 1.0.0-beta02, released 2025-12-15 ### Bug fixes diff --git a/generator-input/apis.json b/generator-input/apis.json index bab7e74e6411..8a2e2bb882ba 100644 --- a/generator-input/apis.json +++ b/generator-input/apis.json @@ -6050,7 +6050,7 @@ }, { "id": "Google.Cloud.VertexAI.Extensions", - "version": "1.0.0-beta02", + "version": "1.0.0-beta03", "type": "other", "metadataType": "INTEGRATION", "description": "Vertex AI implementation of Microsoft.Extensions.AI.", diff --git a/generator-input/pipeline-state.json b/generator-input/pipeline-state.json index e8e3eb1bf344..18925ae3f3e7 100644 --- a/generator-input/pipeline-state.json +++ b/generator-input/pipeline-state.json @@ -4726,10 +4726,10 @@ }, { "id": "Google.Cloud.VertexAI.Extensions", - "currentVersion": "1.0.0-beta02", + "currentVersion": "1.0.0-beta03", "generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", "releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", - "releaseTimestamp": "2025-12-15T14:12:17.192126017Z", + "releaseTimestamp": "2026-01-05T14:48:35.274006263Z", "sourcePaths": [ "apis/Google.Cloud.VertexAI.Extensions/Google.Cloud.VertexAI.Extensions" ] From ab974e83025c376d2cc83bb709c29ac78cfa8610 Mon Sep 17 00:00:00 2001 From: Google Cloud SDK Librarian Date: Mon, 5 Jan 2026 14:52:21 +0000 Subject: [PATCH 11/11] chore: Release library Google.Cloud.DatabaseCenter.V1Beta version 1.0.0-beta02 ### New features - Adding Method QueryDatabaseResourceGroups of Database Center API v1beta Librarian-Release-Library: Google.Cloud.DatabaseCenter.V1Beta Librarian-Release-Version: 1.0.0-beta02 Librarian-Release-ID: release-20260105T140150Z --- .../Google.Cloud.DatabaseCenter.V1Beta.csproj | 2 +- apis/Google.Cloud.DatabaseCenter.V1Beta/docs/history.md | 6 ++++++ generator-input/apis.json | 2 +- generator-input/pipeline-state.json | 6 +++--- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/apis/Google.Cloud.DatabaseCenter.V1Beta/Google.Cloud.DatabaseCenter.V1Beta/Google.Cloud.DatabaseCenter.V1Beta.csproj b/apis/Google.Cloud.DatabaseCenter.V1Beta/Google.Cloud.DatabaseCenter.V1Beta/Google.Cloud.DatabaseCenter.V1Beta.csproj index ceb9b2a206b1..373fb4f8cc30 100644 --- a/apis/Google.Cloud.DatabaseCenter.V1Beta/Google.Cloud.DatabaseCenter.V1Beta/Google.Cloud.DatabaseCenter.V1Beta.csproj +++ b/apis/Google.Cloud.DatabaseCenter.V1Beta/Google.Cloud.DatabaseCenter.V1Beta/Google.Cloud.DatabaseCenter.V1Beta.csproj @@ -1,7 +1,7 @@  - 1.0.0-beta01 + 1.0.0-beta02 netstandard2.0;net462 true Database Center provides an organization-wide, cross-product fleet health platform to eliminate the overhead, complexity, and risk associated with aggregating and summarizing health signals through custom dashboards. Through Database Center’s fleet health dashboard and API, database platform teams that are responsible for reliability, compliance, security, cost, and administration of database fleets will now have a single pane of glass that pinpoints issues relevant to each team. diff --git a/apis/Google.Cloud.DatabaseCenter.V1Beta/docs/history.md b/apis/Google.Cloud.DatabaseCenter.V1Beta/docs/history.md index 1aa930502f78..24603cfd74f6 100644 --- a/apis/Google.Cloud.DatabaseCenter.V1Beta/docs/history.md +++ b/apis/Google.Cloud.DatabaseCenter.V1Beta/docs/history.md @@ -1,5 +1,11 @@ # Version history +## Version 1.0.0-beta02, released 2026-01-05 + +### New features + +- Adding Method QueryDatabaseResourceGroups of Database Center API v1beta + ## Version 1.0.0-beta01, released 2025-11-11 ### New features diff --git a/generator-input/apis.json b/generator-input/apis.json index 8a2e2bb882ba..178ecd895d7a 100644 --- a/generator-input/apis.json +++ b/generator-input/apis.json @@ -1961,7 +1961,7 @@ }, { "id": "Google.Cloud.DatabaseCenter.V1Beta", - "version": "1.0.0-beta01", + "version": "1.0.0-beta02", "type": "grpc", "productName": "Database Center", "productUrl": "https://cloud.google.com/database-center/docs/overview", diff --git a/generator-input/pipeline-state.json b/generator-input/pipeline-state.json index 18925ae3f3e7..e73af496f0e3 100644 --- a/generator-input/pipeline-state.json +++ b/generator-input/pipeline-state.json @@ -4751,12 +4751,12 @@ }, { "id": "Google.Cloud.DatabaseCenter.V1Beta", - "currentVersion": "1.0.0-beta01", + "currentVersion": "1.0.0-beta02", "generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", "releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", - "releaseTimestamp": "2025-11-11T17:44:17.922443020Z", + "releaseTimestamp": "2026-01-05T14:51:16.364128601Z", "lastGeneratedCommit": "b607ece2e97f19a8f105a6cd40368da68e7bc613", - "lastReleasedCommit": "8b80b1498e7016be58f6c09d0a86ddf0ea37feae", + "lastReleasedCommit": "b607ece2e97f19a8f105a6cd40368da68e7bc613", "apiPaths": [ "google/cloud/databasecenter/v1beta" ],