|
|
| DataTransferEncryptorMessageProto (const DataTransferEncryptorMessageProto &from) |
| |
|
DataTransferEncryptorMessageProto & | operator= (const DataTransferEncryptorMessageProto &from) |
| |
const
::google::protobuf::UnknownFieldSet & | unknown_fields () const |
| |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
| |
|
void | Swap (DataTransferEncryptorMessageProto *other) |
| |
|
DataTransferEncryptorMessageProto * | New () const |
| |
|
DataTransferEncryptorMessageProto * | New (::google::protobuf::Arena *arena) const |
| |
|
void | CopyFrom (const ::google::protobuf::Message &from) |
| |
|
void | MergeFrom (const ::google::protobuf::Message &from) |
| |
|
void | CopyFrom (const DataTransferEncryptorMessageProto &from) |
| |
|
void | MergeFrom (const DataTransferEncryptorMessageProto &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_status () const |
| |
|
void | clear_status () |
| |
|
::hadoop::hdfs::DataTransferEncryptorMessageProto_DataTransferEncryptorStatus | status () const |
| |
|
void | set_status (::hadoop::hdfs::DataTransferEncryptorMessageProto_DataTransferEncryptorStatus value) |
| |
|
bool | has_payload () const |
| |
|
void | clear_payload () |
| |
|
const ::std::string & | payload () const |
| |
|
void | set_payload (const ::std::string &value) |
| |
|
void | set_payload (const char *value) |
| |
|
void | set_payload (const void *value, size_t size) |
| |
|
::std::string * | mutable_payload () |
| |
|
::std::string * | release_payload () |
| |
|
void | set_allocated_payload (::std::string *payload) |
| |
|
bool | has_message () const |
| |
|
void | clear_message () |
| |
|
const ::std::string & | message () const |
| |
|
void | set_message (const ::std::string &value) |
| |
|
void | set_message (const char *value) |
| |
|
void | set_message (const char *value, size_t size) |
| |
|
::std::string * | mutable_message () |
| |
|
::std::string * | release_message () |
| |
|
void | set_allocated_message (::std::string *message) |
| |
|
int | cipheroption_size () const |
| |
|
void | clear_cipheroption () |
| |
const
::hadoop::hdfs::CipherOptionProto & | cipheroption (int index) const |
| |
|
::hadoop::hdfs::CipherOptionProto * | mutable_cipheroption (int index) |
| |
|
::hadoop::hdfs::CipherOptionProto * | add_cipheroption () |
| |
::google::protobuf::RepeatedPtrField
< ::hadoop::hdfs::CipherOptionProto > * | mutable_cipheroption () |
| |
const
::google::protobuf::RepeatedPtrField
< ::hadoop::hdfs::CipherOptionProto > & | cipheroption () const |
| |
|
static const
DataTransferEncryptorStatus | SUCCESS |
| |
static const
DataTransferEncryptorStatus | ERROR_UNKNOWN_KEY |
| |
static const
DataTransferEncryptorStatus | ERROR |
| |
static const
DataTransferEncryptorStatus | DataTransferEncryptorStatus_MIN |
| |
static const
DataTransferEncryptorStatus | DataTransferEncryptorStatus_MAX |
| |
| static const int | DataTransferEncryptorStatus_ARRAYSIZE |
| |
|
static const int | kStatusFieldNumber = 1 |
| |
|
static const int | kPayloadFieldNumber = 2 |
| |
|
static const int | kMessageFieldNumber = 3 |
| |
|
static const int | kCipherOptionFieldNumber = 4 |
| |