public static interface CollectionProto.ProofOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getKey()
Key is the key that this proof is representing
|
CollectionProto.Dump |
getRoot()
Root is the root node
|
CollectionProto.DumpOrBuilder |
getRootOrBuilder()
Root is the root node
|
CollectionProto.Step |
getSteps(int index)
Steps are the steps to go from root to key
|
int |
getStepsCount()
Steps are the steps to go from root to key
|
List<CollectionProto.Step> |
getStepsList()
Steps are the steps to go from root to key
|
CollectionProto.StepOrBuilder |
getStepsOrBuilder(int index)
Steps are the steps to go from root to key
|
List<? extends CollectionProto.StepOrBuilder> |
getStepsOrBuilderList()
Steps are the steps to go from root to key
|
boolean |
hasKey()
Key is the key that this proof is representing
|
boolean |
hasRoot()
Root is the root node
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasKey()
Key is the key that this proof is representing
required bytes key = 1;com.google.protobuf.ByteString getKey()
Key is the key that this proof is representing
required bytes key = 1;boolean hasRoot()
Root is the root node
required .collection.Dump root = 2;CollectionProto.Dump getRoot()
Root is the root node
required .collection.Dump root = 2;CollectionProto.DumpOrBuilder getRootOrBuilder()
Root is the root node
required .collection.Dump root = 2;List<CollectionProto.Step> getStepsList()
Steps are the steps to go from root to key
repeated .collection.Step steps = 3;CollectionProto.Step getSteps(int index)
Steps are the steps to go from root to key
repeated .collection.Step steps = 3;int getStepsCount()
Steps are the steps to go from root to key
repeated .collection.Step steps = 3;List<? extends CollectionProto.StepOrBuilder> getStepsOrBuilderList()
Steps are the steps to go from root to key
repeated .collection.Step steps = 3;CollectionProto.StepOrBuilder getStepsOrBuilder(int index)
Steps are the steps to go from root to key
repeated .collection.Step steps = 3;Copyright © 2019. All rights reserved.