Google Cloud Bigtable C++ Client
2.1.0
A C++ Client Library for Google Cloud Bigtable
|
Parameters for RestoreTable
.
More...
#include <google/cloud/bigtable/table_admin.h>
Public Attributes | |
std::string | table_id |
std::string | backup_name |
Parameters for RestoreTable
.
table_id | the name of the table relative to the instance managed by this object. The full table name is projects/<PROJECT_ID>/instances/<INSTANCE_ID>/tables/<table_id> where PROJECT_ID is obtained from the associated AdminClient and INSTANCE_ID is the instance_id() of this object. |
backup_name | the full name of the backup used to restore table_id . |
Definition at line 707 of file table_admin.h.
std::string google::cloud::bigtable::TableAdmin::RestoreTableFromInstanceParams::backup_name |
Definition at line 709 of file table_admin.h.
std::string google::cloud::bigtable::TableAdmin::RestoreTableFromInstanceParams::table_id |
Definition at line 708 of file table_admin.h.