Class InstanceResource (2.17.0)

This class identifies a Cloud Bigtable Instance.

To use Cloud Bigtable, you create instances, which contain clusters that your applications can connect to. Each cluster contains nodes, the compute units that manage your data and perform maintenance tasks. A Cloud Bigtable instance is identified by its project_id and instance_id.

See Also

https://cloud.google.com/bigtable/docs/instances-clusters-nodes for an overview of Cloud Bigtable instances, clusters, and nodes.

Constructors

InstanceResource(Project, std::string)

Constructs an InstanceResource object identified by the given project and instance_id.

Parameters
Name Description
project Project
instance_id std::string

Functions

project() const

Returns the Project containing this instance.

Returns
Type Description
Project const &

project_id() const

Returns
Type Description
std::string const &

instance_id() const

Returns the Instance ID.

Returns
Type Description
std::string const &

FullName() const

Returns the fully qualified instance name as a string of the form: "projects/

Returns
Type Description
std::string