Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
18 changes: 9 additions & 9 deletions .librarian/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ libraries:
- internal/generated/snippets/ai/
tag_format: '{id}/v{version}'
- id: aiplatform
version: 1.119.0
version: 1.120.0
last_generated_commit: 6df3ecf4fd43b64826de6a477d1a535ec18b0d7c
apis:
- path: google/cloud/aiplatform/v1
Expand Down Expand Up @@ -1362,7 +1362,7 @@ libraries:
- internal/generated/snippets/certificatemanager/
tag_format: '{id}/v{version}'
- id: ces
version: 0.2.0
version: 0.3.0
last_generated_commit: 6df3ecf4fd43b64826de6a477d1a535ec18b0d7c
apis:
- path: google/cloud/ces/v1beta
Expand Down Expand Up @@ -1730,7 +1730,7 @@ libraries:
- internal/generated/snippets/commerce/
tag_format: '{id}/v{version}'
- id: compute
version: 1.56.0
version: 1.57.0
last_generated_commit: 6df3ecf4fd43b64826de6a477d1a535ec18b0d7c
apis:
- path: google/cloud/compute/v1
Expand Down Expand Up @@ -2115,7 +2115,7 @@ libraries:
- internal/generated/snippets/datalabeling/
tag_format: '{id}/v{version}'
- id: datamanager
version: 0.2.0
version: 0.3.0
last_generated_commit: 6df3ecf4fd43b64826de6a477d1a535ec18b0d7c
apis:
- path: google/ads/datamanager/v1
Expand Down Expand Up @@ -2831,7 +2831,7 @@ libraries:
- internal/generated/snippets/functions/
tag_format: '{id}/v{version}'
- id: geminidataanalytics
version: 0.7.0
version: 0.8.0
last_generated_commit: 6df3ecf4fd43b64826de6a477d1a535ec18b0d7c
apis:
- path: google/cloud/geminidataanalytics/v1beta
Expand Down Expand Up @@ -3576,7 +3576,7 @@ libraries:
- internal/generated/snippets/managedkafka/
tag_format: '{id}/v{version}'
- id: maps
version: 1.28.0
version: 1.29.0
last_generated_commit: 6df3ecf4fd43b64826de6a477d1a535ec18b0d7c
apis:
- path: google/maps/addressvalidation/v1
Expand Down Expand Up @@ -3969,7 +3969,7 @@ libraries:
- internal/generated/snippets/netapp/
tag_format: '{id}/v{version}'
- id: networkconnectivity
version: 1.20.0
version: 1.21.0
last_generated_commit: 6df3ecf4fd43b64826de6a477d1a535ec18b0d7c
apis:
- path: google/cloud/networkconnectivity/v1
Expand Down Expand Up @@ -5419,7 +5419,7 @@ libraries:
- internal/generated/snippets/shell/
tag_format: '{id}/v{version}'
- id: shopping
version: 1.4.0
version: 1.5.0
last_generated_commit: 6df3ecf4fd43b64826de6a477d1a535ec18b0d7c
apis:
- path: google/shopping/css/v1
Expand Down Expand Up @@ -6239,7 +6239,7 @@ libraries:
- internal/generated/snippets/translate/
tag_format: '{id}/v{version}'
- id: vectorsearch
version: 0.4.0
version: 0.5.0
last_generated_commit: 6df3ecf4fd43b64826de6a477d1a535ec18b0d7c
apis:
- path: google/cloud/vectorsearch/v1beta
Expand Down
16 changes: 16 additions & 0 deletions aiplatform/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Changes


## [1.120.0](https://github.com/googleapis/google-cloud-go/releases/tag/aiplatform%2Fv1.120.0) (2026-03-12)

### Features

