public static interface ByzCoinProto.DownloadStateResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ByzCoinProto.DBKeyValue |
getKeyvalues(int index)
KeyValues holds a copy of a slice of DBKeyValues
directly from bboltdb
|
int |
getKeyvaluesCount()
KeyValues holds a copy of a slice of DBKeyValues
directly from bboltdb
|
List<ByzCoinProto.DBKeyValue> |
getKeyvaluesList()
KeyValues holds a copy of a slice of DBKeyValues
directly from bboltdb
|
ByzCoinProto.DBKeyValueOrBuilder |
getKeyvaluesOrBuilder(int index)
KeyValues holds a copy of a slice of DBKeyValues
directly from bboltdb
|
List<? extends ByzCoinProto.DBKeyValueOrBuilder> |
getKeyvaluesOrBuilderList()
KeyValues holds a copy of a slice of DBKeyValues
directly from bboltdb
|
long |
getNonce()
Nonce to be used for the download.
|
boolean |
hasNonce()
Nonce to be used for the download.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ByzCoinProto.DBKeyValue> getKeyvaluesList()
KeyValues holds a copy of a slice of DBKeyValues directly from bboltdb
repeated .byzcoin.DBKeyValue keyvalues = 1;ByzCoinProto.DBKeyValue getKeyvalues(int index)
KeyValues holds a copy of a slice of DBKeyValues directly from bboltdb
repeated .byzcoin.DBKeyValue keyvalues = 1;int getKeyvaluesCount()
KeyValues holds a copy of a slice of DBKeyValues directly from bboltdb
repeated .byzcoin.DBKeyValue keyvalues = 1;List<? extends ByzCoinProto.DBKeyValueOrBuilder> getKeyvaluesOrBuilderList()
KeyValues holds a copy of a slice of DBKeyValues directly from bboltdb
repeated .byzcoin.DBKeyValue keyvalues = 1;ByzCoinProto.DBKeyValueOrBuilder getKeyvaluesOrBuilder(int index)
KeyValues holds a copy of a slice of DBKeyValues directly from bboltdb
repeated .byzcoin.DBKeyValue keyvalues = 1;boolean hasNonce()
Nonce to be used for the download. The Nonce is generated by the server, and will be set for every subsequent reply, too.
required uint64 nonce = 2;long getNonce()
Nonce to be used for the download. The Nonce is generated by the server, and will be set for every subsequent reply, too.
required uint64 nonce = 2;Copyright © 2019. All rights reserved.