Package com.exonum.messages.proof
Interface MapProofOuterClass.MapProofOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MapProofOuterClass.MapProof
,MapProofOuterClass.MapProof.Builder
- Enclosing class:
- MapProofOuterClass
public static interface MapProofOuterClass.MapProofOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description MapProofOuterClass.OptionalEntry
getEntries(int index)
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.int
getEntriesCount()
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.java.util.List<MapProofOuterClass.OptionalEntry>
getEntriesList()
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.MapProofOuterClass.OptionalEntryOrBuilder
getEntriesOrBuilder(int index)
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.java.util.List<? extends MapProofOuterClass.OptionalEntryOrBuilder>
getEntriesOrBuilderList()
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.MapProofOuterClass.MapProofEntry
getProof(int index)
Array of { path: ProofPath, hash: Hash } objects.int
getProofCount()
Array of { path: ProofPath, hash: Hash } objects.java.util.List<MapProofOuterClass.MapProofEntry>
getProofList()
Array of { path: ProofPath, hash: Hash } objects.MapProofOuterClass.MapProofEntryOrBuilder
getProofOrBuilder(int index)
Array of { path: ProofPath, hash: Hash } objects.java.util.List<? extends MapProofOuterClass.MapProofEntryOrBuilder>
getProofOrBuilderList()
Array of { path: ProofPath, hash: Hash } objects.Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEntriesList
java.util.List<MapProofOuterClass.OptionalEntry> getEntriesList()Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
repeated .exonum.proof.OptionalEntry entries = 1;
-
getEntries
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
repeated .exonum.proof.OptionalEntry entries = 1;
-
getEntriesCount
int getEntriesCount()Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
repeated .exonum.proof.OptionalEntry entries = 1;
-
getEntriesOrBuilderList
java.util.List<? extends MapProofOuterClass.OptionalEntryOrBuilder> getEntriesOrBuilderList()Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
repeated .exonum.proof.OptionalEntry entries = 1;
-
getEntriesOrBuilder
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
repeated .exonum.proof.OptionalEntry entries = 1;
-
getProofList
java.util.List<MapProofOuterClass.MapProofEntry> getProofList()Array of { path: ProofPath, hash: Hash } objects.
repeated .exonum.proof.MapProofEntry proof = 2;
-
getProof
Array of { path: ProofPath, hash: Hash } objects.
repeated .exonum.proof.MapProofEntry proof = 2;
-
getProofCount
int getProofCount()Array of { path: ProofPath, hash: Hash } objects.
repeated .exonum.proof.MapProofEntry proof = 2;
-
getProofOrBuilderList
java.util.List<? extends MapProofOuterClass.MapProofEntryOrBuilder> getProofOrBuilderList()Array of { path: ProofPath, hash: Hash } objects.
repeated .exonum.proof.MapProofEntry proof = 2;
-
getProofOrBuilder
Array of { path: ProofPath, hash: Hash } objects.
repeated .exonum.proof.MapProofEntry proof = 2;
-