[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This webpage provides documentation for the `UpdateBackupParams` structure within the Google Cloud Bigtable C++ client library, spanning versions from 2.11.0 to the latest release candidate 2.37.0-rc."],["The `UpdateBackupParams` structure is used to define the parameters for updating a backup in Bigtable, including the cluster ID, backup ID, and the backup's expiration time."],["It has a couple of constructor options, such as a default one and one taking in a `std::string` cluster_id, a `std::string` backup_id, and a `std::chrono::system_clock::time_point` expire_time."],["The `AsProto` function within `UpdateBackupParams` converts these parameters into a `google::bigtable::admin::v2::UpdateBackupRequest` for interacting with the Bigtable service, and it requires an instance name as an input."]]],[]]