public static final class HiveMetastore.GrantRevokeRoleRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.GrantRevokeRoleRequest.Builder> implements HiveMetastore.GrantRevokeRoleRequestOrBuilder
org.apache.hadoop.hive.metastore.grpc.GrantRevokeRoleRequest| Modifier and Type | Method and Description |
|---|---|
HiveMetastore.GrantRevokeRoleRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HiveMetastore.GrantRevokeRoleRequest |
build() |
HiveMetastore.GrantRevokeRoleRequest |
buildPartial() |
HiveMetastore.GrantRevokeRoleRequest.Builder |
clear() |
HiveMetastore.GrantRevokeRoleRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
HiveMetastore.GrantRevokeRoleRequest.Builder |
clearGrantOption()
bool grant_option = 7; |
HiveMetastore.GrantRevokeRoleRequest.Builder |
clearGrantor()
string grantor = 5; |
HiveMetastore.GrantRevokeRoleRequest.Builder |
clearGrantorType()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType grantor_type = 6; |
HiveMetastore.GrantRevokeRoleRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HiveMetastore.GrantRevokeRoleRequest.Builder |
clearPrincipalName()
string principal_name = 3; |
HiveMetastore.GrantRevokeRoleRequest.Builder |
clearPrincipalType()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType principal_type = 4; |
HiveMetastore.GrantRevokeRoleRequest.Builder |
clearRequestType()
.org.apache.hadoop.hive.metastore.grpc.GrantRevokeType request_type = 1; |
HiveMetastore.GrantRevokeRoleRequest.Builder |
clearRoleName()
string role_name = 2; |
HiveMetastore.GrantRevokeRoleRequest.Builder |
clone() |
HiveMetastore.GrantRevokeRoleRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
HiveMetastore.GrantRevokeRoleRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HiveMetastore.GrantRevokeRoleRequest.Builder |
mergeFrom(HiveMetastore.GrantRevokeRoleRequest other) |
HiveMetastore.GrantRevokeRoleRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
HiveMetastore.GrantRevokeRoleRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
HiveMetastore.GrantRevokeRoleRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HiveMetastore.GrantRevokeRoleRequest.Builder |
setGrantOption(boolean value)
bool grant_option = 7; |
HiveMetastore.GrantRevokeRoleRequest.Builder |
setGrantor(String value)
string grantor = 5; |
HiveMetastore.GrantRevokeRoleRequest.Builder |
setGrantorBytes(com.google.protobuf.ByteString value)
string grantor = 5; |
HiveMetastore.GrantRevokeRoleRequest.Builder |
setGrantorType(HiveMetastore.PrincipalType value)
.org.apache.hadoop.hive.metastore.grpc.PrincipalType grantor_type = 6; |
HiveMetastore.GrantRevokeRoleRequest.Builder |
setGrantorTypeValue(int value)
.org.apache.hadoop.hive.metastore.grpc.PrincipalType grantor_type = 6; |
HiveMetastore.GrantRevokeRoleRequest.Builder |
setPrincipalName(String value)
string principal_name = 3; |
HiveMetastore.GrantRevokeRoleRequest.Builder |
setPrincipalNameBytes(com.google.protobuf.ByteString value)
string principal_name = 3; |
HiveMetastore.GrantRevokeRoleRequest.Builder |
setPrincipalType(HiveMetastore.PrincipalType value)
.org.apache.hadoop.hive.metastore.grpc.PrincipalType principal_type = 4; |
HiveMetastore.GrantRevokeRoleRequest.Builder |
setPrincipalTypeValue(int value)
.org.apache.hadoop.hive.metastore.grpc.PrincipalType principal_type = 4; |
HiveMetastore.GrantRevokeRoleRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
HiveMetastore.GrantRevokeRoleRequest.Builder |
setRequestType(HiveMetastore.GrantRevokeType value)
.org.apache.hadoop.hive.metastore.grpc.GrantRevokeType request_type = 1; |
HiveMetastore.GrantRevokeRoleRequest.Builder |
setRequestTypeValue(int value)
.org.apache.hadoop.hive.metastore.grpc.GrantRevokeType request_type = 1; |
HiveMetastore.GrantRevokeRoleRequest.Builder |
setRoleName(String value)
string role_name = 2; |
HiveMetastore.GrantRevokeRoleRequest.Builder |
setRoleNameBytes(com.google.protobuf.ByteString value)
string role_name = 2; |
HiveMetastore.GrantRevokeRoleRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.GrantRevokeRoleRequest.Builder>public HiveMetastore.GrantRevokeRoleRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.GrantRevokeRoleRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.GrantRevokeRoleRequest.Builder>public HiveMetastore.GrantRevokeRoleRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic HiveMetastore.GrantRevokeRoleRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic HiveMetastore.GrantRevokeRoleRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic HiveMetastore.GrantRevokeRoleRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.GrantRevokeRoleRequest.Builder>public HiveMetastore.GrantRevokeRoleRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.GrantRevokeRoleRequest.Builder>public HiveMetastore.GrantRevokeRoleRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.GrantRevokeRoleRequest.Builder>public HiveMetastore.GrantRevokeRoleRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.GrantRevokeRoleRequest.Builder>public HiveMetastore.GrantRevokeRoleRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.GrantRevokeRoleRequest.Builder>public HiveMetastore.GrantRevokeRoleRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.GrantRevokeRoleRequest.Builder>public HiveMetastore.GrantRevokeRoleRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<HiveMetastore.GrantRevokeRoleRequest.Builder>public HiveMetastore.GrantRevokeRoleRequest.Builder mergeFrom(HiveMetastore.GrantRevokeRoleRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.GrantRevokeRoleRequest.Builder>public HiveMetastore.GrantRevokeRoleRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<HiveMetastore.GrantRevokeRoleRequest.Builder>IOExceptionpublic int getRequestTypeValue()
.org.apache.hadoop.hive.metastore.grpc.GrantRevokeType request_type = 1;getRequestTypeValue in interface HiveMetastore.GrantRevokeRoleRequestOrBuilderpublic HiveMetastore.GrantRevokeRoleRequest.Builder setRequestTypeValue(int value)
.org.apache.hadoop.hive.metastore.grpc.GrantRevokeType request_type = 1;value - The enum numeric value on the wire for requestType to set.public HiveMetastore.GrantRevokeType getRequestType()
.org.apache.hadoop.hive.metastore.grpc.GrantRevokeType request_type = 1;getRequestType in interface HiveMetastore.GrantRevokeRoleRequestOrBuilderpublic HiveMetastore.GrantRevokeRoleRequest.Builder setRequestType(HiveMetastore.GrantRevokeType value)
.org.apache.hadoop.hive.metastore.grpc.GrantRevokeType request_type = 1;value - The requestType to set.public HiveMetastore.GrantRevokeRoleRequest.Builder clearRequestType()
.org.apache.hadoop.hive.metastore.grpc.GrantRevokeType request_type = 1;public String getRoleName()
string role_name = 2;getRoleName in interface HiveMetastore.GrantRevokeRoleRequestOrBuilderpublic com.google.protobuf.ByteString getRoleNameBytes()
string role_name = 2;getRoleNameBytes in interface HiveMetastore.GrantRevokeRoleRequestOrBuilderpublic HiveMetastore.GrantRevokeRoleRequest.Builder setRoleName(String value)
string role_name = 2;value - The roleName to set.public HiveMetastore.GrantRevokeRoleRequest.Builder clearRoleName()
string role_name = 2;public HiveMetastore.GrantRevokeRoleRequest.Builder setRoleNameBytes(com.google.protobuf.ByteString value)
string role_name = 2;value - The bytes for roleName to set.public String getPrincipalName()
string principal_name = 3;getPrincipalName in interface HiveMetastore.GrantRevokeRoleRequestOrBuilderpublic com.google.protobuf.ByteString getPrincipalNameBytes()
string principal_name = 3;getPrincipalNameBytes in interface HiveMetastore.GrantRevokeRoleRequestOrBuilderpublic HiveMetastore.GrantRevokeRoleRequest.Builder setPrincipalName(String value)
string principal_name = 3;value - The principalName to set.public HiveMetastore.GrantRevokeRoleRequest.Builder clearPrincipalName()
string principal_name = 3;public HiveMetastore.GrantRevokeRoleRequest.Builder setPrincipalNameBytes(com.google.protobuf.ByteString value)
string principal_name = 3;value - The bytes for principalName to set.public int getPrincipalTypeValue()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType principal_type = 4;getPrincipalTypeValue in interface HiveMetastore.GrantRevokeRoleRequestOrBuilderpublic HiveMetastore.GrantRevokeRoleRequest.Builder setPrincipalTypeValue(int value)
.org.apache.hadoop.hive.metastore.grpc.PrincipalType principal_type = 4;value - The enum numeric value on the wire for principalType to set.public HiveMetastore.PrincipalType getPrincipalType()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType principal_type = 4;getPrincipalType in interface HiveMetastore.GrantRevokeRoleRequestOrBuilderpublic HiveMetastore.GrantRevokeRoleRequest.Builder setPrincipalType(HiveMetastore.PrincipalType value)
.org.apache.hadoop.hive.metastore.grpc.PrincipalType principal_type = 4;value - The principalType to set.public HiveMetastore.GrantRevokeRoleRequest.Builder clearPrincipalType()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType principal_type = 4;public String getGrantor()
string grantor = 5;getGrantor in interface HiveMetastore.GrantRevokeRoleRequestOrBuilderpublic com.google.protobuf.ByteString getGrantorBytes()
string grantor = 5;getGrantorBytes in interface HiveMetastore.GrantRevokeRoleRequestOrBuilderpublic HiveMetastore.GrantRevokeRoleRequest.Builder setGrantor(String value)
string grantor = 5;value - The grantor to set.public HiveMetastore.GrantRevokeRoleRequest.Builder clearGrantor()
string grantor = 5;public HiveMetastore.GrantRevokeRoleRequest.Builder setGrantorBytes(com.google.protobuf.ByteString value)
string grantor = 5;value - The bytes for grantor to set.public int getGrantorTypeValue()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType grantor_type = 6;getGrantorTypeValue in interface HiveMetastore.GrantRevokeRoleRequestOrBuilderpublic HiveMetastore.GrantRevokeRoleRequest.Builder setGrantorTypeValue(int value)
.org.apache.hadoop.hive.metastore.grpc.PrincipalType grantor_type = 6;value - The enum numeric value on the wire for grantorType to set.public HiveMetastore.PrincipalType getGrantorType()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType grantor_type = 6;getGrantorType in interface HiveMetastore.GrantRevokeRoleRequestOrBuilderpublic HiveMetastore.GrantRevokeRoleRequest.Builder setGrantorType(HiveMetastore.PrincipalType value)
.org.apache.hadoop.hive.metastore.grpc.PrincipalType grantor_type = 6;value - The grantorType to set.public HiveMetastore.GrantRevokeRoleRequest.Builder clearGrantorType()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType grantor_type = 6;public boolean getGrantOption()
bool grant_option = 7;getGrantOption in interface HiveMetastore.GrantRevokeRoleRequestOrBuilderpublic HiveMetastore.GrantRevokeRoleRequest.Builder setGrantOption(boolean value)
bool grant_option = 7;value - The grantOption to set.public HiveMetastore.GrantRevokeRoleRequest.Builder clearGrantOption()
bool grant_option = 7;public final HiveMetastore.GrantRevokeRoleRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.GrantRevokeRoleRequest.Builder>public final HiveMetastore.GrantRevokeRoleRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<HiveMetastore.GrantRevokeRoleRequest.Builder>Copyright © 2024 The Apache Software Foundation. All rights reserved.