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.OptionalEntrygetEntries(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.intgetEntriesCount()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.OptionalEntryOrBuildergetEntriesOrBuilder(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.MapProofEntrygetProof(int index)Array of { path: ProofPath, hash: Hash } objects.intgetProofCount()Array of { path: ProofPath, hash: Hash } objects.java.util.List<MapProofOuterClass.MapProofEntry>getProofList()Array of { path: ProofPath, hash: Hash } objects.MapProofOuterClass.MapProofEntryOrBuildergetProofOrBuilder(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;
-