From 2b8616a906f2c6178a9f640c79caf956fc7d0bcc Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 10:31:14 -0400 Subject: [PATCH] docs: Minor formatting (#377) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: Minor formatting chore: Update gapic-generator-python to v1.11.5 build: Update rules_python to 0.24.0 PiperOrigin-RevId: 563436317 Source-Link: https://github.com/googleapis/googleapis/commit/42fd37b18d706f6f51f52f209973b3b2c28f509a Source-Link: https://github.com/googleapis/googleapis-gen/commit/280264ca02fb9316b4237a96d0af1a2343a81a56 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjgwMjY0Y2EwMmZiOTMxNmI0MjM3YTk2ZDBhZjFhMjM0M2E4MWE1NiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot --- .../services/reservation_service/async_client.py | 1 + .../services/reservation_service/client.py | 1 + .../services/reservation_service/transports/grpc.py | 1 + .../services/reservation_service/transports/grpc_asyncio.py | 1 + .../google/cloud/bigquery_reservation_v1/types/reservation.py | 4 ++++ 5 files changed, 8 insertions(+) diff --git a/packages/google-cloud-bigquery-reservation/google/cloud/bigquery_reservation_v1/services/reservation_service/async_client.py b/packages/google-cloud-bigquery-reservation/google/cloud/bigquery_reservation_v1/services/reservation_service/async_client.py index d390c9044ea8..129f06fc03ec 100644 --- a/packages/google-cloud-bigquery-reservation/google/cloud/bigquery_reservation_v1/services/reservation_service/async_client.py +++ b/packages/google-cloud-bigquery-reservation/google/cloud/bigquery_reservation_v1/services/reservation_service/async_client.py @@ -2469,6 +2469,7 @@ async def move_assignment( metadata: Sequence[Tuple[str, str]] = (), ) -> reservation.Assignment: r"""Moves an assignment under a new reservation. + This differs from removing an existing assignment and recreating a new one by providing a transactional change that ensures an assignee always has an associated diff --git a/packages/google-cloud-bigquery-reservation/google/cloud/bigquery_reservation_v1/services/reservation_service/client.py b/packages/google-cloud-bigquery-reservation/google/cloud/bigquery_reservation_v1/services/reservation_service/client.py index d24a3934d0a8..a3c785374782 100644 --- a/packages/google-cloud-bigquery-reservation/google/cloud/bigquery_reservation_v1/services/reservation_service/client.py +++ b/packages/google-cloud-bigquery-reservation/google/cloud/bigquery_reservation_v1/services/reservation_service/client.py @@ -2673,6 +2673,7 @@ def move_assignment( metadata: Sequence[Tuple[str, str]] = (), ) -> reservation.Assignment: r"""Moves an assignment under a new reservation. + This differs from removing an existing assignment and recreating a new one by providing a transactional change that ensures an assignee always has an associated diff --git a/packages/google-cloud-bigquery-reservation/google/cloud/bigquery_reservation_v1/services/reservation_service/transports/grpc.py b/packages/google-cloud-bigquery-reservation/google/cloud/bigquery_reservation_v1/services/reservation_service/transports/grpc.py index 72288a3d5b0f..ba0bccb82a19 100644 --- a/packages/google-cloud-bigquery-reservation/google/cloud/bigquery_reservation_v1/services/reservation_service/transports/grpc.py +++ b/packages/google-cloud-bigquery-reservation/google/cloud/bigquery_reservation_v1/services/reservation_service/transports/grpc.py @@ -870,6 +870,7 @@ def move_assignment( r"""Return a callable for the move assignment method over gRPC. Moves an assignment under a new reservation. + This differs from removing an existing assignment and recreating a new one by providing a transactional change that ensures an assignee always has an associated diff --git a/packages/google-cloud-bigquery-reservation/google/cloud/bigquery_reservation_v1/services/reservation_service/transports/grpc_asyncio.py b/packages/google-cloud-bigquery-reservation/google/cloud/bigquery_reservation_v1/services/reservation_service/transports/grpc_asyncio.py index faa19511121a..29520c7b0c77 100644 --- a/packages/google-cloud-bigquery-reservation/google/cloud/bigquery_reservation_v1/services/reservation_service/transports/grpc_asyncio.py +++ b/packages/google-cloud-bigquery-reservation/google/cloud/bigquery_reservation_v1/services/reservation_service/transports/grpc_asyncio.py @@ -890,6 +890,7 @@ def move_assignment( r"""Return a callable for the move assignment method over gRPC. Moves an assignment under a new reservation. + This differs from removing an existing assignment and recreating a new one by providing a transactional change that ensures an assignee always has an associated diff --git a/packages/google-cloud-bigquery-reservation/google/cloud/bigquery_reservation_v1/types/reservation.py b/packages/google-cloud-bigquery-reservation/google/cloud/bigquery_reservation_v1/types/reservation.py index a353c900e6fd..dc241664c01e 100644 --- a/packages/google-cloud-bigquery-reservation/google/cloud/bigquery_reservation_v1/types/reservation.py +++ b/packages/google-cloud-bigquery-reservation/google/cloud/bigquery_reservation_v1/types/reservation.py @@ -141,11 +141,13 @@ class Reservation(proto.Message): Applicable only for reservations located within one of the BigQuery multi-regions (US or EU). + If set to true, this reservation is placed in the organization's secondary region which is 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): @@ -260,11 +262,13 @@ class CapacityCommitment(proto.Message): Applicable only for commitments located within one of the BigQuery multi-regions (US or EU). + If set to true, this commitment is placed in the organization's secondary region which is 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):