public static final class SkipchainProto.GetUpdateChainReply.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SkipchainProto.GetUpdateChainReply.Builder> implements SkipchainProto.GetUpdateChainReplyOrBuilder
GetUpdateChainReply - returns the shortest chain to the current SkipBlock, starting from the SkipBlock the client sentProtobuf type
skipchain.GetUpdateChainReply| Modifier and Type | Method and Description |
|---|---|
SkipchainProto.GetUpdateChainReply.Builder |
addAllUpdate(Iterable<? extends SkipchainProto.SkipBlock> values)
update is the shortest path from the requested block to the latest
block.
|
SkipchainProto.GetUpdateChainReply.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SkipchainProto.GetUpdateChainReply.Builder |
addUpdate(int index,
SkipchainProto.SkipBlock.Builder builderForValue)
update is the shortest path from the requested block to the latest
block.
|
SkipchainProto.GetUpdateChainReply.Builder |
addUpdate(int index,
SkipchainProto.SkipBlock value)
update is the shortest path from the requested block to the latest
block.
|
SkipchainProto.GetUpdateChainReply.Builder |
addUpdate(SkipchainProto.SkipBlock.Builder builderForValue)
update is the shortest path from the requested block to the latest
block.
|
SkipchainProto.GetUpdateChainReply.Builder |
addUpdate(SkipchainProto.SkipBlock value)
update is the shortest path from the requested block to the latest
block.
|
SkipchainProto.SkipBlock.Builder |
addUpdateBuilder()
update is the shortest path from the requested block to the latest
block.
|
SkipchainProto.SkipBlock.Builder |
addUpdateBuilder(int index)
update is the shortest path from the requested block to the latest
block.
|
SkipchainProto.GetUpdateChainReply |
build() |
SkipchainProto.GetUpdateChainReply |
buildPartial() |
SkipchainProto.GetUpdateChainReply.Builder |
clear() |
SkipchainProto.GetUpdateChainReply.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
SkipchainProto.GetUpdateChainReply.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SkipchainProto.GetUpdateChainReply.Builder |
clearUpdate()
update is the shortest path from the requested block to the latest
block.
|
SkipchainProto.GetUpdateChainReply.Builder |
clone() |
SkipchainProto.GetUpdateChainReply |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
SkipchainProto.SkipBlock |
getUpdate(int index)
update is the shortest path from the requested block to the latest
block.
|
SkipchainProto.SkipBlock.Builder |
getUpdateBuilder(int index)
update is the shortest path from the requested block to the latest
block.
|
List<SkipchainProto.SkipBlock.Builder> |
getUpdateBuilderList()
update is the shortest path from the requested block to the latest
block.
|
int |
getUpdateCount()
update is the shortest path from the requested block to the latest
block.
|
List<SkipchainProto.SkipBlock> |
getUpdateList()
update is the shortest path from the requested block to the latest
block.
|
SkipchainProto.SkipBlockOrBuilder |
getUpdateOrBuilder(int index)
update is the shortest path from the requested block to the latest
block.
|
List<? extends SkipchainProto.SkipBlockOrBuilder> |
getUpdateOrBuilderList()
update is the shortest path from the requested block to the latest
block.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
SkipchainProto.GetUpdateChainReply.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SkipchainProto.GetUpdateChainReply.Builder |
mergeFrom(com.google.protobuf.Message other) |
SkipchainProto.GetUpdateChainReply.Builder |
mergeFrom(SkipchainProto.GetUpdateChainReply other) |
SkipchainProto.GetUpdateChainReply.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SkipchainProto.GetUpdateChainReply.Builder |
removeUpdate(int index)
update is the shortest path from the requested block to the latest
block.
|
SkipchainProto.GetUpdateChainReply.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SkipchainProto.GetUpdateChainReply.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SkipchainProto.GetUpdateChainReply.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SkipchainProto.GetUpdateChainReply.Builder |
setUpdate(int index,
SkipchainProto.SkipBlock.Builder builderForValue)
update is the shortest path from the requested block to the latest
block.
|
SkipchainProto.GetUpdateChainReply.Builder |
setUpdate(int index,
SkipchainProto.SkipBlock value)
update is the shortest path from the requested block to the latest
block.
|
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<SkipchainProto.GetUpdateChainReply.Builder>public SkipchainProto.GetUpdateChainReply.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<SkipchainProto.GetUpdateChainReply.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<SkipchainProto.GetUpdateChainReply.Builder>public SkipchainProto.GetUpdateChainReply getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic SkipchainProto.GetUpdateChainReply build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic SkipchainProto.GetUpdateChainReply buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic SkipchainProto.GetUpdateChainReply.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<SkipchainProto.GetUpdateChainReply.Builder>public SkipchainProto.GetUpdateChainReply.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<SkipchainProto.GetUpdateChainReply.Builder>public SkipchainProto.GetUpdateChainReply.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<SkipchainProto.GetUpdateChainReply.Builder>public SkipchainProto.GetUpdateChainReply.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SkipchainProto.GetUpdateChainReply.Builder>public SkipchainProto.GetUpdateChainReply.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<SkipchainProto.GetUpdateChainReply.Builder>public SkipchainProto.GetUpdateChainReply.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<SkipchainProto.GetUpdateChainReply.Builder>public SkipchainProto.GetUpdateChainReply.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SkipchainProto.GetUpdateChainReply.Builder>public SkipchainProto.GetUpdateChainReply.Builder mergeFrom(SkipchainProto.GetUpdateChainReply other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SkipchainProto.GetUpdateChainReply.Builder>public SkipchainProto.GetUpdateChainReply.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<SkipchainProto.GetUpdateChainReply.Builder>IOExceptionpublic List<SkipchainProto.SkipBlock> getUpdateList()
update is the shortest path from the requested block to the latest block.
repeated .skipchain.SkipBlock update = 1;getUpdateList in interface SkipchainProto.GetUpdateChainReplyOrBuilderpublic int getUpdateCount()
update is the shortest path from the requested block to the latest block.
repeated .skipchain.SkipBlock update = 1;getUpdateCount in interface SkipchainProto.GetUpdateChainReplyOrBuilderpublic SkipchainProto.SkipBlock getUpdate(int index)
update is the shortest path from the requested block to the latest block.
repeated .skipchain.SkipBlock update = 1;getUpdate in interface SkipchainProto.GetUpdateChainReplyOrBuilderpublic SkipchainProto.GetUpdateChainReply.Builder setUpdate(int index, SkipchainProto.SkipBlock value)
update is the shortest path from the requested block to the latest block.
repeated .skipchain.SkipBlock update = 1;public SkipchainProto.GetUpdateChainReply.Builder setUpdate(int index, SkipchainProto.SkipBlock.Builder builderForValue)
update is the shortest path from the requested block to the latest block.
repeated .skipchain.SkipBlock update = 1;public SkipchainProto.GetUpdateChainReply.Builder addUpdate(SkipchainProto.SkipBlock value)
update is the shortest path from the requested block to the latest block.
repeated .skipchain.SkipBlock update = 1;public SkipchainProto.GetUpdateChainReply.Builder addUpdate(int index, SkipchainProto.SkipBlock value)
update is the shortest path from the requested block to the latest block.
repeated .skipchain.SkipBlock update = 1;public SkipchainProto.GetUpdateChainReply.Builder addUpdate(SkipchainProto.SkipBlock.Builder builderForValue)
update is the shortest path from the requested block to the latest block.
repeated .skipchain.SkipBlock update = 1;public SkipchainProto.GetUpdateChainReply.Builder addUpdate(int index, SkipchainProto.SkipBlock.Builder builderForValue)
update is the shortest path from the requested block to the latest block.
repeated .skipchain.SkipBlock update = 1;public SkipchainProto.GetUpdateChainReply.Builder addAllUpdate(Iterable<? extends SkipchainProto.SkipBlock> values)
update is the shortest path from the requested block to the latest block.
repeated .skipchain.SkipBlock update = 1;public SkipchainProto.GetUpdateChainReply.Builder clearUpdate()
update is the shortest path from the requested block to the latest block.
repeated .skipchain.SkipBlock update = 1;public SkipchainProto.GetUpdateChainReply.Builder removeUpdate(int index)
update is the shortest path from the requested block to the latest block.
repeated .skipchain.SkipBlock update = 1;public SkipchainProto.SkipBlock.Builder getUpdateBuilder(int index)
update is the shortest path from the requested block to the latest block.
repeated .skipchain.SkipBlock update = 1;public SkipchainProto.SkipBlockOrBuilder getUpdateOrBuilder(int index)
update is the shortest path from the requested block to the latest block.
repeated .skipchain.SkipBlock update = 1;getUpdateOrBuilder in interface SkipchainProto.GetUpdateChainReplyOrBuilderpublic List<? extends SkipchainProto.SkipBlockOrBuilder> getUpdateOrBuilderList()
update is the shortest path from the requested block to the latest block.
repeated .skipchain.SkipBlock update = 1;getUpdateOrBuilderList in interface SkipchainProto.GetUpdateChainReplyOrBuilderpublic SkipchainProto.SkipBlock.Builder addUpdateBuilder()
update is the shortest path from the requested block to the latest block.
repeated .skipchain.SkipBlock update = 1;public SkipchainProto.SkipBlock.Builder addUpdateBuilder(int index)
update is the shortest path from the requested block to the latest block.
repeated .skipchain.SkipBlock update = 1;public List<SkipchainProto.SkipBlock.Builder> getUpdateBuilderList()
update is the shortest path from the requested block to the latest block.
repeated .skipchain.SkipBlock update = 1;public final SkipchainProto.GetUpdateChainReply.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SkipchainProto.GetUpdateChainReply.Builder>public final SkipchainProto.GetUpdateChainReply.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SkipchainProto.GetUpdateChainReply.Builder>Copyright © 2019. All rights reserved.