RenameTableRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for the RenameTable method in MetastoreService
Attributes |
|
|---|---|
| Name | Description |
name |
str
Required. The table's name field is used to identify the
table to rename. Format:
projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}/databases/{database_id}/tables/{table_id}
|
new_name |
str
Required. The new name for the specified table, must be
in the same database. Format:
projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}/databases/{database_id}/tables/{table_id}
|