[[["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-05 UTC."],[[["This page provides documentation for the `Project` class in the Google Cloud C++ library, specifically covering versions 2.10.1 through 2.37.0-rc."],["The `Project` class represents a Cloud project and is identified by its `project_id`, which is a string."],["The class does not validate the `project_id`; validation occurs during an RPC call, not during the object creation."],["You can create a `Project` object using a constructor that takes a `project_id` as a `std::string`, or with copy and move constructors and operators."],["The `project_id()` and `FullName()` functions are included, allowing users to retrieve the project ID or the fully qualified project name respectively."]]],[]]