public static interface HiveMetastore.PrivilegeGrantInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCreateTime()
int32 create_time = 2; |
boolean |
getGrantOption()
bool grant_option = 5; |
String |
getGrantor()
string grantor = 3; |
com.google.protobuf.ByteString |
getGrantorBytes()
string grantor = 3; |
HiveMetastore.PrincipalType |
getGrantorType()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType grantor_type = 4; |
int |
getGrantorTypeValue()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType grantor_type = 4; |
String |
getPrivilege()
string privilege = 1; |
com.google.protobuf.ByteString |
getPrivilegeBytes()
string privilege = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPrivilege()
string privilege = 1;com.google.protobuf.ByteString getPrivilegeBytes()
string privilege = 1;int getCreateTime()
int32 create_time = 2;String getGrantor()
string grantor = 3;com.google.protobuf.ByteString getGrantorBytes()
string grantor = 3;int getGrantorTypeValue()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType grantor_type = 4;HiveMetastore.PrincipalType getGrantorType()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType grantor_type = 4;boolean getGrantOption()
bool grant_option = 5;Copyright © 2024 The Apache Software Foundation. All rights reserved.