Skip to content

Commit 2b8616a

Browse files
docs: Minor formatting (#377)
* 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>
1 parent fbc7c80 commit 2b8616a

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed

packages/google-cloud-bigquery-reservation/google/cloud/bigquery_reservation_v1/services/reservation_service/async_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2469,6 +2469,7 @@ async def move_assignment(
24692469
metadata: Sequence[Tuple[str, str]] = (),
24702470
) -> reservation.Assignment:
24712471
r"""Moves an assignment under a new reservation.
2472+
24722473
This differs from removing an existing assignment and
24732474
recreating a new one by providing a transactional change
24742475
that ensures an assignee always has an associated

packages/google-cloud-bigquery-reservation/google/cloud/bigquery_reservation_v1/services/reservation_service/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2673,6 +2673,7 @@ def move_assignment(
26732673
metadata: Sequence[Tuple[str, str]] = (),
26742674
) -> reservation.Assignment:
26752675
r"""Moves an assignment under a new reservation.
2676+
26762677
This differs from removing an existing assignment and
26772678
recreating a new one by providing a transactional change
26782679
that ensures an assignee always has an associated

packages/google-cloud-bigquery-reservation/google/cloud/bigquery_reservation_v1/services/reservation_service/transports/grpc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -870,6 +870,7 @@ def move_assignment(
870870
r"""Return a callable for the move assignment method over gRPC.
871871
872872
Moves an assignment under a new reservation.
873+
873874
This differs from removing an existing assignment and
874875
recreating a new one by providing a transactional change
875876
that ensures an assignee always has an associated

packages/google-cloud-bigquery-reservation/google/cloud/bigquery_reservation_v1/services/reservation_service/transports/grpc_asyncio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -890,6 +890,7 @@ def move_assignment(
890890
r"""Return a callable for the move assignment method over gRPC.
891891
892892
Moves an assignment under a new reservation.
893+
893894
This differs from removing an existing assignment and
894895
recreating a new one by providing a transactional change
895896
that ensures an assignee always has an associated

packages/google-cloud-bigquery-reservation/google/cloud/bigquery_reservation_v1/types/reservation.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,13 @@ class Reservation(proto.Message):
141141
Applicable only for reservations located
142142
within one of the BigQuery multi-regions (US or
143143
EU).
144+
144145
If set to true, this reservation is placed in
145146
the organization's secondary region which is
146147
designated for disaster recovery purposes. If
147148
false, this reservation is placed in the
148149
organization's default region.
150+
149151
NOTE: this is a preview feature. Project must be
150152
allow-listed in order to set this field.
151153
edition (google.cloud.bigquery_reservation_v1.types.Edition):
@@ -260,11 +262,13 @@ class CapacityCommitment(proto.Message):
260262
Applicable only for commitments located
261263
within one of the BigQuery multi-regions (US or
262264
EU).
265+
263266
If set to true, this commitment is placed in the
264267
organization's secondary region which is
265268
designated for disaster recovery purposes. If
266269
false, this commitment is placed in the
267270
organization's default region.
271+
268272
NOTE: this is a preview feature. Project must be
269273
allow-listed in order to set this field.
270274
edition (google.cloud.bigquery_reservation_v1.types.Edition):

0 commit comments

Comments
 (0)