Google Cloud Bigtable Administration v2 API - Class RestoreTableRequest (3.10.0)

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

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class RestoreTableRequest.

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/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>.

Property Value
TypeDescription
string

BackupAsBackupName

public BackupName BackupAsBackupName { get; set; }

BackupName-typed view over the Backup resource name property.

Property Value
TypeDescription
BackupName

HasBackup

public bool HasBackup { get; }

Gets whether the "backup" field is set

Property Value
TypeDescription
bool

Parent

public string Parent { get; set; }

Required. The name of the instance in which to create the restored table. Values are of the form projects/<project>/instances/<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
RestoreTableRequestSourceOneofCase

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
TypeDescription
string