public static interface HiveMetastore.GrantRevokeRoleRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getGrantOption()
bool grant_option = 7; |
String |
getGrantor()
string grantor = 5; |
com.google.protobuf.ByteString |
getGrantorBytes()
string grantor = 5; |
HiveMetastore.PrincipalType |
getGrantorType()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType grantor_type = 6; |
int |
getGrantorTypeValue()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType grantor_type = 6; |
String |
getPrincipalName()
string principal_name = 3; |
com.google.protobuf.ByteString |
getPrincipalNameBytes()
string principal_name = 3; |
HiveMetastore.PrincipalType |
getPrincipalType()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType principal_type = 4; |
int |
getPrincipalTypeValue()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType principal_type = 4; |
HiveMetastore.GrantRevokeType |
getRequestType()
.org.apache.hadoop.hive.metastore.grpc.GrantRevokeType request_type = 1; |
int |
getRequestTypeValue()
.org.apache.hadoop.hive.metastore.grpc.GrantRevokeType request_type = 1; |
String |
getRoleName()
string role_name = 2; |
com.google.protobuf.ByteString |
getRoleNameBytes()
string role_name = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getRequestTypeValue()
.org.apache.hadoop.hive.metastore.grpc.GrantRevokeType request_type = 1;HiveMetastore.GrantRevokeType getRequestType()
.org.apache.hadoop.hive.metastore.grpc.GrantRevokeType request_type = 1;String getRoleName()
string role_name = 2;com.google.protobuf.ByteString getRoleNameBytes()
string role_name = 2;String getPrincipalName()
string principal_name = 3;com.google.protobuf.ByteString getPrincipalNameBytes()
string principal_name = 3;int getPrincipalTypeValue()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType principal_type = 4;HiveMetastore.PrincipalType getPrincipalType()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType principal_type = 4;String getGrantor()
string grantor = 5;com.google.protobuf.ByteString getGrantorBytes()
string grantor = 5;int getGrantorTypeValue()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType grantor_type = 6;HiveMetastore.PrincipalType getGrantorType()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType grantor_type = 6;boolean getGrantOption()
bool grant_option = 7;Copyright © 2024 The Apache Software Foundation. All rights reserved.