Reference documentation and code samples for the Cloud Bigtable V2 Client class RestoreTableRequest.
The request for RestoreTable .
Generated from protobuf message google.bigtable.admin.v2.RestoreTableRequest
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The name of the instance in which to create the restored table. Values are of the form projects/<project>/instances/<instance>
.
↳ table_id
string
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>
.
↳ backup
string
Name of the backup from which to restore. Values are of the form projects/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>
.
getParent
Required. The name of the instance in which to create the restored
table. Values are of the form projects/<project>/instances/<instance>
.
string
setParent
Required. The name of the instance in which to create the restored
table. Values are of the form projects/<project>/instances/<instance>
.
var
string
$this
getTableId
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>
.
string
setTableId
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>
.
var
string
$this
getBackup
Name of the backup from which to restore. Values are of the form projects/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>
.
string
hasBackup
setBackup
Name of the backup from which to restore. Values are of the form projects/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>
.
var
string
$this
getSource
string