Google Cloud Spanner C++ Client 2.13.0
A C++ Client Library for Google Cloud Spanner
|
ClientOptions allows the caller to set a variety of options when constructing a Client
instance.
More...
#include <google/cloud/spanner/client_options.h>
Public Member Functions | |
ClientOptions ()=default | |
ClientOptions (ClientOptions const &)=default | |
ClientOptions & | operator= (ClientOptions const &)=default |
ClientOptions (ClientOptions &&)=default | |
ClientOptions & | operator= (ClientOptions &&)=default |
operator Options () const | |
Convert the ClientOptions to the new, recommended way to represent options of all varieties, google::cloud::Options . More... | |
QueryOptions const & | query_options () const |
Returns the QueryOptions More... | |
ClientOptions & | set_query_options (QueryOptions qo) |
Sets the QueryOptions More... | |
Friends | |
bool | operator== (ClientOptions const &a, ClientOptions const &b) |
bool | operator!= (ClientOptions const &a, ClientOptions const &b) |
ClientOptions allows the caller to set a variety of options when constructing a Client
instance.
|
default |
|
default |
|
default |
|
inlineexplicit |
Convert the ClientOptions
to the new, recommended way to represent options of all varieties, google::cloud::Options
.
|
default |
|
default |
|
inline |
Returns the QueryOptions
|
inline |
Sets the QueryOptions
|
friend |
|
friend |