RestoreTableMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)Metadata type for the long-running operation returned by
RestoreTable][google.bigtable.admin.v2.BigtableTableAdmin.RestoreTable].
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
name |
str
Name of the table being created and restored to. |
source_type |
google.cloud.bigtable_admin_v2.types.RestoreSourceType
The type of the restore source. |
backup_info |
google.cloud.bigtable_admin_v2.types.BackupInfo
This field is a member of oneof_ source_info.
|
optimize_table_operation_name |
str
If exists, the name of the long-running operation that will be used to track the post-restore optimization process to optimize the performance of the restored table. The metadata type of the long-running operation is [OptimizeRestoreTableMetadata][]. The response type is Empty][google.protobuf.Empty]. This long-running operation
may be automatically created by the system if applicable
after the RestoreTable long-running operation completes
successfully. This operation may not be created if the table
is already optimized or the restore was not successful.
|
progress |
google.cloud.bigtable_admin_v2.types.OperationProgress
The progress of the RestoreTable][google.bigtable.admin.v2.BigtableTableAdmin.RestoreTable]
operation.
|