This class identifies a Cloud Project .
A Cloud project is identified by its project_id
.
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_idformat, see https://cloud.google.com/resource-manager/docs/creating-managing-projects
Constructors
Project
Project const &
Project
Project &&
Project
Constructs a Project
object identified by the given project_id
.
project_id
std::string
Operators
operator=
Project const &
Project &
operator=
Project &&
Project &
Functions
project_id
Returns the Project ID.
std::string const &
FullName
Returns the fully qualified project name as a string of the form: "projects/
std::string

