Class RestoreTableRequest (2.7.0)

public sealed class RestoreTableRequest : IMessage<RestoreTableRequest>, IEquatable<RestoreTableRequest>, IDeepCloneable<RestoreTableRequest>, IBufferMessage, IMessage

The request for [RestoreTable][google.bigtable.admin.v2.BigtableTableAdmin.RestoreTable].

Inheritance

Object > RestoreTableRequest

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

RestoreTableRequest()

public RestoreTableRequest()

RestoreTableRequest(RestoreTableRequest)

public RestoreTableRequest(RestoreTableRequest other)
Parameter
NameDescription
otherRestoreTableRequest

Properties

Backup

public string Backup { get; set; }

Name of the backup from which to restore. Values are of the form projects/&lt;project>/instances/&lt;instance>/clusters/&lt;cluster>/backups/&lt;backup>.

Property Value
TypeDescription
String

BackupAsBackupName

public BackupName BackupAsBackupName { get; set; }

BackupName-typed view over the Backup resource name property.

Property Value
TypeDescription
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/&lt;project>/instances/&lt;instance>.

Property Value
TypeDescription
String

ParentAsInstanceName

public InstanceName ParentAsInstanceName { get; set; }

InstanceName-typed view over the Parent resource name property.

Property Value
TypeDescription
InstanceName

SourceCase

public RestoreTableRequest.SourceOneofCase SourceCase { get; }
Property Value
TypeDescription
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/&lt;project>/instances/&lt;instance>/tables/&lt;table_id>.

Property Value
TypeDescription
String