Skip to content

Commit 9c62655

Browse files
docs: Remove unnecessary comment (#674)
* 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>
1 parent c57289c commit 9c62655

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

google/cloud/bigtable_admin_v2/services/bigtable_table_admin/async_client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,8 +664,7 @@ async def update_table(
664664
[UpdateTable][google.bigtable.admin.v2.BigtableTableAdmin.UpdateTable].
665665
table (:class:`google.cloud.bigtable_admin_v2.types.Table`):
666666
Required. The table to update. The table's ``name``
667-
field is used to identify the table to update. Format:
668-
``projects/{project}/instances/{instance}/tables/[_a-zA-Z0-9][-_.a-zA-Z0-9]*``
667+
field is used to identify the table to update.
669668
670669
This corresponds to the ``table`` field
671670
on the ``request`` instance; if ``request`` is provided, this

google/cloud/bigtable_admin_v2/services/bigtable_table_admin/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -969,8 +969,7 @@ def update_table(
969969
[UpdateTable][google.bigtable.admin.v2.BigtableTableAdmin.UpdateTable].
970970
table (google.cloud.bigtable_admin_v2.types.Table):
971971
Required. The table to update. The table's ``name``
972-
field is used to identify the table to update. Format:
973-
``projects/{project}/instances/{instance}/tables/[_a-zA-Z0-9][-_.a-zA-Z0-9]*``
972+
field is used to identify the table to update.
974973
975974
This corresponds to the ``table`` field
976975
on the ``request`` instance; if ``request`` is provided, this

google/cloud/bigtable_admin_v2/types/bigtable_table_admin.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,7 @@ class UpdateTableRequest(proto.Message):
453453
Attributes:
454454
table (google.cloud.bigtable_admin_v2.types.Table):
455455
Required. The table to update. The table's ``name`` field is
456-
used to identify the table to update. Format:
457-
``projects/{project}/instances/{instance}/tables/[_a-zA-Z0-9][-_.a-zA-Z0-9]*``
456+
used to identify the table to update.
458457
update_mask (google.protobuf.field_mask_pb2.FieldMask):
459458
Required. The list of fields to update. A mask specifying
460459
which fields (e.g. ``deletion_protection``) in the ``table``

0 commit comments

Comments
 (0)