Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit f146162

Browse files
chore: Update gapic-generator-python to v1.11.4 (#832)
* chore: Update gapic-generator-python to v1.11.4 PiperOrigin-RevId: 547897126 Source-Link: googleapis/googleapis@c09c75e Source-Link: googleapis/googleapis-gen@45e0ec4 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDVlMGVjNDM0MzUxN2NkMGFhNjZiNWNhNjQyMzJhMTgwMmMyZjk0NSJ9 * 🦉 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 fddd0ba commit f146162

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

google/cloud/bigtable_admin_v2/types/table.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ class Table(proto.Message):
144144
Set to true to make the table protected
145145
against data loss. i.e. deleting the following
146146
resources through Admin APIs are prohibited:
147+
147148
- The table.
148149
- The column families in the table.
149150
- The instance containing the table.

google/cloud/bigtable_v2/types/data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,7 @@ class Chain(proto.Message):
640640
filters (MutableSequence[google.cloud.bigtable_v2.types.RowFilter]):
641641
The elements of "filters" are chained
642642
together to process the input row:
643+
643644
in row -> f(0) -> intermediate row -> f(1) ->
644645
... -> f(N) -> out row The full chain is
645646
executed atomically.

0 commit comments

Comments
 (0)