From 9c62655de7fecd93ee7a1bb95b208d94798727cd Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 15:22:43 -0400 Subject: [PATCH] docs: Remove unnecessary comment (#674) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: Remove unnecessary comment PiperOrigin-RevId: 474807836 Source-Link: https://github.com/googleapis/googleapis/commit/dfd68f74ddecc6d83ec50db6a69f695de9e304c3 Source-Link: https://github.com/googleapis/googleapis-gen/commit/fe305e0252bc9a88466e1b96c2f2464dd729b978 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 --- .../services/bigtable_table_admin/async_client.py | 3 +-- .../bigtable_admin_v2/services/bigtable_table_admin/client.py | 3 +-- google/cloud/bigtable_admin_v2/types/bigtable_table_admin.py | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/google/cloud/bigtable_admin_v2/services/bigtable_table_admin/async_client.py b/google/cloud/bigtable_admin_v2/services/bigtable_table_admin/async_client.py index 7a4e67d07..39761c3b6 100644 --- a/google/cloud/bigtable_admin_v2/services/bigtable_table_admin/async_client.py +++ b/google/cloud/bigtable_admin_v2/services/bigtable_table_admin/async_client.py @@ -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 diff --git a/google/cloud/bigtable_admin_v2/services/bigtable_table_admin/client.py b/google/cloud/bigtable_admin_v2/services/bigtable_table_admin/client.py index d70491c84..481e73d65 100644 --- a/google/cloud/bigtable_admin_v2/services/bigtable_table_admin/client.py +++ b/google/cloud/bigtable_admin_v2/services/bigtable_table_admin/client.py @@ -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 diff --git a/google/cloud/bigtable_admin_v2/types/bigtable_table_admin.py b/google/cloud/bigtable_admin_v2/types/bigtable_table_admin.py index fccde3ead..cbc3a1d8c 100644 --- a/google/cloud/bigtable_admin_v2/types/bigtable_table_admin.py +++ b/google/cloud/bigtable_admin_v2/types/bigtable_table_admin.py @@ -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``