|
| DatabaseClientConfig (const DatabaseClientConfig &from) |
|
DatabaseClientConfig & | operator= (const DatabaseClientConfig &from) |
|
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
|
void | Swap (DatabaseClientConfig *other) |
|
DatabaseClientConfig * | New () const |
|
void | CopyFrom (const ::google::protobuf::Message &from) |
|
void | MergeFrom (const ::google::protobuf::Message &from) |
|
void | CopyFrom (const DatabaseClientConfig &from) |
|
void | MergeFrom (const DatabaseClientConfig &from) |
|
void | Clear () |
|
bool | IsInitialized () const |
|
int | ByteSize () const |
|
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) |
|
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const |
|
::google::protobuf::uint8 * | SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const |
|
int | GetCachedSize () const |
|
::google::protobuf::Metadata | GetMetadata () const |
|
bool | has_using_database () const |
|
void | clear_using_database () |
|
bool | using_database () const |
|
void | set_using_database (bool value) |
|
bool | has_database_address () const |
|
void | clear_database_address () |
|
const ::std::string & | database_address () const |
|
void | set_database_address (const ::std::string &value) |
|
void | set_database_address (const char *value) |
|
void | set_database_address (const char *value, size_t size) |
|
inline::std::string * | mutable_database_address () |
|
inline::std::string * | release_database_address () |
|
void | set_allocated_database_address (::std::string *database_address) |
|
bool | has_database_port () const |
|
void | clear_database_port () |
|
inline::google::protobuf::uint32 | database_port () const |
|
void | set_database_port (::google::protobuf::uint32 value) |
|
Definition at line 341 of file database_request.pb.h.