Skip to content

Commit 3255022

Browse files
Google APIscopybara-github
authored andcommitted
docs: Mark v1beta1 API as deprecated
PiperOrigin-RevId: 439847134
1 parent 98a98fa commit 3255022

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

google/cloud/bigquery/reservation/v1beta1/reservation.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ option java_multiple_files = true;
3030
option java_package = "com.google.cloud.bigquery.reservation.v1beta1";
3131
option php_namespace = "Google\\Cloud\\BigQuery\\Reservation\\V1beta1";
3232

33+
// Deprecated: Please use the v1 api instead.
3334
// This API allows users to manage their flat-rate BigQuery reservations.
3435
//
3536
// A reservation provides computational resource guarantees, in the form of
@@ -46,6 +47,7 @@ option php_namespace = "Google\\Cloud\\BigQuery\\Reservation\\V1beta1";
4647
// location, e.g.:
4748
// `projects/myproject/locations/US/capacityCommitments/id`.
4849
service ReservationService {
50+
option deprecated = true;
4951
option (google.api.default_host) = "bigqueryreservation.googleapis.com";
5052
option (google.api.oauth_scopes) =
5153
"https://www.googleapis.com/auth/bigquery,"

0 commit comments

Comments
 (0)