[[["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."],[[["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`."]]],[]]