Google Cloud Bigtable C++ Client 2.13.0
A C++ Client Library for Google Cloud Bigtable
Loading...
Searching...
No Matches
Public Attributes | List of all members
google::cloud::bigtable::TableAdmin::RestoreTableFromInstanceParams Struct Reference

Parameters for RestoreTable. More...

#include <google/cloud/bigtable/table_admin.h>

Public Attributes

std::string table_id
 
std::string backup_name
 

Detailed Description

Parameters for RestoreTable.

Parameters
table_idthe 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_namethe full name of the backup used to restore table_id.

Member Data Documentation

◆ backup_name

std::string google::cloud::bigtable::TableAdmin::RestoreTableFromInstanceParams::backup_name

◆ table_id

std::string google::cloud::bigtable::TableAdmin::RestoreTableFromInstanceParams::table_id