Google Cloud Spanner C++ Client  1.32.0
A C++ Client Library for Google Cloud Spanner
Public Types | List of all members
google::cloud::spanner::v1::SessionPoolLabelsOption Struct Reference

Option for google::cloud::Options to set the labels used when creating sessions within the pool. More...

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

Public Types

using Type = std::map< std::string, std::string >
 

Detailed Description

Option for google::cloud::Options to set the labels used when creating sessions within the pool.

Definition at line 147 of file options.h.

Member Typedef Documentation

◆ Type

using google::cloud::spanner::v1::SessionPoolLabelsOption::Type = std::map<std::string, std::string>

Definition at line 148 of file options.h.