[[["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-21 UTC."],[[["This page provides documentation for the `CreateBackupParams` 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 `CreateBackupParams` structure is used to define the parameters for creating a backup in Bigtable, including the cluster ID, backup ID, table ID, and expiration time."],["There are two constructors available: a default constructor `CreateBackupParams()`, and another that takes a `std::string` for the cluster, backup, and table ID's, and `std::chrono::system_clock::time_point` for expiration time."],["The function `AsProto(std::string)` will take a `std::string` for `instance_name` and return a `google::bigtable::admin::v2::CreateBackupRequest` type object."]]],[]]