Google Cloud Spanner C++ Client
A C++ Client Library for Google Cloud Spanner
Public Attributes | List of all members
google::cloud::spanner::v1::InstanceAdminConnection::GetInstanceParams Struct Reference

Wrap the arguments for GetInstance(). More...

#include <google/cloud/spanner/instance_admin_connection.h>

Public Attributes

std::string instance_name
 The full name of the instance in projects/<project-id>/instances/<instance-id> format. More...
 

Detailed Description

Wrap the arguments for GetInstance().

Definition at line 85 of file instance_admin_connection.h.

Member Data Documentation

◆ instance_name

std::string google::cloud::spanner::v1::InstanceAdminConnection::GetInstanceParams::instance_name

The full name of the instance in projects/<project-id>/instances/<instance-id> format.

Definition at line 88 of file instance_admin_connection.h.