Google Cloud Spanner C++ Client
1.42.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.
Definition at line 31 of file client_options.h.
|
default |
|
default |
|
default |
|
inlineexplicit |
Convert the ClientOptions
to the new, recommended way to represent options of all varieties, google::cloud::Options
.
Definition at line 43 of file client_options.h.
|
default |
|
default |
|
inline |
Returns the QueryOptions
Definition at line 46 of file client_options.h.
|
inline |
Sets the QueryOptions
Definition at line 49 of file client_options.h.
|
friend |
Definition at line 58 of file client_options.h.
|
friend |
Definition at line 54 of file client_options.h.