public sealed class RestoreTableRequest : IMessage<RestoreTableRequest>, IEquatable<RestoreTableRequest>, IDeepCloneable<RestoreTableRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Bigtable Administration v2 API class RestoreTableRequest.
The request for [RestoreTable][google.bigtable.admin.v2.BigtableTableAdmin.RestoreTable].
Implements
IMessageRestoreTableRequest, IEquatableRestoreTableRequest, IDeepCloneableRestoreTableRequest, 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 |
|
HasBackup
public bool HasBackup { get; }Gets whether the "backup" field is set
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| 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 |
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 | |
|---|---|
| Type | Description |
string |
|