[[["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 `Backup` class within the Google Cloud Spanner C++ library, spanning versions from 2.11.0 to the latest release candidate 2.37.0-rc."],["The `Backup` class represents a Cloud Spanner backup and is identified by an `Instance` and a `backup_id`, with the class responsible for holding this data."],["The documentation includes constructors and operators for the `Backup` class, specifically copy and move operations, as well as a constructor taking an `Instance` and `backup_id`."],["Key functions of the `Backup` class include `instance()`, `backup_id()`, and `FullName()`, which provide methods to retrieve the associated instance, the backup ID, and the full backup name respectively."],["The application is responsible for providing valid project, instance, and backup IDs, as the class does not perform validation until the backup name is used in a remote procedure call (RPC)."]]],[]]