|
| FileTransferConfig (const FileTransferConfig &from) |
|
FileTransferConfig & | operator= (const FileTransferConfig &from) |
|
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
|
void | Swap (FileTransferConfig *other) |
|
FileTransferConfig * | New () const |
|
void | CopyFrom (const ::google::protobuf::Message &from) |
|
void | MergeFrom (const ::google::protobuf::Message &from) |
|
void | CopyFrom (const FileTransferConfig &from) |
|
void | MergeFrom (const FileTransferConfig &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_base () const |
|
void | clear_base () |
|
const ::AppBaseConfig & | base () const |
|
inline::AppBaseConfig * | mutable_base () |
|
inline::AppBaseConfig * | release_base () |
|
void | set_allocated_base (::AppBaseConfig *base) |
|
bool | has_daemon () const |
|
void | clear_daemon () |
|
bool | daemon () const |
|
void | set_daemon (bool value) |
|
bool | has_local_id () const |
|
void | clear_local_id () |
|
inline::google::protobuf::int32 | local_id () const |
|
void | set_local_id (::google::protobuf::int32 value) |
|
bool | has_remote_id () const |
|
void | clear_remote_id () |
|
inline::google::protobuf::int32 | remote_id () const |
|
void | set_remote_id (::google::protobuf::int32 value) |
|
bool | has_local_file () const |
|
void | clear_local_file () |
|
const ::std::string & | local_file () const |
|
void | set_local_file (const ::std::string &value) |
|
void | set_local_file (const char *value) |
|
void | set_local_file (const char *value, size_t size) |
|
inline::std::string * | mutable_local_file () |
|
inline::std::string * | release_local_file () |
|
void | set_allocated_local_file (::std::string *local_file) |
|
bool | has_remote_file () const |
|
void | clear_remote_file () |
|
const ::std::string & | remote_file () const |
|
void | set_remote_file (const ::std::string &value) |
|
void | set_remote_file (const char *value) |
|
void | set_remote_file (const char *value, size_t size) |
|
inline::std::string * | mutable_remote_file () |
|
inline::std::string * | release_remote_file () |
|
void | set_allocated_remote_file (::std::string *remote_file) |
|
bool | has_action () const |
|
void | clear_action () |
|
inline::goby::acomms::protobuf::FileTransferConfig_Action | action () const |
|
void | set_action (::goby::acomms::protobuf::FileTransferConfig_Action value) |
|
bool | has_request_timeout () const |
|
void | clear_request_timeout () |
|
double | request_timeout () const |
|
void | set_request_timeout (double value) |
|
Definition at line 69 of file file_transfer_config.pb.h.