Parameters for UpdateBackup
.
More...
#include <google/cloud/bigtable/table_admin.h>
Parameters for UpdateBackup
.
- Parameters
-
cluster_id | the name of the cluster relative to the instance managed by the TableAdmin object. The full cluster name is projects/<PROJECT_ID>/instances/<INSTANCE_ID>/clusters/<cluster_id> where PROJECT_ID is obtained from the associated AdminClient and INSTANCE_ID is the instance_id() of the TableAdmin object. |
backup_id | the name of the backup relative to the cluster specified. The full backup name is projects/<PROJECT_ID>/instances/<INSTANCE_ID>/clusters/<CLUSTER_ID>/backups/<backup_id> where PROJECT_ID is obtained from the associated AdminClient, INSTANCE_ID is the instance_id() of the TableAdmin object, and CLUSTER_ID is the cluster_id specified for this object. |
expire_time | the date and time when the created backup will expire. |
◆ UpdateBackupParams() [1/2]
google::cloud::bigtable::TableAdmin::UpdateBackupParams::UpdateBackupParams |
( |
| ) |
|
|
default |
◆ UpdateBackupParams() [2/2]
google::cloud::bigtable::TableAdmin::UpdateBackupParams::UpdateBackupParams |
( |
std::string |
cluster_id, |
|
|
std::string |
backup_id, |
|
|
std::chrono::system_clock::time_point |
expire_time |
|
) |
| |
|
inline |
◆ AsProto()
google::bigtable::admin::v2::UpdateBackupRequest google::cloud::bigtable::TableAdmin::UpdateBackupParams::AsProto |
( |
std::string const & |
instance_name | ) |
const |
◆ backup_name
std::string google::cloud::bigtable::TableAdmin::UpdateBackupParams::backup_name |
◆ cluster_id
std::string google::cloud::bigtable::TableAdmin::UpdateBackupParams::cluster_id |
◆ expire_time
std::chrono::system_clock::time_point google::cloud::bigtable::TableAdmin::UpdateBackupParams::expire_time |