public static RestoreTableRequest of(String sourceClusterId, String sourceBackupId)
Create a RestoreTableRequest object. It assumes the source backup locates in the same
instance and project as the destination table. To restore a table from a backup in another
instance, use of method. To restore a table from a backup
in another project, use of method.
public static RestoreTableRequest of(String sourceInstanceId, String sourceClusterId, String sourceBackupId)
Create a RestoreTableRequest object. The source backup could locate in the same or a
different instance but the same project as the destination table. To restore a table from a
backup in another project, use of method.
[[["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 2024-10-30 UTC."],[],[]]