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):