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

Commit

Permalink
docs: Minor formatting (#377)
Browse files Browse the repository at this point in the history
* 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: googleapis/googleapis@42fd37b

Source-Link: googleapis/googleapis-gen@280264c
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 <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Sep 11, 2023
1 parent 21a07d6 commit 1fd7e69
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
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

0 comments on commit 1fd7e69

Please sign in to comment.