From 30c232b2ad732fecec7e719fbc68d419d1c01136 Mon Sep 17 00:00:00 2001 From: Google Cloud SDK Librarian Date: Mon, 29 Jun 2026 21:26:49 +0000 Subject: [PATCH 01/11] chore: Release library Google.Cloud.CloudBuild.V1 version 2.19.0 ### New features - Add E2_STANDARD_2 machine type to Cloud Build API Librarian-Release-Library: Google.Cloud.CloudBuild.V1 Librarian-Release-Version: 2.19.0 Librarian-Release-ID: release-20260629T211856Z --- .../Google.Cloud.CloudBuild.V1.csproj | 2 +- apis/Google.Cloud.CloudBuild.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.CloudBuild.V1/Google.Cloud.CloudBuild.V1/Google.Cloud.CloudBuild.V1.csproj b/apis/Google.Cloud.CloudBuild.V1/Google.Cloud.CloudBuild.V1/Google.Cloud.CloudBuild.V1.csproj index c84d202ea59e..70e01edff04e 100644 --- a/apis/Google.Cloud.CloudBuild.V1/Google.Cloud.CloudBuild.V1/Google.Cloud.CloudBuild.V1.csproj +++ b/apis/Google.Cloud.CloudBuild.V1/Google.Cloud.CloudBuild.V1/Google.Cloud.CloudBuild.V1.csproj @@ -1,7 +1,7 @@  - 2.18.0 + 2.19.0 netstandard2.0;net462 true Recommended Google client library to access the Google Cloud Build API v1, which creates and manages builds on Google Cloud Platform. diff --git a/apis/Google.Cloud.CloudBuild.V1/docs/history.md b/apis/Google.Cloud.CloudBuild.V1/docs/history.md index 2627d4e9739f..7999080ec039 100644 --- a/apis/Google.Cloud.CloudBuild.V1/docs/history.md +++ b/apis/Google.Cloud.CloudBuild.V1/docs/history.md @@ -1,5 +1,11 @@ # Version history +## Version 2.19.0, released 2026-06-29 + +### New features + +- Add E2_STANDARD_2 machine type to Cloud Build API + ## Version 2.18.0, released 2025-12-03 ### New features diff --git a/generator-input/apis.json b/generator-input/apis.json index afd87c5c0066..471989c706e3 100644 --- a/generator-input/apis.json +++ b/generator-input/apis.json @@ -1619,7 +1619,7 @@ }, { "id": "Google.Cloud.CloudBuild.V1", - "version": "2.18.0", + "version": "2.19.0", "type": "grpc", "productName": "Cloud Build", "productUrl": "https://cloud.google.com/cloud-build", diff --git a/generator-input/pipeline-state.json b/generator-input/pipeline-state.json index 9b9695a11fc0..bf8bd167f00e 100644 --- a/generator-input/pipeline-state.json +++ b/generator-input/pipeline-state.json @@ -938,12 +938,12 @@ }, { "id": "Google.Cloud.CloudBuild.V1", - "currentVersion": "2.18.0", + "currentVersion": "2.19.0", "generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", "releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", - "releaseTimestamp": "2025-12-03T08:50:49.761570132Z", + "releaseTimestamp": "2026-06-29T21:23:52.139549988Z", "lastGeneratedCommit": "e78adaf725dfc5cfad0e0d5ca4d4838a689e790a", - "lastReleasedCommit": "943025a9f8f2902af19781e504eb80c7428f7836", + "lastReleasedCommit": "e78adaf725dfc5cfad0e0d5ca4d4838a689e790a", "apiPaths": [ "google/devtools/cloudbuild/v1" ], From b9cb5da49d8fe4964c650b85dd08ef11a8b7fafe Mon Sep 17 00:00:00 2001 From: Google Cloud SDK Librarian Date: Mon, 29 Jun 2026 21:40:01 +0000 Subject: [PATCH 02/11] chore: Release library Google.Cloud.Datastore.V1 version 5.2.0 ### New features - Introduce RequestOptions message and request_options field on Datastore v1 request messages to enable request tagging ### Documentation improvements - A comment for field `batch` in message `.google.datastore.v1.RunQueryResponse` is changed - A comment for field `distance_threshold` in message `.google.datastore.v1.FindNearest` is changed Librarian-Release-Library: Google.Cloud.Datastore.V1 Librarian-Release-Version: 5.2.0 Librarian-Release-ID: release-20260629T211856Z --- .../Google.Cloud.Datastore.V1.csproj | 2 +- apis/Google.Cloud.Datastore.V1/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.Datastore.V1/Google.Cloud.Datastore.V1/Google.Cloud.Datastore.V1.csproj b/apis/Google.Cloud.Datastore.V1/Google.Cloud.Datastore.V1/Google.Cloud.Datastore.V1.csproj index 61d64ead8219..ba2666a3445a 100644 --- a/apis/Google.Cloud.Datastore.V1/Google.Cloud.Datastore.V1/Google.Cloud.Datastore.V1.csproj +++ b/apis/Google.Cloud.Datastore.V1/Google.Cloud.Datastore.V1/Google.Cloud.Datastore.V1.csproj @@ -1,7 +1,7 @@  - 5.1.0 + 5.2.0 netstandard2.0;net462 true Recommended Google client library to access the Google Cloud Datastore API, which accesses the schemaless NoSQL database to provide fully managed, robust, scalable storage for your application. diff --git a/apis/Google.Cloud.Datastore.V1/docs/history.md b/apis/Google.Cloud.Datastore.V1/docs/history.md index b9219a606caf..bd64ac28c488 100644 --- a/apis/Google.Cloud.Datastore.V1/docs/history.md +++ b/apis/Google.Cloud.Datastore.V1/docs/history.md @@ -1,5 +1,16 @@ # Version history +## Version 5.2.0, released 2026-06-29 + +### New features + +- Introduce RequestOptions message and request_options field on Datastore v1 request messages to enable request tagging + +### Documentation improvements + +- A comment for field `batch` in message `.google.datastore.v1.RunQueryResponse` is changed +- A comment for field `distance_threshold` in message `.google.datastore.v1.FindNearest` is changed + ## Version 5.1.0, released 2026-01-19 ### New features diff --git a/generator-input/apis.json b/generator-input/apis.json index 471989c706e3..3455ca459d4b 100644 --- a/generator-input/apis.json +++ b/generator-input/apis.json @@ -2276,7 +2276,7 @@ "protoPath": "google/datastore/v1", "productName": "Google Cloud Datastore", "productUrl": "https://cloud.google.com/datastore/docs/concepts/overview", - "version": "5.1.0", + "version": "5.2.0", "type": "grpc", "metadataType": "GAPIC_COMBO", "description": "Recommended Google client library to access the Google Cloud Datastore API, which accesses the schemaless NoSQL database to provide fully managed, robust, scalable storage for your application.", diff --git a/generator-input/pipeline-state.json b/generator-input/pipeline-state.json index bf8bd167f00e..fdb3a3ae9e32 100644 --- a/generator-input/pipeline-state.json +++ b/generator-input/pipeline-state.json @@ -1298,12 +1298,12 @@ }, { "id": "Google.Cloud.Datastore.V1", - "currentVersion": "5.1.0", + "currentVersion": "5.2.0", "generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", "releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", - "releaseTimestamp": "2026-01-19T14:09:13.443610912Z", + "releaseTimestamp": "2026-06-29T21:26:58.419292670Z", "lastGeneratedCommit": "fdd6a6e4ef12853400539139d014d96e34253166", - "lastReleasedCommit": "4823efd0b9944891ec5c387104dcc2ec401307a8", + "lastReleasedCommit": "fdd6a6e4ef12853400539139d014d96e34253166", "apiPaths": [ "google/datastore/v1" ], From e51a14c47eaf2472fa982c49c2cf855a5fac8181 Mon Sep 17 00:00:00 2001 From: Google Cloud SDK Librarian Date: Mon, 29 Jun 2026 21:40:57 +0000 Subject: [PATCH 03/11] chore: Release library Google.Cloud.Dialogflow.V2 version 4.31.0 ### New features - Speech activity event is configurable through InputAudioConfig.enable_voice_activity_events - StreamingRecognitionResult now has new MessageType: DTMF_DIGITS, PARTIAL_DTMF_DIGITS, SPEECH_ACTIVITY_BEGIN, SPEECH_ACTIVITY_END - Ces_debug_info is available in SearchKnowledgeDebugInfo Librarian-Release-Library: Google.Cloud.Dialogflow.V2 Librarian-Release-Version: 4.31.0 Librarian-Release-ID: release-20260629T211856Z --- .../Google.Cloud.Dialogflow.V2.csproj | 2 +- apis/Google.Cloud.Dialogflow.V2/docs/history.md | 8 ++++++++ generator-input/apis.json | 2 +- generator-input/pipeline-state.json | 6 +++--- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2.csproj b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2.csproj index a153c177fd0e..5f350f13c8c3 100644 --- a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2.csproj +++ b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2.csproj @@ -1,7 +1,7 @@  - 4.30.0 + 4.31.0 netstandard2.0;net462 true Recommended Google client library to access the Google Dialogflow API (v2). diff --git a/apis/Google.Cloud.Dialogflow.V2/docs/history.md b/apis/Google.Cloud.Dialogflow.V2/docs/history.md index c0ebc131e463..90681394e0ae 100644 --- a/apis/Google.Cloud.Dialogflow.V2/docs/history.md +++ b/apis/Google.Cloud.Dialogflow.V2/docs/history.md @@ -1,5 +1,13 @@ # Version history +## Version 4.31.0, released 2026-06-29 + +### New features + +- Speech activity event is configurable through InputAudioConfig.enable_voice_activity_events +- StreamingRecognitionResult now has new MessageType: DTMF_DIGITS, PARTIAL_DTMF_DIGITS, SPEECH_ACTIVITY_BEGIN, SPEECH_ACTIVITY_END +- Ces_debug_info is available in SearchKnowledgeDebugInfo + ## Version 4.30.0, released 2026-06-22 ### New features diff --git a/generator-input/apis.json b/generator-input/apis.json index 3455ca459d4b..71120f9b1881 100644 --- a/generator-input/apis.json +++ b/generator-input/apis.json @@ -2554,7 +2554,7 @@ "protoPath": "google/cloud/dialogflow/v2", "productName": "Google Cloud Dialogflow", "productUrl": "https://cloud.google.com/dialogflow-enterprise/", - "version": "4.30.0", + "version": "4.31.0", "type": "grpc", "description": "Recommended Google client library to access the Google Dialogflow API (v2).", "tags": [ diff --git a/generator-input/pipeline-state.json b/generator-input/pipeline-state.json index fdb3a3ae9e32..2fd1c14191bc 100644 --- a/generator-input/pipeline-state.json +++ b/generator-input/pipeline-state.json @@ -1398,12 +1398,12 @@ }, { "id": "Google.Cloud.Dialogflow.V2", - "currentVersion": "4.30.0", + "currentVersion": "4.31.0", "generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", "releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", - "releaseTimestamp": "2026-06-22T17:58:17.121870293Z", + "releaseTimestamp": "2026-06-29T21:40:04.080968468Z", "lastGeneratedCommit": "8a2919cce0ab2cddb7659c797256f21c1a4a8b4b", - "lastReleasedCommit": "f548abb6c8d16b0895dcb4ea2391e10e20fba4a0", + "lastReleasedCommit": "8a2919cce0ab2cddb7659c797256f21c1a4a8b4b", "apiPaths": [ "google/cloud/dialogflow/v2" ], From 9972fcc385fc42942989a87a434af097b614aa3b Mon Sep 17 00:00:00 2001 From: Google Cloud SDK Librarian Date: Mon, 29 Jun 2026 21:43:07 +0000 Subject: [PATCH 04/11] chore: Release library Google.Cloud.Dialogflow.V2Beta1 version 1.0.0-beta31 ### New features - Speech activity event is configurable through InputAudioConfig.enable_voice_activity_events - StreamingRecognitionResult has two new MessageType: SPEECH_ACTIVITY_BEGIN and SPEECH_ACTIVITY_END - SearchKnowledgeDebugInfo contains ces_debug_info Librarian-Release-Library: Google.Cloud.Dialogflow.V2Beta1 Librarian-Release-Version: 1.0.0-beta31 Librarian-Release-ID: release-20260629T211856Z --- .../Google.Cloud.Dialogflow.V2Beta1.csproj | 2 +- apis/Google.Cloud.Dialogflow.V2Beta1/docs/history.md | 8 ++++++++ generator-input/apis.json | 2 +- generator-input/pipeline-state.json | 6 +++--- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/apis/Google.Cloud.Dialogflow.V2Beta1/Google.Cloud.Dialogflow.V2Beta1/Google.Cloud.Dialogflow.V2Beta1.csproj b/apis/Google.Cloud.Dialogflow.V2Beta1/Google.Cloud.Dialogflow.V2Beta1/Google.Cloud.Dialogflow.V2Beta1.csproj index 63fe3490fd52..ebe0630b5ee6 100644 --- a/apis/Google.Cloud.Dialogflow.V2Beta1/Google.Cloud.Dialogflow.V2Beta1/Google.Cloud.Dialogflow.V2Beta1.csproj +++ b/apis/Google.Cloud.Dialogflow.V2Beta1/Google.Cloud.Dialogflow.V2Beta1/Google.Cloud.Dialogflow.V2Beta1.csproj @@ -1,7 +1,7 @@  - 1.0.0-beta30 + 1.0.0-beta31 netstandard2.0;net462 true Recommended Google client library to access the Google Dialogflow API (v2beta1). diff --git a/apis/Google.Cloud.Dialogflow.V2Beta1/docs/history.md b/apis/Google.Cloud.Dialogflow.V2Beta1/docs/history.md index 6a066d273552..0a0ed93ae84f 100644 --- a/apis/Google.Cloud.Dialogflow.V2Beta1/docs/history.md +++ b/apis/Google.Cloud.Dialogflow.V2Beta1/docs/history.md @@ -1,5 +1,13 @@ # Version history +## Version 1.0.0-beta31, released 2026-06-29 + +### New features + +- Speech activity event is configurable through InputAudioConfig.enable_voice_activity_events +- StreamingRecognitionResult has two new MessageType: SPEECH_ACTIVITY_BEGIN and SPEECH_ACTIVITY_END +- SearchKnowledgeDebugInfo contains ces_debug_info + ## Version 1.0.0-beta30, released 2026-06-22 ### New features diff --git a/generator-input/apis.json b/generator-input/apis.json index 71120f9b1881..818729547516 100644 --- a/generator-input/apis.json +++ b/generator-input/apis.json @@ -2576,7 +2576,7 @@ }, { "id": "Google.Cloud.Dialogflow.V2Beta1", - "version": "1.0.0-beta30", + "version": "1.0.0-beta31", "type": "grpc", "productName": "Google Cloud Dialogflow", "productUrl": "https://cloud.google.com/dialogflow-enterprise/", diff --git a/generator-input/pipeline-state.json b/generator-input/pipeline-state.json index 2fd1c14191bc..11f25a9420b0 100644 --- a/generator-input/pipeline-state.json +++ b/generator-input/pipeline-state.json @@ -1413,12 +1413,12 @@ }, { "id": "Google.Cloud.Dialogflow.V2Beta1", - "currentVersion": "1.0.0-beta30", + "currentVersion": "1.0.0-beta31", "generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", "releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", - "releaseTimestamp": "2026-06-22T18:00:16.427569482Z", + "releaseTimestamp": "2026-06-29T21:40:57.764665360Z", "lastGeneratedCommit": "0a38d04e5f6c265e74a994240b762c22666329a5", - "lastReleasedCommit": "e9195b36c9896e43fc9fa38793b66b5cf1d59b50", + "lastReleasedCommit": "0a38d04e5f6c265e74a994240b762c22666329a5", "apiPaths": [ "google/cloud/dialogflow/v2beta1" ], From dc55a31d8bb40d38eaffd98826b2317d12f9322e Mon Sep 17 00:00:00 2001 From: Google Cloud SDK Librarian Date: Mon, 29 Jun 2026 21:45:11 +0000 Subject: [PATCH 05/11] chore: Release library Google.Cloud.DiscoveryEngine.V1Beta version 1.0.0-beta24 ### New features - Regenerate v1beta proto snapshot for feature parity with v1 Librarian-Release-Library: Google.Cloud.DiscoveryEngine.V1Beta Librarian-Release-Version: 1.0.0-beta24 Librarian-Release-ID: release-20260629T211856Z --- .../Google.Cloud.DiscoveryEngine.V1Beta.csproj | 2 +- apis/Google.Cloud.DiscoveryEngine.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.DiscoveryEngine.V1Beta/Google.Cloud.DiscoveryEngine.V1Beta/Google.Cloud.DiscoveryEngine.V1Beta.csproj b/apis/Google.Cloud.DiscoveryEngine.V1Beta/Google.Cloud.DiscoveryEngine.V1Beta/Google.Cloud.DiscoveryEngine.V1Beta.csproj index f26994b9778d..44d431e28377 100644 --- a/apis/Google.Cloud.DiscoveryEngine.V1Beta/Google.Cloud.DiscoveryEngine.V1Beta/Google.Cloud.DiscoveryEngine.V1Beta.csproj +++ b/apis/Google.Cloud.DiscoveryEngine.V1Beta/Google.Cloud.DiscoveryEngine.V1Beta/Google.Cloud.DiscoveryEngine.V1Beta.csproj @@ -1,7 +1,7 @@  - 1.0.0-beta23 + 1.0.0-beta24 netstandard2.0;net462 true Recommended Google client library to access the Google Discovery Engine API (v1beta). Discovery Engine powers high-quality content recommendations on your digital properties for Discovery for Media. diff --git a/apis/Google.Cloud.DiscoveryEngine.V1Beta/docs/history.md b/apis/Google.Cloud.DiscoveryEngine.V1Beta/docs/history.md index 17195e1c5445..06fb1a020be1 100644 --- a/apis/Google.Cloud.DiscoveryEngine.V1Beta/docs/history.md +++ b/apis/Google.Cloud.DiscoveryEngine.V1Beta/docs/history.md @@ -1,5 +1,11 @@ # Version history +## Version 1.0.0-beta24, released 2026-06-29 + +### New features + +- Regenerate v1beta proto snapshot for feature parity with v1 + ## Version 1.0.0-beta23, released 2026-04-13 ### New features diff --git a/generator-input/apis.json b/generator-input/apis.json index 818729547516..7a459f0946fb 100644 --- a/generator-input/apis.json +++ b/generator-input/apis.json @@ -2619,7 +2619,7 @@ }, { "id": "Google.Cloud.DiscoveryEngine.V1Beta", - "version": "1.0.0-beta23", + "version": "1.0.0-beta24", "type": "grpc", "productName": "Discovery Engine", "productUrl": "https://cloud.google.com/discovery-engine/docs", diff --git a/generator-input/pipeline-state.json b/generator-input/pipeline-state.json index 11f25a9420b0..2b8578318457 100644 --- a/generator-input/pipeline-state.json +++ b/generator-input/pipeline-state.json @@ -1443,12 +1443,12 @@ }, { "id": "Google.Cloud.DiscoveryEngine.V1Beta", - "currentVersion": "1.0.0-beta23", + "currentVersion": "1.0.0-beta24", "generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", "releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", - "releaseTimestamp": "2026-04-13T15:46:05.863686389Z", + "releaseTimestamp": "2026-06-29T21:43:08.088523308Z", "lastGeneratedCommit": "f054d2af61fffbfab799c6737315ceb613a80f2c", - "lastReleasedCommit": "f01ba6bda9ef3a45069a699767ee7dc46f30028a", + "lastReleasedCommit": "f054d2af61fffbfab799c6737315ceb613a80f2c", "apiPaths": [ "google/cloud/discoveryengine/v1beta" ], From 45aa83022ae12f30019aa6e2dd31ffea7074a49f Mon Sep 17 00:00:00 2001 From: Google Cloud SDK Librarian Date: Mon, 29 Jun 2026 21:47:20 +0000 Subject: [PATCH 06/11] chore: Release library Google.Cloud.NetworkManagement.V1 version 2.21.0 ### New features - Add DMS Private Connection Librarian-Release-Library: Google.Cloud.NetworkManagement.V1 Librarian-Release-Version: 2.21.0 Librarian-Release-ID: release-20260629T211856Z --- .../Google.Cloud.NetworkManagement.V1.csproj | 2 +- apis/Google.Cloud.NetworkManagement.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.NetworkManagement.V1/Google.Cloud.NetworkManagement.V1/Google.Cloud.NetworkManagement.V1.csproj b/apis/Google.Cloud.NetworkManagement.V1/Google.Cloud.NetworkManagement.V1/Google.Cloud.NetworkManagement.V1.csproj index f32ce6bde29c..2f824dc148be 100644 --- a/apis/Google.Cloud.NetworkManagement.V1/Google.Cloud.NetworkManagement.V1/Google.Cloud.NetworkManagement.V1.csproj +++ b/apis/Google.Cloud.NetworkManagement.V1/Google.Cloud.NetworkManagement.V1/Google.Cloud.NetworkManagement.V1.csproj @@ -1,7 +1,7 @@  - 2.20.0 + 2.21.0 netstandard2.0;net462 true Recommended Google client library to access the Google Cloud Network Management API, which provides a collection of network performance monitoring and diagnostic capabilities. diff --git a/apis/Google.Cloud.NetworkManagement.V1/docs/history.md b/apis/Google.Cloud.NetworkManagement.V1/docs/history.md index 93790a954d20..f00f3af05d15 100644 --- a/apis/Google.Cloud.NetworkManagement.V1/docs/history.md +++ b/apis/Google.Cloud.NetworkManagement.V1/docs/history.md @@ -1,5 +1,11 @@ # Version history +## Version 2.21.0, released 2026-06-29 + +### New features + +- Add DMS Private Connection + ## Version 2.20.0, released 2026-06-22 ### New features diff --git a/generator-input/apis.json b/generator-input/apis.json index 7a459f0946fb..a8a4e32507b3 100644 --- a/generator-input/apis.json +++ b/generator-input/apis.json @@ -4316,7 +4316,7 @@ }, { "id": "Google.Cloud.NetworkManagement.V1", - "version": "2.20.0", + "version": "2.21.0", "type": "grpc", "productName": "Network Management", "productUrl": "https://cloud.google.com/network-intelligence-center/docs/", diff --git a/generator-input/pipeline-state.json b/generator-input/pipeline-state.json index 2b8578318457..307386d16f70 100644 --- a/generator-input/pipeline-state.json +++ b/generator-input/pipeline-state.json @@ -2268,12 +2268,12 @@ }, { "id": "Google.Cloud.NetworkManagement.V1", - "currentVersion": "2.20.0", + "currentVersion": "2.21.0", "generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", "releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", - "releaseTimestamp": "2026-06-22T18:02:25.516003570Z", + "releaseTimestamp": "2026-06-29T21:45:36.373315988Z", "lastGeneratedCommit": "ea8c3969523e1dffd335ea5edfae985dc8597f4f", - "lastReleasedCommit": "4679f0c8e33ba14d27612bd607649e1f867a881c", + "lastReleasedCommit": "ea8c3969523e1dffd335ea5edfae985dc8597f4f", "apiPaths": [ "google/cloud/networkmanagement/v1" ], From 3788c344623d3365b1e0da98cc6062f2f574844f Mon Sep 17 00:00:00 2001 From: Google Cloud SDK Librarian Date: Mon, 29 Jun 2026 21:49:25 +0000 Subject: [PATCH 07/11] chore: Release library Google.Cloud.Dataform.V1 version 1.0.0-beta04 ### New features - Add Developer Connect integration for Git repository authentication - Add effective default branch field for repositories ### Documentation improvements - Clarify field usage guidelines and default values in API reference documentation Librarian-Release-Library: Google.Cloud.Dataform.V1 Librarian-Release-Version: 1.0.0-beta04 Librarian-Release-ID: release-20260629T211856Z --- .../Google.Cloud.Dataform.V1.csproj | 2 +- apis/Google.Cloud.Dataform.V1/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.Dataform.V1/Google.Cloud.Dataform.V1/Google.Cloud.Dataform.V1.csproj b/apis/Google.Cloud.Dataform.V1/Google.Cloud.Dataform.V1/Google.Cloud.Dataform.V1.csproj index 8dd2aed680f9..9f3f06cbccf0 100644 --- a/apis/Google.Cloud.Dataform.V1/Google.Cloud.Dataform.V1/Google.Cloud.Dataform.V1.csproj +++ b/apis/Google.Cloud.Dataform.V1/Google.Cloud.Dataform.V1/Google.Cloud.Dataform.V1.csproj @@ -1,7 +1,7 @@  - 1.0.0-beta03 + 1.0.0-beta04 netstandard2.0;net462 true Recommended Google client library to access the Google Cloud Dataform API, which allows you to develop, version control, and operationalize SQL pipelines in BigQuery. diff --git a/apis/Google.Cloud.Dataform.V1/docs/history.md b/apis/Google.Cloud.Dataform.V1/docs/history.md index 16502dab6c0b..08fad839ea7a 100644 --- a/apis/Google.Cloud.Dataform.V1/docs/history.md +++ b/apis/Google.Cloud.Dataform.V1/docs/history.md @@ -1,5 +1,16 @@ # Version history +## Version 1.0.0-beta04, released 2026-06-29 + +### New features + +- Add Developer Connect integration for Git repository authentication +- Add effective default branch field for repositories + +### Documentation improvements + +- Clarify field usage guidelines and default values in API reference documentation + ## Version 1.0.0-beta03, released 2026-03-30 ### New features diff --git a/generator-input/apis.json b/generator-input/apis.json index a8a4e32507b3..1a21f7c96380 100644 --- a/generator-input/apis.json +++ b/generator-input/apis.json @@ -2150,7 +2150,7 @@ }, { "id": "Google.Cloud.Dataform.V1", - "version": "1.0.0-beta03", + "version": "1.0.0-beta04", "type": "grpc", "productName": "Dataform", "productUrl": "https://cloud.google.com/dataform/docs/overview", diff --git a/generator-input/pipeline-state.json b/generator-input/pipeline-state.json index 307386d16f70..ee82003f7e20 100644 --- a/generator-input/pipeline-state.json +++ b/generator-input/pipeline-state.json @@ -4295,12 +4295,12 @@ }, { "id": "Google.Cloud.Dataform.V1", - "currentVersion": "1.0.0-beta03", + "currentVersion": "1.0.0-beta04", "generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", "releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", - "releaseTimestamp": "2026-03-30T14:49:43.931392242Z", + "releaseTimestamp": "2026-06-29T21:48:21.588856834Z", "lastGeneratedCommit": "1a9328c67ef6e1d7997e9a19feef7d18c242ebd8", - "lastReleasedCommit": "29214fa04adfdf39cab5cfc0f08b27b23fcfae1a", + "lastReleasedCommit": "1a9328c67ef6e1d7997e9a19feef7d18c242ebd8", "apiPaths": [ "google/cloud/dataform/v1" ], From e104725eb1a9315dbab53e4a9ab72dc7811a4eb1 Mon Sep 17 00:00:00 2001 From: Google Cloud SDK Librarian Date: Mon, 29 Jun 2026 21:51:01 +0000 Subject: [PATCH 08/11] chore: Release library Google.Cloud.Tools.SecretManagerHelper version 1.0.0 ### Bug fixes - Add missing PackAsTool property in csproj Librarian-Release-Library: Google.Cloud.Tools.SecretManagerHelper Librarian-Release-Version: 1.0.0 Librarian-Release-ID: release-20260629T211856Z --- generator-input/pipeline-state.json | 5 ++--- .../Google.Cloud.Tools.SecretManagerHelper.csproj | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/generator-input/pipeline-state.json b/generator-input/pipeline-state.json index ee82003f7e20..463459d842c2 100644 --- a/generator-input/pipeline-state.json +++ b/generator-input/pipeline-state.json @@ -4492,11 +4492,10 @@ }, { "id": "Google.Cloud.Tools.SecretManagerHelper", - "currentVersion": "0.1.0", - "nextVersion": "1.0.0", + "currentVersion": "1.0.0", "generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", "releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", - "releaseTimestamp": "2026-06-18T20:54:29.790259281Z", + "releaseTimestamp": "2026-06-29T21:49:29.159405343Z", "sourcePaths": [ "tools/Google.Cloud.Tools.SecretManagerHelper" ] diff --git a/tools/Google.Cloud.Tools.SecretManagerHelper/Google.Cloud.Tools.SecretManagerHelper.csproj b/tools/Google.Cloud.Tools.SecretManagerHelper/Google.Cloud.Tools.SecretManagerHelper.csproj index 0e32b91e521c..b986345e4eb9 100644 --- a/tools/Google.Cloud.Tools.SecretManagerHelper/Google.Cloud.Tools.SecretManagerHelper.csproj +++ b/tools/Google.Cloud.Tools.SecretManagerHelper/Google.Cloud.Tools.SecretManagerHelper.csproj @@ -6,7 +6,7 @@ net8.0 enable enable - 0.1.0 + 1.0.0 Tool used by Google .NET release processes to fetch secrets from Secret Manager. While there is nothing "secret" in this package, it is unlikely to be useful to other developers. It is only published as a matter of convenience for other Google .NET repositories. secret-manager-helper From a8cf9a8a000940c9cc2ccfe42343dcffa1e18fa3 Mon Sep 17 00:00:00 2001 From: Google Cloud SDK Librarian Date: Mon, 29 Jun 2026 21:51:38 +0000 Subject: [PATCH 09/11] chore: Release library Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1 version 1.0.0-beta06 ### Bug fixes - Existing value `TYPE_APP_CREATED_OR_ALREADY_EXISTS = 5` is changed to `TYPE_APP_CREATED_OR_ALREADY_EXISTS = 6` in enum `Type` - Existing value `TYPE_APP_COMPONENTS_REGISTERED = 6` is changed to `TYPE_APP_COMPONENTS_REGISTERED = 7` in enum `Type` Librarian-Release-Library: Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1 Librarian-Release-Version: 1.0.0-beta06 Librarian-Release-ID: release-20260629T211856Z --- ...oogle.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.csproj | 2 +- .../docs/history.md | 7 +++++++ generator-input/apis.json | 2 +- generator-input/pipeline-state.json | 6 +++--- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/apis/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.csproj b/apis/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.csproj index ef00bc6aa5f9..0c0fe6c4807d 100644 --- a/apis/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.csproj +++ b/apis/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.csproj @@ -1,7 +1,7 @@  - 1.0.0-beta05 + 1.0.0-beta06 netstandard2.0;net462 true Model, deploy, and operate your SaaS at scale. diff --git a/apis/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/docs/history.md b/apis/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/docs/history.md index a3fecf5ab1e8..346cd864f77f 100644 --- a/apis/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/docs/history.md +++ b/apis/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/docs/history.md @@ -1,5 +1,12 @@ # Version history +## Version 1.0.0-beta06, released 2026-06-29 + +### Bug fixes + +- Existing value `TYPE_APP_CREATED_OR_ALREADY_EXISTS = 5` is changed to `TYPE_APP_CREATED_OR_ALREADY_EXISTS = 6` in enum `Type` +- Existing value `TYPE_APP_COMPONENTS_REGISTERED = 6` is changed to `TYPE_APP_COMPONENTS_REGISTERED = 7` in enum `Type` + ## Version 1.0.0-beta05, released 2026-06-08 ### New features diff --git a/generator-input/apis.json b/generator-input/apis.json index 1a21f7c96380..1e292e5b115d 100644 --- a/generator-input/apis.json +++ b/generator-input/apis.json @@ -5197,7 +5197,7 @@ }, { "id": "Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1", - "version": "1.0.0-beta05", + "version": "1.0.0-beta06", "type": "grpc", "productName": "SaaS Runtime", "productUrl": "https://cloud.google.com/saas-runtime/docs/overview", diff --git a/generator-input/pipeline-state.json b/generator-input/pipeline-state.json index 463459d842c2..ec7445085dd2 100644 --- a/generator-input/pipeline-state.json +++ b/generator-input/pipeline-state.json @@ -4682,12 +4682,12 @@ }, { "id": "Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1", - "currentVersion": "1.0.0-beta05", + "currentVersion": "1.0.0-beta06", "generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", "releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", - "releaseTimestamp": "2026-06-08T14:54:50.461722440Z", + "releaseTimestamp": "2026-06-29T21:51:06.117805721Z", "lastGeneratedCommit": "256f0860cc8a4ae2e5f4f606ce7915fd10b5e5e7", - "lastReleasedCommit": "0ff3c706a5e0964c6430529c406208f2ff57cf65", + "lastReleasedCommit": "256f0860cc8a4ae2e5f4f606ce7915fd10b5e5e7", "apiPaths": [ "google/cloud/saasplatform/saasservicemgmt/v1beta1" ], From a366d3ca96bd4096415437ce8def7aa9ed16e52f Mon Sep 17 00:00:00 2001 From: Google Cloud SDK Librarian Date: Mon, 29 Jun 2026 21:53:07 +0000 Subject: [PATCH 10/11] chore: Release library Google.Cloud.VectorSearch.V1 version 1.0.0-beta06 ### New features - Added `force` field to DeleteCollectionRequest to allow deleting a Collection together with its Indexes and DataObjects - Added `FieldFilter` message and `field_filter` field to ExportDataObjects to restrict which top-level Data Object fields are emitted - Relaxed `search_text` and `data_field_names` on data object search from REQUIRED to OPTIONAL (required only for the default text search mode) ### Documentation improvements - Updated documentation for listing locations Librarian-Release-Library: Google.Cloud.VectorSearch.V1 Librarian-Release-Version: 1.0.0-beta06 Librarian-Release-ID: release-20260629T211856Z --- .../Google.Cloud.VectorSearch.V1.csproj | 2 +- apis/Google.Cloud.VectorSearch.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.Cloud.VectorSearch.V1/Google.Cloud.VectorSearch.V1/Google.Cloud.VectorSearch.V1.csproj b/apis/Google.Cloud.VectorSearch.V1/Google.Cloud.VectorSearch.V1/Google.Cloud.VectorSearch.V1.csproj index 6b195171eae3..23439b7a2ec8 100644 --- a/apis/Google.Cloud.VectorSearch.V1/Google.Cloud.VectorSearch.V1/Google.Cloud.VectorSearch.V1.csproj +++ b/apis/Google.Cloud.VectorSearch.V1/Google.Cloud.VectorSearch.V1/Google.Cloud.VectorSearch.V1.csproj @@ -1,7 +1,7 @@  - 1.0.0-beta05 + 1.0.0-beta06 netstandard2.0;net462 true The Vector Search API provides a fully-managed, highly performant, and scalable vector database designed to power next-generation search, recommendation, and generative AI applications. It allows you to store, index, and query your data and its corresponding vector embeddings through a simple, intuitive interface. With Vector Search, you can define custom schemas for your data, insert objects with associated metadata, automatically generate embeddings from your data, and perform fast approximate nearest neighbor (ANN) searches to find semantically similar items at scale. diff --git a/apis/Google.Cloud.VectorSearch.V1/docs/history.md b/apis/Google.Cloud.VectorSearch.V1/docs/history.md index b2e43971d3c3..2800691599f1 100644 --- a/apis/Google.Cloud.VectorSearch.V1/docs/history.md +++ b/apis/Google.Cloud.VectorSearch.V1/docs/history.md @@ -1,5 +1,17 @@ # Version history +## Version 1.0.0-beta06, released 2026-06-29 + +### New features + +- Added `force` field to DeleteCollectionRequest to allow deleting a Collection together with its Indexes and DataObjects +- Added `FieldFilter` message and `field_filter` field to ExportDataObjects to restrict which top-level Data Object fields are emitted +- Relaxed `search_text` and `data_field_names` on data object search from REQUIRED to OPTIONAL (required only for the default text search mode) + +### Documentation improvements + +- Updated documentation for listing locations + ## Version 1.0.0-beta05, released 2026-04-13 ### New features diff --git a/generator-input/apis.json b/generator-input/apis.json index 1e292e5b115d..e54ffdc1d3f2 100644 --- a/generator-input/apis.json +++ b/generator-input/apis.json @@ -6289,7 +6289,7 @@ }, { "id": "Google.Cloud.VectorSearch.V1", - "version": "1.0.0-beta05", + "version": "1.0.0-beta06", "type": "grpc", "productName": "Vector Search", "productUrl": "https://docs.cloud.google.com/vertex-ai/docs/vector-search-2/overview", diff --git a/generator-input/pipeline-state.json b/generator-input/pipeline-state.json index ec7445085dd2..55c9a9c8656b 100644 --- a/generator-input/pipeline-state.json +++ b/generator-input/pipeline-state.json @@ -4902,12 +4902,12 @@ }, { "id": "Google.Cloud.VectorSearch.V1", - "currentVersion": "1.0.0-beta05", + "currentVersion": "1.0.0-beta06", "generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", "releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", - "releaseTimestamp": "2026-04-13T15:51:50.961344030Z", + "releaseTimestamp": "2026-06-29T21:51:42.998483229Z", "lastGeneratedCommit": "0b5d8e6c5d222d37113a8961774f8e1e1cfec0c0", - "lastReleasedCommit": "8d0f6d8615c72d1907aeec8984d68df50fb6b697", + "lastReleasedCommit": "0b5d8e6c5d222d37113a8961774f8e1e1cfec0c0", "apiPaths": [ "google/cloud/vectorsearch/v1" ], From 0aade07b268064ecddf99685f4fb62e6c6f1a933 Mon Sep 17 00:00:00 2001 From: Google Cloud SDK Librarian Date: Mon, 29 Jun 2026 21:53:46 +0000 Subject: [PATCH 11/11] chore: Release library Google.Cloud.AgentRegistry.V1 version 1.0.0-beta01 ### New features - Initial generation for Google.Cloud.AgentRegistry.V1 Librarian-Release-Library: Google.Cloud.AgentRegistry.V1 Librarian-Release-Version: 1.0.0-beta01 Librarian-Release-ID: release-20260629T211856Z --- README.md | 1 + apis/Google.Cloud.AgentRegistry.V1/.repo-metadata.json | 2 +- .../Google.Cloud.AgentRegistry.V1.csproj | 2 +- apis/Google.Cloud.AgentRegistry.V1/docs/history.md | 8 ++++++++ generator-input/apis.json | 2 +- generator-input/pipeline-state.json | 4 +++- 6 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 apis/Google.Cloud.AgentRegistry.V1/docs/history.md diff --git a/README.md b/README.md index eeacd66822a1..b3d93b79ef00 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Each package name links to the documentation for that package. | [Google.Backstory](https://googleapis.dev/dotnet/Google.Backstory/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Backstory)](https://nuget.org/packages/Google.Backstory) | [Malachite Common Protos](https://cloud.google.com/chronicle/docs/secops/secops-overview) | | [Google.Cloud.AccessApproval.V1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.AccessApproval.V1/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Cloud.AccessApproval.V1)](https://nuget.org/packages/Google.Cloud.AccessApproval.V1) | [Access Approval](https://cloud.google.com/access-approval/docs/) | | [Google.Cloud.AdvisoryNotifications.V1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.AdvisoryNotifications.V1/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Cloud.AdvisoryNotifications.V1)](https://nuget.org/packages/Google.Cloud.AdvisoryNotifications.V1) | [Advisory Notifications](https://cloud.google.com/advisory-notifications/docs/overview) | +| [Google.Cloud.AgentRegistry.V1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.AgentRegistry.V1/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Cloud.AgentRegistry.V1)](https://nuget.org/packages/Google.Cloud.AgentRegistry.V1) | [Agent Registry](https://docs.cloud.google.com/agent-registry/overview) | | [Google.Cloud.AlloyDb.V1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.AlloyDb.V1/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Cloud.AlloyDb.V1)](https://nuget.org/packages/Google.Cloud.AlloyDb.V1) | [AlloyDB (V1 API)](https://cloud.google.com/alloydb/docs) | | [Google.Cloud.AlloyDb.V1Alpha](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Cloud.AlloyDb.V1Alpha)](https://nuget.org/packages/Google.Cloud.AlloyDb.V1Alpha) | [AlloyDB (V1Alpha API)](https://cloud.google.com/alloydb/docs) | | [Google.Cloud.AlloyDb.V1Beta](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Cloud.AlloyDb.V1Beta)](https://nuget.org/packages/Google.Cloud.AlloyDb.V1Beta) | [AlloyDB (V1Beta API)](https://cloud.google.com/alloydb/docs) | diff --git a/apis/Google.Cloud.AgentRegistry.V1/.repo-metadata.json b/apis/Google.Cloud.AgentRegistry.V1/.repo-metadata.json index 5498b12ea31b..5fb03efcf79c 100644 --- a/apis/Google.Cloud.AgentRegistry.V1/.repo-metadata.json +++ b/apis/Google.Cloud.AgentRegistry.V1/.repo-metadata.json @@ -1,6 +1,6 @@ { "distribution_name": "Google.Cloud.AgentRegistry.V1", - "release_level": "unreleased", + "release_level": "preview", "client_documentation": "https://cloud.google.com/dotnet/docs/reference/Google.Cloud.AgentRegistry.V1/latest", "library_type": "GAPIC_AUTO", "language": "dotnet", diff --git a/apis/Google.Cloud.AgentRegistry.V1/Google.Cloud.AgentRegistry.V1/Google.Cloud.AgentRegistry.V1.csproj b/apis/Google.Cloud.AgentRegistry.V1/Google.Cloud.AgentRegistry.V1/Google.Cloud.AgentRegistry.V1.csproj index 8e19823321b7..4cbe129ee437 100644 --- a/apis/Google.Cloud.AgentRegistry.V1/Google.Cloud.AgentRegistry.V1/Google.Cloud.AgentRegistry.V1.csproj +++ b/apis/Google.Cloud.AgentRegistry.V1/Google.Cloud.AgentRegistry.V1/Google.Cloud.AgentRegistry.V1.csproj @@ -1,7 +1,7 @@  - 1.0.0-beta00 + 1.0.0-beta01 netstandard2.0;net462 true Agent Registry is a centralized, unified catalog that lets you store, discover, and govern Model Context Protocol (MCP) servers, tools, and AI agents within Google Cloud. diff --git a/apis/Google.Cloud.AgentRegistry.V1/docs/history.md b/apis/Google.Cloud.AgentRegistry.V1/docs/history.md new file mode 100644 index 000000000000..f759637fa9aa --- /dev/null +++ b/apis/Google.Cloud.AgentRegistry.V1/docs/history.md @@ -0,0 +1,8 @@ +# Version history + +## Version 1.0.0-beta01, released 2026-06-29 + +### New features + +- Initial generation for Google.Cloud.AgentRegistry.V1 + diff --git a/generator-input/apis.json b/generator-input/apis.json index e54ffdc1d3f2..9591b049105d 100644 --- a/generator-input/apis.json +++ b/generator-input/apis.json @@ -330,7 +330,7 @@ }, { "id": "Google.Cloud.AgentRegistry.V1", - "version": "1.0.0-beta00", + "version": "1.0.0-beta01", "type": "grpc", "productName": "Agent Registry", "productUrl": "https://docs.cloud.google.com/agent-registry/overview", diff --git a/generator-input/pipeline-state.json b/generator-input/pipeline-state.json index 55c9a9c8656b..b3c8d6bc5f7d 100644 --- a/generator-input/pipeline-state.json +++ b/generator-input/pipeline-state.json @@ -5097,10 +5097,12 @@ }, { "id": "Google.Cloud.AgentRegistry.V1", - "nextVersion": "1.0.0-beta01", + "currentVersion": "1.0.0-beta01", "generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", "releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC", + "releaseTimestamp": "2026-06-29T21:53:14.938776655Z", "lastGeneratedCommit": "5403278d28f43d2071393d7ad306c5f1cdfd9d90", + "lastReleasedCommit": "5403278d28f43d2071393d7ad306c5f1cdfd9d90", "apiPaths": [ "google/cloud/agentregistry/v1" ],