public static interface OmniLedgerProto.CollectionProof.NodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
OmniLedgerProto.CollectionProof.Node.Children |
getChildren()
optional .CollectionProof.Node.Children children = 3; |
OmniLedgerProto.CollectionProof.Node.ChildrenOrBuilder |
getChildrenOrBuilder()
optional .CollectionProof.Node.Children children = 3; |
com.google.protobuf.ByteString |
getKey()
optional bytes key = 1; |
com.google.protobuf.ByteString |
getLabel()
optional bytes label = 4; |
com.google.protobuf.ByteString |
getValues(int index)
repeated bytes values = 2; |
int |
getValuesCount()
repeated bytes values = 2; |
List<com.google.protobuf.ByteString> |
getValuesList()
repeated bytes values = 2; |
boolean |
hasChildren()
optional .CollectionProof.Node.Children children = 3; |
boolean |
hasKey()
optional bytes key = 1; |
boolean |
hasLabel()
optional bytes label = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasKey()
optional bytes key = 1;com.google.protobuf.ByteString getKey()
optional bytes key = 1;List<com.google.protobuf.ByteString> getValuesList()
repeated bytes values = 2;int getValuesCount()
repeated bytes values = 2;com.google.protobuf.ByteString getValues(int index)
repeated bytes values = 2;boolean hasChildren()
optional .CollectionProof.Node.Children children = 3;OmniLedgerProto.CollectionProof.Node.Children getChildren()
optional .CollectionProof.Node.Children children = 3;OmniLedgerProto.CollectionProof.Node.ChildrenOrBuilder getChildrenOrBuilder()
optional .CollectionProof.Node.Children children = 3;boolean hasLabel()
optional bytes label = 4;com.google.protobuf.ByteString getLabel()
optional bytes label = 4;Copyright © 2018. All rights reserved.