Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
11 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
2 changes: 1 addition & 1 deletion apis/Google.Cloud.AgentRegistry.V1/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-beta00</Version>
<Version>1.0.0-beta01</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>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.</Description>
Expand Down
8 changes: 8 additions & 0 deletions apis/Google.Cloud.AgentRegistry.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Version history

## Version 1.0.0-beta01, released 2026-06-29

### New features

- Initial generation for Google.Cloud.AgentRegistry.V1

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.18.0</Version>
<Version>2.19.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Build API v1, which creates and manages builds on Google Cloud Platform.</Description>
Expand Down
6 changes: 6 additions & 0 deletions apis/Google.Cloud.CloudBuild.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-beta03</Version>
<Version>1.0.0-beta04</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Dataform API, which allows you to develop, version control, and operationalize SQL pipelines in BigQuery.</Description>
Expand Down
11 changes: 11 additions & 0 deletions apis/Google.Cloud.Dataform.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>5.1.0</Version>
<Version>5.2.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<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.</Description>
Expand Down
11 changes: 11 additions & 0 deletions apis/Google.Cloud.Datastore.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>4.30.0</Version>
<Version>4.31.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Dialogflow API (v2).</Description>
Expand Down
8 changes: 8 additions & 0 deletions apis/Google.Cloud.Dialogflow.V2/docs/history.md
Original file line number Diff line number Diff line change
@@ -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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The field name ces_debug_info is written with an uppercase 'C' (Ces_debug_info). Since protobuf/gRPC field names are lowercase snake_case, it should be written as ces_debug_info to maintain consistency with the API definition and other release notes.

Suggested change
- Ces_debug_info is available in SearchKnowledgeDebugInfo
- ces_debug_info is available in SearchKnowledgeDebugInfo


## Version 4.30.0, released 2026-06-22

### New features
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-beta30</Version>
<Version>1.0.0-beta31</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Dialogflow API (v2beta1).</Description>
Expand Down
8 changes: 8 additions & 0 deletions apis/Google.Cloud.Dialogflow.V2Beta1/docs/history.md
Original file line number Diff line number Diff line change
@@ -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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The term 'MessageType' should be pluralized to 'MessageTypes' or changed to 'MessageType values' to be grammatically correct when referring to multiple values.

Suggested change
- StreamingRecognitionResult has two new MessageType: SPEECH_ACTIVITY_BEGIN and SPEECH_ACTIVITY_END
- StreamingRecognitionResult has two new MessageTypes: SPEECH_ACTIVITY_BEGIN and SPEECH_ACTIVITY_END

- SearchKnowledgeDebugInfo contains ces_debug_info

## Version 1.0.0-beta30, released 2026-06-22

### New features
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-beta23</Version>
<Version>1.0.0-beta24</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>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.</Description>
Expand Down
6 changes: 6 additions & 0 deletions apis/Google.Cloud.DiscoveryEngine.V1Beta/docs/history.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.20.0</Version>
<Version>2.21.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Network Management API, which provides a collection of network performance monitoring and diagnostic capabilities.</Description>
Expand Down
6 changes: 6 additions & 0 deletions apis/Google.Cloud.NetworkManagement.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-beta05</Version>
<Version>1.0.0-beta06</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Model, deploy, and operate your SaaS at scale.</Description>
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-beta05</Version>
<Version>1.0.0-beta06</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>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.</Description>
Expand Down
12 changes: 12 additions & 0 deletions apis/Google.Cloud.VectorSearch.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
20 changes: 10 additions & 10 deletions generator-input/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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.",
Expand Down Expand Up @@ -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": [
Expand All @@ -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/",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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/",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
Loading
Loading