Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
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
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@


class ReservationServiceAsyncClient:
"""This API allows users to manage their flat-rate BigQuery
reservations.
"""This API allows users to manage their BigQuery reservations.

A reservation provides computational resource guarantees, in the
form of `slots <https://cloud.google.com/bigquery/docs/slots>`__, to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ def get_transport_class(


class ReservationServiceClient(metaclass=ReservationServiceClientMeta):
"""This API allows users to manage their flat-rate BigQuery
reservations.
"""This API allows users to manage their BigQuery reservations.

A reservation provides computational resource guarantees, in the
form of `slots <https://cloud.google.com/bigquery/docs/slots>`__, to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
class ReservationServiceGrpcTransport(ReservationServiceTransport):
"""gRPC backend transport for ReservationService.

This API allows users to manage their flat-rate BigQuery
reservations.
This API allows users to manage their BigQuery reservations.

A reservation provides computational resource guarantees, in the
form of `slots <https://cloud.google.com/bigquery/docs/slots>`__, to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
class ReservationServiceGrpcAsyncIOTransport(ReservationServiceTransport):
"""gRPC AsyncIO backend transport for ReservationService.

This API allows users to manage their flat-rate BigQuery
reservations.
This API allows users to manage their BigQuery reservations.

A reservation provides computational resource guarantees, in the
form of `slots <https://cloud.google.com/bigquery/docs/slots>`__, to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -689,8 +689,7 @@ class ReservationServiceRestStub:
class ReservationServiceRestTransport(ReservationServiceTransport):
"""REST backend transport for ReservationService.

This API allows users to manage their flat-rate BigQuery
reservations.
This API allows users to manage their BigQuery reservations.

A reservation provides computational resource guarantees, in the
form of `slots <https://cloud.google.com/bigquery/docs/slots>`__, to
Expand Down
4 changes: 4 additions & 0 deletions google/cloud/bigquery_reservation_v1/types/reservation.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ class Reservation(proto.Message):
designated for disaster recovery purposes. If
false, this reservation is placed in the
organization's default region.
NOTE: this is a preview feature. Project must be
allow-listed in order to set this field.
edition (google.cloud.bigquery_reservation_v1.types.Edition):
Edition of the reservation.
"""
Expand Down Expand Up @@ -263,6 +265,8 @@ class CapacityCommitment(proto.Message):
designated for disaster recovery purposes. If
false, this commitment is placed in the
organization's default region.
NOTE: this is a preview feature. Project must be
allow-listed in order to set this field.
edition (google.cloud.bigquery_reservation_v1.types.Edition):
Edition of the capacity commitment.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-bigquery-reservation",
"version": "1.11.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down