public static final class ByzCoinProto.GetProof.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ByzCoinProto.GetProof.Builder> implements ByzCoinProto.GetProofOrBuilder
GetProof returns the proof that the given key is in the trie.Protobuf type
byzcoin.GetProof| Modifier and Type | Method and Description |
|---|---|
ByzCoinProto.GetProof.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ByzCoinProto.GetProof |
build() |
ByzCoinProto.GetProof |
buildPartial() |
ByzCoinProto.GetProof.Builder |
clear() |
ByzCoinProto.GetProof.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ByzCoinProto.GetProof.Builder |
clearId()
ID is any block that is known to us in the skipchain, can be the genesis
block or any later block.
|
ByzCoinProto.GetProof.Builder |
clearKey()
Key is the key we want to look up
|
ByzCoinProto.GetProof.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ByzCoinProto.GetProof.Builder |
clearVersion()
Version of the protocol
|
ByzCoinProto.GetProof.Builder |
clone() |
ByzCoinProto.GetProof |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getId()
ID is any block that is known to us in the skipchain, can be the genesis
block or any later block.
|
com.google.protobuf.ByteString |
getKey()
Key is the key we want to look up
|
int |
getVersion()
Version of the protocol
|
boolean |
hasId()
ID is any block that is known to us in the skipchain, can be the genesis
block or any later block.
|
boolean |
hasKey()
Key is the key we want to look up
|
boolean |
hasVersion()
Version of the protocol
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ByzCoinProto.GetProof.Builder |
mergeFrom(ByzCoinProto.GetProof other) |
ByzCoinProto.GetProof.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ByzCoinProto.GetProof.Builder |
mergeFrom(com.google.protobuf.Message other) |
ByzCoinProto.GetProof.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ByzCoinProto.GetProof.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ByzCoinProto.GetProof.Builder |
setId(com.google.protobuf.ByteString value)
ID is any block that is known to us in the skipchain, can be the genesis
block or any later block.
|
ByzCoinProto.GetProof.Builder |
setKey(com.google.protobuf.ByteString value)
Key is the key we want to look up
|
ByzCoinProto.GetProof.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ByzCoinProto.GetProof.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ByzCoinProto.GetProof.Builder |
setVersion(int value)
Version of the protocol
|
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 com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ByzCoinProto.GetProof.Builder>public ByzCoinProto.GetProof.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ByzCoinProto.GetProof.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<ByzCoinProto.GetProof.Builder>public ByzCoinProto.GetProof getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ByzCoinProto.GetProof build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ByzCoinProto.GetProof buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ByzCoinProto.GetProof.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ByzCoinProto.GetProof.Builder>public ByzCoinProto.GetProof.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<ByzCoinProto.GetProof.Builder>public ByzCoinProto.GetProof.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ByzCoinProto.GetProof.Builder>public ByzCoinProto.GetProof.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ByzCoinProto.GetProof.Builder>public ByzCoinProto.GetProof.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<ByzCoinProto.GetProof.Builder>public ByzCoinProto.GetProof.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<ByzCoinProto.GetProof.Builder>public ByzCoinProto.GetProof.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ByzCoinProto.GetProof.Builder>public ByzCoinProto.GetProof.Builder mergeFrom(ByzCoinProto.GetProof other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ByzCoinProto.GetProof.Builder>public ByzCoinProto.GetProof.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<ByzCoinProto.GetProof.Builder>IOExceptionpublic boolean hasVersion()
Version of the protocol
required sint32 version = 1;hasVersion in interface ByzCoinProto.GetProofOrBuilderpublic int getVersion()
Version of the protocol
required sint32 version = 1;getVersion in interface ByzCoinProto.GetProofOrBuilderpublic ByzCoinProto.GetProof.Builder setVersion(int value)
Version of the protocol
required sint32 version = 1;public ByzCoinProto.GetProof.Builder clearVersion()
Version of the protocol
required sint32 version = 1;public boolean hasKey()
Key is the key we want to look up
required bytes key = 2;hasKey in interface ByzCoinProto.GetProofOrBuilderpublic com.google.protobuf.ByteString getKey()
Key is the key we want to look up
required bytes key = 2;getKey in interface ByzCoinProto.GetProofOrBuilderpublic ByzCoinProto.GetProof.Builder setKey(com.google.protobuf.ByteString value)
Key is the key we want to look up
required bytes key = 2;public ByzCoinProto.GetProof.Builder clearKey()
Key is the key we want to look up
required bytes key = 2;public boolean hasId()
ID is any block that is known to us in the skipchain, can be the genesis block or any later block. The proof returned will be starting at this block.
required bytes id = 3;hasId in interface ByzCoinProto.GetProofOrBuilderpublic com.google.protobuf.ByteString getId()
ID is any block that is known to us in the skipchain, can be the genesis block or any later block. The proof returned will be starting at this block.
required bytes id = 3;getId in interface ByzCoinProto.GetProofOrBuilderpublic ByzCoinProto.GetProof.Builder setId(com.google.protobuf.ByteString value)
ID is any block that is known to us in the skipchain, can be the genesis block or any later block. The proof returned will be starting at this block.
required bytes id = 3;public ByzCoinProto.GetProof.Builder clearId()
ID is any block that is known to us in the skipchain, can be the genesis block or any later block. The proof returned will be starting at this block.
required bytes id = 3;public final ByzCoinProto.GetProof.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ByzCoinProto.GetProof.Builder>public final ByzCoinProto.GetProof.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ByzCoinProto.GetProof.Builder>Copyright © 2019. All rights reserved.