public sealed class RestoreTableRequest : IMessage<RestoreTableRequest>, IEquatable<RestoreTableRequest>, IDeepCloneable<RestoreTableRequest>, IBufferMessage, IMessage
The request for
[RestoreTable][google.bigtable.admin.v2.BigtableTableAdmin.RestoreTable].
Name of the backup from which to restore. Values are of the form
projects/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>.
Required. The name of the instance in which to create the restored
table. This instance must be in the same project as the source backup.
Values are of the form projects/<project>/instances/<instance>.
Required. The id of the table to create and restore to. This
table must not already exist. The table_id appended to
parent forms the full table name of the form
projects/<project>/instances/<instance>/tables/<table_id>.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThe page details the \u003ccode\u003eRestoreTableRequest\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Bigtable.Admin.V2\u003c/code\u003e namespace, specifically version 2.8.0, used to request the restoration of a Bigtable table.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for this class is 3.24.0, while this specific page covers version 2.8.0 and there is a full range of versions between 2.4.0 and 3.24.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRestoreTableRequest\u003c/code\u003e implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the \u003ccode\u003eObject\u003c/code\u003e class, providing methods like \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRestoreTableRequest\u003c/code\u003e class includes properties like \u003ccode\u003eBackup\u003c/code\u003e, \u003ccode\u003eBackupAsBackupName\u003c/code\u003e, \u003ccode\u003eParent\u003c/code\u003e, \u003ccode\u003eParentAsInstanceName\u003c/code\u003e, \u003ccode\u003eSourceCase\u003c/code\u003e, and \u003ccode\u003eTableId\u003c/code\u003e to specify the source backup, the target instance, and the new table's details.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructor methods for the \u003ccode\u003eRestoreTableRequest\u003c/code\u003e class: a default constructor and one that accepts another \u003ccode\u003eRestoreTableRequest\u003c/code\u003e object as a parameter for initialization.\u003c/p\u003e\n"]]],[],null,[]]