Google Cloud Spanner C++ Client
1.32.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 |
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 30 of file client_options.h.
|
default |
|
default |
|
default |
|
default |
|
default |
|
inline |
Returns the QueryOptions
Definition at line 39 of file client_options.h.
|
inline |
Sets the QueryOptions
Definition at line 42 of file client_options.h.
|
friend |
Definition at line 51 of file client_options.h.
|
friend |
Definition at line 47 of file client_options.h.