|
|
| ErrorReportRequestProto (const ErrorReportRequestProto &from) |
| |
|
ErrorReportRequestProto & | operator= (const ErrorReportRequestProto &from) |
| |
const
::google::protobuf::UnknownFieldSet & | unknown_fields () const |
| |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
| |
|
void | Swap (ErrorReportRequestProto *other) |
| |
|
ErrorReportRequestProto * | New () const |
| |
|
ErrorReportRequestProto * | New (::google::protobuf::Arena *arena) const |
| |
|
void | CopyFrom (const ::google::protobuf::Message &from) |
| |
|
void | MergeFrom (const ::google::protobuf::Message &from) |
| |
|
void | CopyFrom (const ErrorReportRequestProto &from) |
| |
|
void | MergeFrom (const ErrorReportRequestProto &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 * | InternalSerializeWithCachedSizesToArray (bool deterministic,::google::protobuf::uint8 *output) const |
| |
|
::google::protobuf::uint8 * | SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const |
| |
|
int | GetCachedSize () const |
| |
|
::google::protobuf::Metadata | GetMetadata () const |
| |
|
bool | has_registartion () const |
| |
|
void | clear_registartion () |
| |
const
::hadoop::hdfs::datanode::DatanodeRegistrationProto & | registartion () const |
| |
|
::hadoop::hdfs::datanode::DatanodeRegistrationProto * | mutable_registartion () |
| |
|
::hadoop::hdfs::datanode::DatanodeRegistrationProto * | release_registartion () |
| |
|
void | set_allocated_registartion (::hadoop::hdfs::datanode::DatanodeRegistrationProto *registartion) |
| |
|
bool | has_errorcode () const |
| |
|
void | clear_errorcode () |
| |
|
::google::protobuf::uint32 | errorcode () const |
| |
|
void | set_errorcode (::google::protobuf::uint32 value) |
| |
|
bool | has_msg () const |
| |
|
void | clear_msg () |
| |
|
const ::std::string & | msg () const |
| |
|
void | set_msg (const ::std::string &value) |
| |
|
void | set_msg (const char *value) |
| |
|
void | set_msg (const char *value, size_t size) |
| |
|
::std::string * | mutable_msg () |
| |
|
::std::string * | release_msg () |
| |
|
void | set_allocated_msg (::std::string *msg) |
| |