Google Cloud Spanner C++ Client  1.32.0
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 86 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 89 of file instance_admin_connection.h.