|
| CommandResponse (const CommandResponse &from) |
|
CommandResponse & | operator= (const CommandResponse &from) |
|
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
|
void | Swap (CommandResponse *other) |
|
CommandResponse * | New () const |
|
void | CopyFrom (const ::google::protobuf::Message &from) |
|
void | MergeFrom (const ::google::protobuf::Message &from) |
|
void | CopyFrom (const CommandResponse &from) |
|
void | MergeFrom (const CommandResponse &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_request_successful () const |
|
void | clear_request_successful () |
|
bool | request_successful () const |
|
void | set_request_successful (bool value) |
|
bool | has_request_id () const |
|
void | clear_request_id () |
|
inline::google::protobuf::int32 | request_id () const |
|
void | set_request_id (::google::protobuf::int32 value) |
|
bool | has_error_code () const |
|
void | clear_error_code () |
|
inline::google::protobuf::int32 | error_code () const |
|
void | set_error_code (::google::protobuf::int32 value) |
|
bool | has_error_string () const |
|
void | clear_error_string () |
|
const ::std::string & | error_string () const |
|
void | set_error_string (const ::std::string &value) |
|
void | set_error_string (const char *value) |
|
void | set_error_string (const char *value, size_t size) |
|
inline::std::string * | mutable_error_string () |
|
inline::std::string * | release_error_string () |
|
void | set_allocated_error_string (::std::string *error_string) |
|
Definition at line 410 of file frontseat.pb.h.