[[["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."],[[["The webpage provides documentation for the `CreateBackupParams` structure within the Google Cloud Bigtable C++ client library, specifically within the `TableAdmin` class."],["The latest release candidate version is 2.37.0-rc, and the page offers documentation for multiple versions ranging from 2.11.0 to 2.37.0-rc, with version 2.26.0 being the default viewed version."],["`CreateBackupParams` is used to define parameters for creating a backup, including `cluster_id`, `backup_id`, `table_id`, and `expire_time`."],["There are two constructors available: a default constructor `CreateBackupParams()`, and a constructor allowing the parameters to be set, `CreateBackupParams(std::string, std::string, std::string, std::chrono::system_clock::time_point)`."],["The struct has a function `AsProto(std::string) const` that accepts a `instance_name` parameter of type `std::string` and returns `google::bigtable::admin::v2::CreateBackupRequest`."]]],[]]