public sealed class RestoreTableRequest : IMessage<RestoreTableRequest>, IEquatable<RestoreTableRequest>, IDeepCloneable<RestoreTableRequest>, IBufferMessage, IMessage
The request for [RestoreTable][google.bigtable.admin.v2.BigtableTableAdmin.RestoreTable].
Implements
IMessage<RestoreTableRequest>, IEquatable<RestoreTableRequest>, IDeepCloneable<RestoreTableRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
RestoreTableRequest()
public RestoreTableRequest()
RestoreTableRequest(RestoreTableRequest)
public RestoreTableRequest(RestoreTableRequest other)
Parameter | |
---|---|
Name | Description |
other | RestoreTableRequest |
Properties
Backup
public string Backup { get; set; }
Name of the backup from which to restore. Values are of the form
projects/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>
.
Property Value | |
---|---|
Type | Description |
String |
BackupAsBackupName
public BackupName BackupAsBackupName { get; set; }
BackupName-typed view over the Backup resource name property.
Property Value | |
---|---|
Type | Description |
BackupName |
Parent
public string Parent { get; set; }
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>
.
Property Value | |
---|---|
Type | Description |
String |
ParentAsInstanceName
public InstanceName ParentAsInstanceName { get; set; }
InstanceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
InstanceName |
SourceCase
public RestoreTableRequest.SourceOneofCase SourceCase { get; }
Property Value | |
---|---|
Type | Description |
RestoreTableRequest.SourceOneofCase |
TableId
public string TableId { get; set; }
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>
.
Property Value | |
---|---|
Type | Description |
String |