|
|
| AclEntryProto (const AclEntryProto &from) |
| |
|
AclEntryProto & | operator= (const AclEntryProto &from) |
| |
const
::google::protobuf::UnknownFieldSet & | unknown_fields () const |
| |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
| |
|
void | Swap (AclEntryProto *other) |
| |
|
AclEntryProto * | New () const |
| |
|
AclEntryProto * | New (::google::protobuf::Arena *arena) const |
| |
|
void | CopyFrom (const ::google::protobuf::Message &from) |
| |
|
void | MergeFrom (const ::google::protobuf::Message &from) |
| |
|
void | CopyFrom (const AclEntryProto &from) |
| |
|
void | MergeFrom (const AclEntryProto &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_type () const |
| |
|
void | clear_type () |
| |
|
::hadoop::hdfs::AclEntryProto_AclEntryTypeProto | type () const |
| |
|
void | set_type (::hadoop::hdfs::AclEntryProto_AclEntryTypeProto value) |
| |
|
bool | has_scope () const |
| |
|
void | clear_scope () |
| |
|
::hadoop::hdfs::AclEntryProto_AclEntryScopeProto | scope () const |
| |
|
void | set_scope (::hadoop::hdfs::AclEntryProto_AclEntryScopeProto value) |
| |
|
bool | has_permissions () const |
| |
|
void | clear_permissions () |
| |
|
::hadoop::hdfs::AclEntryProto_FsActionProto | permissions () const |
| |
|
void | set_permissions (::hadoop::hdfs::AclEntryProto_FsActionProto value) |
| |
|
bool | has_name () const |
| |
|
void | clear_name () |
| |
|
const ::std::string & | name () const |
| |
|
void | set_name (const ::std::string &value) |
| |
|
void | set_name (const char *value) |
| |
|
void | set_name (const char *value, size_t size) |
| |
|
::std::string * | mutable_name () |
| |
|
::std::string * | release_name () |
| |
|
void | set_allocated_name (::std::string *name) |
| |
|
static const
::google::protobuf::Descriptor * | descriptor () |
| |
|
static const AclEntryProto & | default_instance () |
| |
|
static bool | AclEntryScopeProto_IsValid (int value) |
| |
static const
::google::protobuf::EnumDescriptor * | AclEntryScopeProto_descriptor () |
| |
|
static const ::std::string & | AclEntryScopeProto_Name (AclEntryScopeProto value) |
| |
|
static bool | AclEntryScopeProto_Parse (const ::std::string &name, AclEntryScopeProto *value) |
| |
|
static bool | AclEntryTypeProto_IsValid (int value) |
| |
static const
::google::protobuf::EnumDescriptor * | AclEntryTypeProto_descriptor () |
| |
|
static const ::std::string & | AclEntryTypeProto_Name (AclEntryTypeProto value) |
| |
|
static bool | AclEntryTypeProto_Parse (const ::std::string &name, AclEntryTypeProto *value) |
| |
|
static bool | FsActionProto_IsValid (int value) |
| |
static const
::google::protobuf::EnumDescriptor * | FsActionProto_descriptor () |
| |
|
static const ::std::string & | FsActionProto_Name (FsActionProto value) |
| |
|
static bool | FsActionProto_Parse (const ::std::string &name, FsActionProto *value) |
| |
|
| static const AclEntryScopeProto | ACCESS |
| |
| static const AclEntryScopeProto | DEFAULT |
| |
| static const AclEntryScopeProto | AclEntryScopeProto_MIN |
| |
| static const AclEntryScopeProto | AclEntryScopeProto_MAX |
| |
| static const int | AclEntryScopeProto_ARRAYSIZE |
| |
| static const AclEntryTypeProto | USER |
| |
| static const AclEntryTypeProto | GROUP |
| |
| static const AclEntryTypeProto | MASK |
| |
| static const AclEntryTypeProto | OTHER |
| |
| static const AclEntryTypeProto | AclEntryTypeProto_MIN |
| |
| static const AclEntryTypeProto | AclEntryTypeProto_MAX |
| |
| static const int | AclEntryTypeProto_ARRAYSIZE |
| |
| static const FsActionProto | NONE |
| |
| static const FsActionProto | EXECUTE |
| |
| static const FsActionProto | WRITE |
| |
| static const FsActionProto | WRITE_EXECUTE |
| |
| static const FsActionProto | READ |
| |
| static const FsActionProto | READ_EXECUTE |
| |
| static const FsActionProto | READ_WRITE |
| |
| static const FsActionProto | PERM_ALL |
| |
| static const FsActionProto | FsActionProto_MIN |
| |
| static const FsActionProto | FsActionProto_MAX |
| |
| static const int | FsActionProto_ARRAYSIZE |
| |
|
static const int | kTypeFieldNumber = 1 |
| |
|
static const int | kScopeFieldNumber = 2 |
| |
|
static const int | kPermissionsFieldNumber = 3 |
| |
|
static const int | kNameFieldNumber = 4 |
| |