Skip to content

Commit

Permalink
Release Google.Cloud.AIPlatform.V1 version 3.19.0 (#14272)
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- A new field `response_id` is added to message `.google.cloud.aiplatform.v1.GenerateContentResponse` ([commit 8888750](https://togithub.com/googleapis/google-cloud-dotnet/commit/88887505d7629bc810b57c255f0ed0133970d0a3))
- A new field `create_time` is added to message `.google.cloud.aiplatform.v1.GenerateContentResponse` ([commit 8888750](https://togithub.com/googleapis/google-cloud-dotnet/commit/88887505d7629bc810b57c255f0ed0133970d0a3))
  • Loading branch information
jskeet authored Feb 18, 2025
1 parent 4c0d2c8 commit c74dfbe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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>3.18.0</Version>
<Version>3.19.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>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.</Description>
Expand Down
7 changes: 7 additions & 0 deletions apis/Google.Cloud.AIPlatform.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Version history

## Version 3.19.0, released 2025-02-18

### New features

- A new field `response_id` is added to message `.google.cloud.aiplatform.v1.GenerateContentResponse` ([commit 8888750](https://github.com/googleapis/google-cloud-dotnet/commit/88887505d7629bc810b57c255f0ed0133970d0a3))
- A new field `create_time` is added to message `.google.cloud.aiplatform.v1.GenerateContentResponse` ([commit 8888750](https://github.com/googleapis/google-cloud-dotnet/commit/88887505d7629bc810b57c255f0ed0133970d0a3))

## Version 3.18.0, released 2025-02-10

### New features
Expand Down
2 changes: 1 addition & 1 deletion generator-input/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
},
{
"id": "Google.Cloud.AIPlatform.V1",
"version": "3.18.0",
"version": "3.19.0",
"type": "grpc",
"productName": "Vertex AI",
"productUrl": "https://cloud.google.com/vertex-ai/docs",
Expand Down

0 comments on commit c74dfbe

Please sign in to comment.