Skip to content

Commit

Permalink
Release Google.Cloud.BigQuery.Reservation.V1 version 2.7.0
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Add a new field `replication_status` to `.google.cloud.bigquery.reservation.v1.Reservation` to provide visibility into errors that could arise during Disaster Recovery(DR) replication ([commit fecbe42](fecbe42))
- Add the CONTINUOUS Job type to `.google.cloud.bigquery.reservation.v1.Assignment.JobType` for continuous SQL jobs ([commit fecbe42](fecbe42))
- Add a new field `enable_gemini_in_bigquery` to `.google.cloud.bigquery.reservation.v1.Assignment` that indicates if "Gemini in Bigquery"(https://cloud.google.com/gemini/docs/bigquery/overview) features are enabled for the reservation assignment ([commit fecbe42](fecbe42))

### Documentation improvements

- Update the `google.api.field_behavior` for the `.google.cloud.bigquery.reservation.v1.Reservation.primary_location` and `.google.cloud.bigquery.reservation.v1.Reservation.original_primary_location` fields to clarify that they are `OUTPUT_ONLY` ([commit fecbe42](fecbe42))
- Remove the section about `EDITION_UNSPECIFIED` in the comment for `slot_capacity` in `.google.cloud.bigquery.reservation.v1.Reservation` to clarify that ([commit fecbe42](fecbe42))
  • Loading branch information
jskeet committed Mar 3, 2025
1 parent 3da797d commit e037373
Show file tree
Hide file tree
Showing 3 changed files with 15 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>2.6.0</Version>
<Version>2.7.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the BigQuery Reservation API, which allows you to modify your BigQuery flat-rate reservations.</Description>
Expand Down
13 changes: 13 additions & 0 deletions apis/Google.Cloud.BigQuery.Reservation.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Version history

## Version 2.7.0, released 2025-03-03

### New features

- Add a new field `replication_status` to `.google.cloud.bigquery.reservation.v1.Reservation` to provide visibility into errors that could arise during Disaster Recovery(DR) replication ([commit fecbe42](https://github.com/googleapis/google-cloud-dotnet/commit/fecbe4232c0e63beb0da7ba1ccbb6bc15f00ffb8))
- Add the CONTINUOUS Job type to `.google.cloud.bigquery.reservation.v1.Assignment.JobType` for continuous SQL jobs ([commit fecbe42](https://github.com/googleapis/google-cloud-dotnet/commit/fecbe4232c0e63beb0da7ba1ccbb6bc15f00ffb8))
- Add a new field `enable_gemini_in_bigquery` to `.google.cloud.bigquery.reservation.v1.Assignment` that indicates if "Gemini in Bigquery"(https://cloud.google.com/gemini/docs/bigquery/overview) features are enabled for the reservation assignment ([commit fecbe42](https://github.com/googleapis/google-cloud-dotnet/commit/fecbe4232c0e63beb0da7ba1ccbb6bc15f00ffb8))

### Documentation improvements

- Update the `google.api.field_behavior` for the `.google.cloud.bigquery.reservation.v1.Reservation.primary_location` and `.google.cloud.bigquery.reservation.v1.Reservation.original_primary_location` fields to clarify that they are `OUTPUT_ONLY` ([commit fecbe42](https://github.com/googleapis/google-cloud-dotnet/commit/fecbe4232c0e63beb0da7ba1ccbb6bc15f00ffb8))
- Remove the section about `EDITION_UNSPECIFIED` in the comment for `slot_capacity` in `.google.cloud.bigquery.reservation.v1.Reservation` to clarify that ([commit fecbe42](https://github.com/googleapis/google-cloud-dotnet/commit/fecbe4232c0e63beb0da7ba1ccbb6bc15f00ffb8))

## Version 2.6.0, released 2024-12-06

### 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 @@ -1090,7 +1090,7 @@
},
{
"id": "Google.Cloud.BigQuery.Reservation.V1",
"version": "2.6.0",
"version": "2.7.0",
"type": "grpc",
"productName": "BigQuery Reservation",
"productUrl": "https://cloud.google.com/bigquery/docs/reference/reservations",
Expand Down

0 comments on commit e037373

Please sign in to comment.