iceberg-cpp
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Apache::Hadoop::Hive::GrantRevokeRoleRequest Class Reference
Inheritance diagram for Apache::Hadoop::Hive::GrantRevokeRoleRequest:

Public Member Functions

 GrantRevokeRoleRequest (const GrantRevokeRoleRequest &)
 
GrantRevokeRoleRequestoperator= (const GrantRevokeRoleRequest &)
 
void __set_requestType (const GrantRevokeType::type val)
 
void __set_roleName (const std::string &val)
 
void __set_principalName (const std::string &val)
 
void __set_principalType (const PrincipalType::type val)
 
void __set_grantor (const std::string &val)
 
void __set_grantorType (const PrincipalType::type val)
 
void __set_grantOption (const bool val)
 
bool operator== (const GrantRevokeRoleRequest &rhs) const
 
bool operator!= (const GrantRevokeRoleRequest &rhs) const
 
bool operator< (const GrantRevokeRoleRequest &) const
 
uint32_t read (::apache::thrift::protocol::TProtocol *iprot) override
 
uint32_t write (::apache::thrift::protocol::TProtocol *oprot) const override
 
virtual void printTo (std::ostream &out) const
 

Public Attributes

GrantRevokeType::type requestType
 
std::string roleName
 
std::string principalName
 
PrincipalType::type principalType
 
std::string grantor
 
PrincipalType::type grantorType
 
bool grantOption
 
_GrantRevokeRoleRequest__isset __isset
 

Member Data Documentation

◆ grantorType

PrincipalType::type Apache::Hadoop::Hive::GrantRevokeRoleRequest::grantorType
See also
PrincipalType

◆ principalType

PrincipalType::type Apache::Hadoop::Hive::GrantRevokeRoleRequest::principalType
See also
PrincipalType

◆ requestType

GrantRevokeType::type Apache::Hadoop::Hive::GrantRevokeRoleRequest::requestType
See also
GrantRevokeType

The documentation for this class was generated from the following files: