File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
google/cloud/bigtable_admin_v2
services/bigtable_table_admin Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -664,8 +664,7 @@ async def update_table(
664
664
[UpdateTable][google.bigtable.admin.v2.BigtableTableAdmin.UpdateTable].
665
665
table (:class:`google.cloud.bigtable_admin_v2.types.Table`):
666
666
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.
669
668
670
669
This corresponds to the ``table`` field
671
670
on the ``request`` instance; if ``request`` is provided, this
Original file line number Diff line number Diff line change @@ -969,8 +969,7 @@ def update_table(
969
969
[UpdateTable][google.bigtable.admin.v2.BigtableTableAdmin.UpdateTable].
970
970
table (google.cloud.bigtable_admin_v2.types.Table):
971
971
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.
974
973
975
974
This corresponds to the ``table`` field
976
975
on the ``request`` instance; if ``request`` is provided, this
Original file line number Diff line number Diff line change @@ -453,8 +453,7 @@ class UpdateTableRequest(proto.Message):
453
453
Attributes:
454
454
table (google.cloud.bigtable_admin_v2.types.Table):
455
455
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.
458
457
update_mask (google.protobuf.field_mask_pb2.FieldMask):
459
458
Required. The list of fields to update. A mask specifying
460
459
which fields (e.g. ``deletion_protection``) in the ``table``
You can’t perform that action at this time.
0 commit comments