* Add custom memory id field to create memory v1beta1 ([177550d](https://github.com/googleapis/google-cloud-go/commit/177550d454fe98dcd1cd6645bf9b4c51eef7a419))
* Add custom session id field to create session v1 ([177550d](https://github.com/googleapis/google-cloud-go/commit/177550d454fe98dcd1cd6645bf9b4c51eef7a419))
* Add custom session id field to create session v1beta1 ([177550d](https://github.com/googleapis/google-cloud-go/commit/177550d454fe98dcd1cd6645bf9b4c51eef7a419))
* Add raw_event field to event proto v1 ([177550d](https://github.com/googleapis/google-cloud-go/commit/177550d454fe98dcd1cd6645bf9b4c51eef7a419))
* Add raw_event field to event proto v1beta1 ([177550d](https://github.com/googleapis/google-cloud-go/commit/177550d454fe98dcd1cd6645bf9b4c51eef7a419))
* RagMetadata and RagDataSchema concepts and Batch API definitions added for Preview ([177550d](https://github.com/googleapis/google-cloud-go/commit/177550d454fe98dcd1cd6645bf9b4c51eef7a419))
* upgrade protobuf from v25.7 to v31.0 ([177550d](https://github.com/googleapis/google-cloud-go/commit/177550d454fe98dcd1cd6645bf9b4c51eef7a419))

### Documentation

* Updated comments for `rag_file_metadata_config` across ImportRagFilesRequest and UploadRagFileRequest ([177550d](https://github.com/googleapis/google-cloud-go/commit/177550d454fe98dcd1cd6645bf9b4c51eef7a419))

## [1.119.0](https://github.com/googleapis/google-cloud-go/releases/tag/aiplatform%2Fv1.119.0) (2026-03-05)

### Features
Expand Down
2 changes: 1 addition & 1 deletion aiplatform/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions ces/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changes

## [0.3.0](https://github.com/googleapis/google-cloud-go/releases/tag/ces%2Fv0.3.0) (2026-03-12)

### Features

* update public libraries for CES v1beta ([177550d](https://github.com/googleapis/google-cloud-go/commit/177550d454fe98dcd1cd6645bf9b4c51eef7a419))

### Bug Fixes

* An existing field `app` is renamed to `name` in message `.google.cloud.ces.v1beta.UploadEvaluationAudioRequest` ([177550d](https://github.com/googleapis/google-cloud-go/commit/177550d454fe98dcd1cd6645bf9b4c51eef7a419))
* An existing field `audio_duration` is renamed to `duration` in message `.google.cloud.ces.v1beta.UploadEvaluationAudioResponse` ([177550d](https://github.com/googleapis/google-cloud-go/commit/177550d454fe98dcd1cd6645bf9b4c51eef7a419))
* An existing field `audio_transcript` is renamed to `transcript` in message `.google.cloud.ces.v1beta.UploadEvaluationAudioResponse` ([177550d](https://github.com/googleapis/google-cloud-go/commit/177550d454fe98dcd1cd6645bf9b4c51eef7a419))
* An existing field `variables` is moved in to oneof in message `.google.cloud.ces.v1beta.ExecuteToolRequest` ([177550d](https://github.com/googleapis/google-cloud-go/commit/177550d454fe98dcd1cd6645bf9b4c51eef7a419))
* An existing google.api.http annotation `http_uri` is changed for method `UploadEvaluationAudio` in service `EvaluationService` ([177550d](https://github.com/googleapis/google-cloud-go/commit/177550d454fe98dcd1cd6645bf9b4c51eef7a419))
* An existing method_signature `app,audio_content` is removed from method `UploadEvaluationAudio` in service `EvaluationService` ([177550d](https://github.com/googleapis/google-cloud-go/commit/177550d454fe98dcd1cd6645bf9b4c51eef7a419))

### Documentation

* A comment for field `cert` in message `.google.cloud.ces.v1beta.TlsConfig` is changed ([177550d](https://github.com/googleapis/google-cloud-go/commit/177550d454fe98dcd1cd6645bf9b4c51eef7a419))
* A comment for field `entry_agent` in message `.google.cloud.ces.v1beta.SessionConfig` is changed ([177550d](https://github.com/googleapis/google-cloud-go/commit/177550d454fe98dcd1cd6645bf9b4c51eef7a419))
* A comment for field `name` in message `.google.cloud.ces.v1beta.Tool` is changed PiperOrigin-RevId: 878047537 ([177550d](https://github.com/googleapis/google-cloud-go/commit/177550d454fe98dcd1cd6645bf9b4c51eef7a419))

## [0.2.0](https://github.com/googleapis/google-cloud-go/releases/tag/ces%2Fv0.2.0) (2026-03-05)

### Features
Expand Down
2 changes: 1 addition & 1 deletion ces/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions compute/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.57.0](https://github.com/googleapis/google-cloud-go/releases/tag/compute%2Fv1.57.0) (2026-03-12)

### Features

* Update Compute Engine v1 API to revision 20260227 (googleapis#1166) ([177550d](https://github.com/googleapis/google-cloud-go/commit/177550d454fe98dcd1cd6645bf9b4c51eef7a419))
* Update Compute Engine v1beta API to revision 20260227 (googleapis#1164) ([177550d](https://github.com/googleapis/google-cloud-go/commit/177550d454fe98dcd1cd6645bf9b4c51eef7a419))

## [1.56.0](https://github.com/googleapis/google-cloud-go/releases/tag/compute%2Fv1.56.0) (2026-03-05)

### Features
Expand Down
2 changes: 1 addition & 1 deletion compute/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions datamanager/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changes

## [0.3.0](https://github.com/googleapis/google-cloud-go/releases/tag/datamanager%2Fv0.3.0) (2026-03-12)

### Features

* deprecate INVALID_COUNTRY_CODE and add MEMBERSHIP_DURATION_TOO_LONG to the ErrorReason enum ([177550d](https://github.com/googleapis/google-cloud-go/commit/177550d454fe98dcd1cd6645bf9b4c51eef7a419))

### Bug Fixes

* feat: update advertiser_identifier_count in PairIdInfo to be optional ([177550d](https://github.com/googleapis/google-cloud-go/commit/177550d454fe98dcd1cd6645bf9b4c51eef7a419))
* update match_rate_percentage in PairIdInfo to be required ([177550d](https://github.com/googleapis/google-cloud-go/commit/177550d454fe98dcd1cd6645bf9b4c51eef7a419))
* update publisher_name in PairIdInfo to be required ([177550d](https://github.com/googleapis/google-cloud-go/commit/177550d454fe98dcd1cd6645bf9b4c51eef7a419))

### Documentation

* update filter field documentation to clarify case requirements and improve examples ([177550d](https://github.com/googleapis/google-cloud-go/commit/177550d454fe98dcd1cd6645bf9b4c51eef7a419))

## [0.2.0](https://github.com/googleapis/google-cloud-go/releases/tag/datamanager%2Fv0.2.0) (2026-02-26)

### Features
Expand Down
2 changes: 1 addition & 1 deletion datamanager/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions geminidataanalytics/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changes

## [0.8.0](https://github.com/googleapis/google-cloud-go/releases/tag/geminidataanalytics%2Fv0.8.0) (2026-03-12)

### Features

* add `ParameterizedSecureViewParameters` message and field for PSV support ([177550d](https://github.com/googleapis/google-cloud-go/commit/177550d454fe98dcd1cd6645bf9b4c51eef7a419))
* add `ThinkingMode` enum and field to control agent thinking mode ([177550d](https://github.com/googleapis/google-cloud-go/commit/177550d454fe98dcd1cd6645bf9b4c51eef7a419))

### Documentation

* update field comments for `generated_looker_query` in `DataMessage` ([177550d](https://github.com/googleapis/google-cloud-go/commit/177550d454fe98dcd1cd6645bf9b4c51eef7a419))

## [0.7.0](https://github.com/googleapis/google-cloud-go/releases/tag/geminidataanalytics%2Fv0.7.0) (2026-02-05)

### Features
Expand Down
2 changes: 1 addition & 1 deletion geminidataanalytics/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/aiplatform/apiv1",
"version": "1.119.0",
"version": "1.120.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/aiplatform/apiv1beta1",
"version": "1.119.0",
"version": "1.120.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/ces/apiv1",
"version": "0.2.0",
"version": "0.3.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/ces/apiv1beta",
"version": "0.2.0",
"version": "0.3.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/compute/apiv1",
"version": "1.56.0",
"version": "1.57.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/compute/apiv1beta",
"version": "1.56.0",
"version": "1.57.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/datamanager/apiv1",
"version": "0.2.0",
"version": "0.3.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/geminidataanalytics/apiv1beta",
"version": "0.7.0",
"version": "0.8.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/maps/addressvalidation/apiv1",
"version": "1.28.0",
"version": "1.29.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/maps/areainsights/apiv1",
"version": "1.28.0",
"version": "1.29.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/maps/fleetengine/apiv1",
"version": "1.28.0",
"version": "1.29.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/maps/fleetengine/delivery/apiv1",
"version": "1.28.0",
"version": "1.29.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/maps/places/apiv1",
"version": "1.28.0",
"version": "1.29.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/maps/routeoptimization/apiv1",
"version": "1.28.0",
"version": "1.29.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/maps/routing/apiv2",
"version": "1.28.0",
"version": "1.29.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/maps/solar/apiv1",
"version": "1.28.0",
"version": "1.29.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/networkconnectivity/apiv1",
"version": "1.20.0",
"version": "1.21.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/networkconnectivity/apiv1alpha1",
"version": "1.20.0",
"version": "1.21.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/networkconnectivity/apiv1beta",
"version": "1.20.0",
"version": "1.21.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/shopping/css/apiv1",
"version": "1.4.0",
"version": "1.5.0",
"language": "GO",
"apis": [
{
Expand Down
Loading
Loading