Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

docs: Minor formatting #377

Merged
merged 2 commits into from Sep 11, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -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
Expand Down
Expand Up @@ -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
Expand Down
Expand Up @@ -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
Expand Down
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions google/cloud/bigquery_reservation_v1/types/reservation.py
Expand Up @@ -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):
Expand Down Expand Up @@ -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):
Expand Down