Note:
This class makes no effort to validate the components of the project name. It is the application's responsibility to provide a valid project id. Passing invalid values will not be checked until the project name is used in an RPC.
For more info about the project_id format, see https://cloud.google.com/resource-manager/docs/creating-managing-projects
Constructors
Project
Parameter
Name
Description
Project const &
Project
Parameter
Name
Description
Project &&
Project
Constructs a Project object identified by the given project_id.
[[["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-14 UTC."],[[["The content provides documentation for the `Project` class in the Google Cloud C++ library, specifically highlighting various version releases."],["The latest release candidate for the `Project` class is version 2.37.0-rc, while the current version being discussed is 2.10.1."],["This class represents a Cloud Project, identified by its `project_id`, and does not validate the project name's components."],["The `Project` class offers constructors to create project objects, assignment operators, and methods to retrieve the project ID (`project_id`) and the full project name (`FullName`)."],["The documentation provides links to all prior versions, from 2.36.0 back to 2.10.1, of the class `google::cloud::Project`."]]],[]]