Skip to content

Commit

Permalink
docs: Remove unnecessary comment (#674)
Browse files Browse the repository at this point in the history
* docs: Remove unnecessary comment

PiperOrigin-RevId: 474807836

Source-Link: googleapis/googleapis@dfd68f7

Source-Link: googleapis/googleapis-gen@fe305e0
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZmUzMDVlMDI1MmJjOWE4ODQ2NmUxYjk2YzJmMjQ2NGRkNzI5Yjk3OCJ9

* 🦉 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 19, 2022
1 parent c57289c commit 9c62655
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Expand Up @@ -664,8 +664,7 @@ async def update_table(
[UpdateTable][google.bigtable.admin.v2.BigtableTableAdmin.UpdateTable].
table (:class:`google.cloud.bigtable_admin_v2.types.Table`):
Required. The table to update. The table's ``name``
field is used to identify the table to update. Format:
``projects/{project}/instances/{instance}/tables/[_a-zA-Z0-9][-_.a-zA-Z0-9]*``
field is used to identify the table to update.
This corresponds to the ``table`` field
on the ``request`` instance; if ``request`` is provided, this
Expand Down
Expand Up @@ -969,8 +969,7 @@ def update_table(
[UpdateTable][google.bigtable.admin.v2.BigtableTableAdmin.UpdateTable].
table (google.cloud.bigtable_admin_v2.types.Table):
Required. The table to update. The table's ``name``
field is used to identify the table to update. Format:
``projects/{project}/instances/{instance}/tables/[_a-zA-Z0-9][-_.a-zA-Z0-9]*``
field is used to identify the table to update.
This corresponds to the ``table`` field
on the ``request`` instance; if ``request`` is provided, this
Expand Down
3 changes: 1 addition & 2 deletions google/cloud/bigtable_admin_v2/types/bigtable_table_admin.py
Expand Up @@ -453,8 +453,7 @@ class UpdateTableRequest(proto.Message):
Attributes:
table (google.cloud.bigtable_admin_v2.types.Table):
Required. The table to update. The table's ``name`` field is
used to identify the table to update. Format:
``projects/{project}/instances/{instance}/tables/[_a-zA-Z0-9][-_.a-zA-Z0-9]*``
used to identify the table to update.
update_mask (google.protobuf.field_mask_pb2.FieldMask):
Required. The list of fields to update. A mask specifying
which fields (e.g. ``deletion_protection``) in the ``table``
Expand Down

0 comments on commit 9c62655

Please sign in to comment.