Stay organized with collections
Save and categorize content based on your preferences.
Metadata type for the long-running operation returned by tables.restore.
JSON representation
{"name": string,"sourceType": enum (RestoreSourceType),"optimizeTableOperationName": string,"progress": {object (OperationProgress)},// Union field source_info can be only one of the following:"backupInfo": {object (BackupInfo)}// End of list of possible types for union field source_info.}
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 OptimizeRestoredTableMetadata. The response type is Empty. This long-running operation may be automatically created by the system if applicable after the tables.restore long-running operation completes successfully. This operation may not be created if the table is already optimized or the restore was not successful.
Union field source_info. Information about the source used to restore the table, as specified by source in RestoreTableRequest. source_info can be only one of the following:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-08 UTC."],[[["\u003cp\u003eThis document details the metadata type for long-running table restore operations in Bigtable.\u003c/p\u003e\n"],["\u003cp\u003eThe metadata includes the name of the restored table, the source type of the restore, and the progress of the operation.\u003c/p\u003e\n"],["\u003cp\u003eIt may also contain the name of an \u003ccode\u003eOptimizeRestoredTableMetadata\u003c/code\u003e operation, if one was automatically generated to optimize table performance.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003esource_info\u003c/code\u003e will specify the exact source which was used in the \u003ccode\u003eRestoreTableRequest\u003c/code\u003e to restore the table, with the ability to use \u003ccode\u003eBackupInfo\u003c/code\u003e as one of the type.\u003c/p\u003e\n"]]],[],null,["# RestoreTableMetadata\n\nMetadata type for the long-running operation returned by [tables.restore](/bigtable/docs/reference/admin/rest/v2/projects.instances.tables/restore#google.bigtable.admin.v2.BigtableTableAdmin.RestoreTable)."]]