@@ -32,7 +32,7 @@ option java_outer_classname = "ReservationProto";
3232option java_package = "com.google.cloud.bigquery.reservation.v1" ;
3333option php_namespace = "Google\\Cloud\\BigQuery\\Reservation\\V1" ;
3434
35- // This API allows users to manage their flat-rate BigQuery reservations.
35+ // This API allows users to manage their BigQuery reservations.
3636//
3737// A reservation provides computational resource guarantees, in the form of
3838// [slots](https://cloud.google.com/bigquery/docs/slots), to users. A slot is a
@@ -465,6 +465,9 @@ message Reservation {
465465 // If set to true, this reservation is placed in the organization's
466466 // secondary region which is designated for disaster recovery purposes.
467467 // If false, this reservation is placed in the organization's default region.
468+ //
469+ // NOTE: this is a preview feature. Project must be allow-listed in order to
470+ // set this field.
468471 bool multi_region_auxiliary = 14 ;
469472
470473 // Edition of the reservation.
@@ -501,7 +504,7 @@ message CapacityCommitment {
501504
502505 // Same as FLEX, should only be used if flat-rate commitments are still
503506 // available.
504- FLEX_FLAT_RATE = 7 ;
507+ FLEX_FLAT_RATE = 7 [ deprecated = true ] ;
505508
506509 // Trial commitments have a committed period of 182 days after becoming
507510 // ACTIVE. After that, they are converted to a new commitment based on the
@@ -516,7 +519,7 @@ message CapacityCommitment {
516519
517520 // Same as MONTHLY, should only be used if flat-rate commitments are still
518521 // available.
519- MONTHLY_FLAT_RATE = 8 ;
522+ MONTHLY_FLAT_RATE = 8 [ deprecated = true ] ;
520523
521524 // Annual commitments have a committed period of 365 days after becoming
522525 // ACTIVE. After that they are converted to a new commitment based on the
@@ -525,7 +528,7 @@ message CapacityCommitment {
525528
526529 // Same as ANNUAL, should only be used if flat-rate commitments are still
527530 // available.
528- ANNUAL_FLAT_RATE = 9 ;
531+ ANNUAL_FLAT_RATE = 9 [ deprecated = true ] ;
529532
530533 // 3-year commitments have a committed period of 1095(3 * 365) days after
531534 // becoming ACTIVE. After that they are converted to a new commitment based
@@ -600,6 +603,9 @@ message CapacityCommitment {
600603 // If set to true, this commitment is placed in the organization's
601604 // secondary region which is designated for disaster recovery purposes.
602605 // If false, this commitment is placed in the organization's default region.
606+ //
607+ // NOTE: this is a preview feature. Project must be allow-listed in order to
608+ // set this field.
603609 bool multi_region_auxiliary = 10 ;
604610
605611 // Edition of the capacity commitment.
0 commit comments