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``