public static final class RPCProtos.CryptoCipherMeta.Builder extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<RPCProtos.CryptoCipherMeta.Builder> implements RPCProtos.CryptoCipherMetaOrBuilder
Cipher meta for CryptoProtobuf type
hbase.pb.CryptoCipherMeta| Modifier and Type | Method and Description |
|---|---|
RPCProtos.CryptoCipherMeta.Builder |
addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RPCProtos.CryptoCipherMeta |
build() |
RPCProtos.CryptoCipherMeta |
buildPartial() |
RPCProtos.CryptoCipherMeta.Builder |
clear() |
RPCProtos.CryptoCipherMeta.Builder |
clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) |
RPCProtos.CryptoCipherMeta.Builder |
clearInIv()
optional bytes inIv = 3; |
RPCProtos.CryptoCipherMeta.Builder |
clearInKey()
optional bytes inKey = 2; |
RPCProtos.CryptoCipherMeta.Builder |
clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RPCProtos.CryptoCipherMeta.Builder |
clearOutIv()
optional bytes outIv = 5; |
RPCProtos.CryptoCipherMeta.Builder |
clearOutKey()
optional bytes outKey = 4; |
RPCProtos.CryptoCipherMeta.Builder |
clearTransformation()
required string transformation = 1; |
RPCProtos.CryptoCipherMeta.Builder |
clone() |
RPCProtos.CryptoCipherMeta |
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 |
getInIv()
optional bytes inIv = 3; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getInKey()
optional bytes inKey = 2; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getOutIv()
optional bytes outIv = 5; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getOutKey()
optional bytes outKey = 4; |
String |
getTransformation()
required string transformation = 1; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getTransformationBytes()
required string transformation = 1; |
boolean |
hasInIv()
optional bytes inIv = 3; |
boolean |
hasInKey()
optional bytes inKey = 2; |
boolean |
hasOutIv()
optional bytes outIv = 5; |
boolean |
hasOutKey()
optional bytes outKey = 4; |
boolean |
hasTransformation()
required string transformation = 1; |
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RPCProtos.CryptoCipherMeta.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RPCProtos.CryptoCipherMeta.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) |
RPCProtos.CryptoCipherMeta.Builder |
mergeFrom(RPCProtos.CryptoCipherMeta other) |
RPCProtos.CryptoCipherMeta.Builder |
mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
RPCProtos.CryptoCipherMeta.Builder |
setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RPCProtos.CryptoCipherMeta.Builder |
setInIv(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes inIv = 3; |
RPCProtos.CryptoCipherMeta.Builder |
setInKey(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes inKey = 2; |
RPCProtos.CryptoCipherMeta.Builder |
setOutIv(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes outIv = 5; |
RPCProtos.CryptoCipherMeta.Builder |
setOutKey(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes outKey = 4; |
RPCProtos.CryptoCipherMeta.Builder |
setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
RPCProtos.CryptoCipherMeta.Builder |
setTransformation(String value)
required string transformation = 1; |
RPCProtos.CryptoCipherMeta.Builder |
setTransformationBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required string transformation = 1; |
RPCProtos.CryptoCipherMeta.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<RPCProtos.CryptoCipherMeta.Builder>public RPCProtos.CryptoCipherMeta.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<RPCProtos.CryptoCipherMeta.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<RPCProtos.CryptoCipherMeta.Builder>public RPCProtos.CryptoCipherMeta getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderpublic RPCProtos.CryptoCipherMeta build()
build in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderbuild in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic RPCProtos.CryptoCipherMeta buildPartial()
buildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderbuildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic RPCProtos.CryptoCipherMeta.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<RPCProtos.CryptoCipherMeta.Builder>public RPCProtos.CryptoCipherMeta.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<RPCProtos.CryptoCipherMeta.Builder>public RPCProtos.CryptoCipherMeta.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<RPCProtos.CryptoCipherMeta.Builder>public RPCProtos.CryptoCipherMeta.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<RPCProtos.CryptoCipherMeta.Builder>public RPCProtos.CryptoCipherMeta.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<RPCProtos.CryptoCipherMeta.Builder>public RPCProtos.CryptoCipherMeta.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<RPCProtos.CryptoCipherMeta.Builder>public RPCProtos.CryptoCipherMeta.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<RPCProtos.CryptoCipherMeta.Builder>public RPCProtos.CryptoCipherMeta.Builder mergeFrom(RPCProtos.CryptoCipherMeta 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<RPCProtos.CryptoCipherMeta.Builder>public RPCProtos.CryptoCipherMeta.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<RPCProtos.CryptoCipherMeta.Builder>IOExceptionpublic boolean hasTransformation()
required string transformation = 1;hasTransformation in interface RPCProtos.CryptoCipherMetaOrBuilderpublic String getTransformation()
required string transformation = 1;getTransformation in interface RPCProtos.CryptoCipherMetaOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getTransformationBytes()
required string transformation = 1;getTransformationBytes in interface RPCProtos.CryptoCipherMetaOrBuilderpublic RPCProtos.CryptoCipherMeta.Builder setTransformation(String value)
required string transformation = 1;public RPCProtos.CryptoCipherMeta.Builder clearTransformation()
required string transformation = 1;public RPCProtos.CryptoCipherMeta.Builder setTransformationBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required string transformation = 1;public boolean hasInKey()
optional bytes inKey = 2;hasInKey in interface RPCProtos.CryptoCipherMetaOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getInKey()
optional bytes inKey = 2;getInKey in interface RPCProtos.CryptoCipherMetaOrBuilderpublic RPCProtos.CryptoCipherMeta.Builder setInKey(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes inKey = 2;public RPCProtos.CryptoCipherMeta.Builder clearInKey()
optional bytes inKey = 2;public boolean hasInIv()
optional bytes inIv = 3;hasInIv in interface RPCProtos.CryptoCipherMetaOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getInIv()
optional bytes inIv = 3;getInIv in interface RPCProtos.CryptoCipherMetaOrBuilderpublic RPCProtos.CryptoCipherMeta.Builder setInIv(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes inIv = 3;public RPCProtos.CryptoCipherMeta.Builder clearInIv()
optional bytes inIv = 3;public boolean hasOutKey()
optional bytes outKey = 4;hasOutKey in interface RPCProtos.CryptoCipherMetaOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getOutKey()
optional bytes outKey = 4;getOutKey in interface RPCProtos.CryptoCipherMetaOrBuilderpublic RPCProtos.CryptoCipherMeta.Builder setOutKey(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes outKey = 4;public RPCProtos.CryptoCipherMeta.Builder clearOutKey()
optional bytes outKey = 4;public boolean hasOutIv()
optional bytes outIv = 5;hasOutIv in interface RPCProtos.CryptoCipherMetaOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getOutIv()
optional bytes outIv = 5;getOutIv in interface RPCProtos.CryptoCipherMetaOrBuilderpublic RPCProtos.CryptoCipherMeta.Builder setOutIv(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes outIv = 5;public RPCProtos.CryptoCipherMeta.Builder clearOutIv()
optional bytes outIv = 5;public final RPCProtos.CryptoCipherMeta.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<RPCProtos.CryptoCipherMeta.Builder>public final RPCProtos.CryptoCipherMeta.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<RPCProtos.CryptoCipherMeta.Builder>Copyright © 2007–2019 Cloudera. All rights reserved.