public static final class EncryptionProtos.WrappedKey.Builder extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<EncryptionProtos.WrappedKey.Builder> implements EncryptionProtos.WrappedKeyOrBuilder
hbase.pb.WrappedKey| Modifier and Type | Method and Description |
|---|---|
EncryptionProtos.WrappedKey.Builder |
addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
EncryptionProtos.WrappedKey |
build() |
EncryptionProtos.WrappedKey |
buildPartial() |
EncryptionProtos.WrappedKey.Builder |
clear() |
EncryptionProtos.WrappedKey.Builder |
clearAlgorithm()
required string algorithm = 1; |
EncryptionProtos.WrappedKey.Builder |
clearData()
required bytes data = 3; |
EncryptionProtos.WrappedKey.Builder |
clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) |
EncryptionProtos.WrappedKey.Builder |
clearHash()
optional bytes hash = 5; |
EncryptionProtos.WrappedKey.Builder |
clearIv()
optional bytes iv = 4; |
EncryptionProtos.WrappedKey.Builder |
clearLength()
required uint32 length = 2; |
EncryptionProtos.WrappedKey.Builder |
clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) |
EncryptionProtos.WrappedKey.Builder |
clone() |
String |
getAlgorithm()
required string algorithm = 1; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getAlgorithmBytes()
required string algorithm = 1; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getData()
required bytes data = 3; |
EncryptionProtos.WrappedKey |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getHash()
optional bytes hash = 5; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getIv()
optional bytes iv = 4; |
int |
getLength()
required uint32 length = 2; |
boolean |
hasAlgorithm()
required string algorithm = 1; |
boolean |
hasData()
required bytes data = 3; |
boolean |
hasHash()
optional bytes hash = 5; |
boolean |
hasIv()
optional bytes iv = 4; |
boolean |
hasLength()
required uint32 length = 2; |
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
EncryptionProtos.WrappedKey.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
EncryptionProtos.WrappedKey.Builder |
mergeFrom(EncryptionProtos.WrappedKey other) |
EncryptionProtos.WrappedKey.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) |
EncryptionProtos.WrappedKey.Builder |
mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
EncryptionProtos.WrappedKey.Builder |
setAlgorithm(String value)
required string algorithm = 1; |
EncryptionProtos.WrappedKey.Builder |
setAlgorithmBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required string algorithm = 1; |
EncryptionProtos.WrappedKey.Builder |
setData(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required bytes data = 3; |
EncryptionProtos.WrappedKey.Builder |
setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
EncryptionProtos.WrappedKey.Builder |
setHash(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes hash = 5; |
EncryptionProtos.WrappedKey.Builder |
setIv(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes iv = 4; |
EncryptionProtos.WrappedKey.Builder |
setLength(int value)
required uint32 length = 2; |
EncryptionProtos.WrappedKey.Builder |
setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
EncryptionProtos.WrappedKey.Builder |
setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<EncryptionProtos.WrappedKey.Builder>public EncryptionProtos.WrappedKey.Builder clear()
clear in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclear in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclear in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<EncryptionProtos.WrappedKey.Builder>public org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildergetDescriptorForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetDescriptorForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<EncryptionProtos.WrappedKey.Builder>public EncryptionProtos.WrappedKey getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderpublic EncryptionProtos.WrappedKey build()
build in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderbuild in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic EncryptionProtos.WrappedKey buildPartial()
buildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderbuildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic EncryptionProtos.WrappedKey.Builder clone()
clone in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclone in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclone in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<EncryptionProtos.WrappedKey.Builder>public EncryptionProtos.WrappedKey.Builder setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<EncryptionProtos.WrappedKey.Builder>public EncryptionProtos.WrappedKey.Builder clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<EncryptionProtos.WrappedKey.Builder>public EncryptionProtos.WrappedKey.Builder clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearOneof in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<EncryptionProtos.WrappedKey.Builder>public EncryptionProtos.WrappedKey.Builder setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetRepeatedField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<EncryptionProtos.WrappedKey.Builder>public EncryptionProtos.WrappedKey.Builder addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderaddRepeatedField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<EncryptionProtos.WrappedKey.Builder>public EncryptionProtos.WrappedKey.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other)
mergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<EncryptionProtos.WrappedKey.Builder>public EncryptionProtos.WrappedKey.Builder mergeFrom(EncryptionProtos.WrappedKey other)
public final boolean isInitialized()
isInitialized in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<EncryptionProtos.WrappedKey.Builder>public EncryptionProtos.WrappedKey.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.BuildermergeFrom in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<EncryptionProtos.WrappedKey.Builder>IOExceptionpublic boolean hasAlgorithm()
required string algorithm = 1;hasAlgorithm in interface EncryptionProtos.WrappedKeyOrBuilderpublic String getAlgorithm()
required string algorithm = 1;getAlgorithm in interface EncryptionProtos.WrappedKeyOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getAlgorithmBytes()
required string algorithm = 1;getAlgorithmBytes in interface EncryptionProtos.WrappedKeyOrBuilderpublic EncryptionProtos.WrappedKey.Builder setAlgorithm(String value)
required string algorithm = 1;public EncryptionProtos.WrappedKey.Builder clearAlgorithm()
required string algorithm = 1;public EncryptionProtos.WrappedKey.Builder setAlgorithmBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required string algorithm = 1;public boolean hasLength()
required uint32 length = 2;hasLength in interface EncryptionProtos.WrappedKeyOrBuilderpublic int getLength()
required uint32 length = 2;getLength in interface EncryptionProtos.WrappedKeyOrBuilderpublic EncryptionProtos.WrappedKey.Builder setLength(int value)
required uint32 length = 2;public EncryptionProtos.WrappedKey.Builder clearLength()
required uint32 length = 2;public boolean hasData()
required bytes data = 3;hasData in interface EncryptionProtos.WrappedKeyOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getData()
required bytes data = 3;getData in interface EncryptionProtos.WrappedKeyOrBuilderpublic EncryptionProtos.WrappedKey.Builder setData(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required bytes data = 3;public EncryptionProtos.WrappedKey.Builder clearData()
required bytes data = 3;public boolean hasIv()
optional bytes iv = 4;hasIv in interface EncryptionProtos.WrappedKeyOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getIv()
optional bytes iv = 4;getIv in interface EncryptionProtos.WrappedKeyOrBuilderpublic EncryptionProtos.WrappedKey.Builder setIv(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes iv = 4;public EncryptionProtos.WrappedKey.Builder clearIv()
optional bytes iv = 4;public boolean hasHash()
optional bytes hash = 5;hasHash in interface EncryptionProtos.WrappedKeyOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getHash()
optional bytes hash = 5;getHash in interface EncryptionProtos.WrappedKeyOrBuilderpublic EncryptionProtos.WrappedKey.Builder setHash(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes hash = 5;public EncryptionProtos.WrappedKey.Builder clearHash()
optional bytes hash = 5;public final EncryptionProtos.WrappedKey.Builder setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetUnknownFields in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<EncryptionProtos.WrappedKey.Builder>public final EncryptionProtos.WrappedKey.Builder mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeUnknownFields in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<EncryptionProtos.WrappedKey.Builder>Copyright © 2007–2019 Cloudera. All rights reserved.