[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-14 UTC."],[[["This webpage provides documentation for the `UpdateBackupParams` structure within the Google Cloud Bigtable C++ client library, specifically covering versions from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `UpdateBackupParams` structure is used to define parameters for updating a Bigtable backup, including the cluster ID, backup ID, and the backup's expiration time."],["The documentation details the structure's constructors, one of which takes the cluster ID, backup ID, and expiration time as arguments, and another that is a default constructor."],["It also outlines the `AsProto` function, which is used to convert the `UpdateBackupParams` into a `google::bigtable::admin::v2::UpdateBackupRequest` protobuf message, taking the instance name as a parameter."],["The parameter section describes the `cluster_id` and the `backup_id` as `std::string`, and `expire_time` as `std::chrono::system_clock::time_point`."]]],[]]