public static interface GetWithProof.GetEventsByEventAccessPathRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AccessPathOuterClass.AccessPath |
getAccessPath()
.types.AccessPath access_path = 1; |
AccessPathOuterClass.AccessPathOrBuilder |
getAccessPathOrBuilder()
.types.AccessPath access_path = 1; |
boolean |
getAscending()
If ascending is true this query will return up to `limit` events that were
emitted after `start_event_seq_num`.
|
long |
getLimit()
Limit number of results
|
long |
getStartEventSeqNum()
The sequence number of the event to start with for this query.
|
boolean |
hasAccessPath()
.types.AccessPath access_path = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAccessPath()
.types.AccessPath access_path = 1;AccessPathOuterClass.AccessPath getAccessPath()
.types.AccessPath access_path = 1;AccessPathOuterClass.AccessPathOrBuilder getAccessPathOrBuilder()
.types.AccessPath access_path = 1;long getStartEventSeqNum()
The sequence number of the event to start with for this query. Use a sequence number of MAX_INT to represent the latest.
uint64 start_event_seq_num = 2;boolean getAscending()
If ascending is true this query will return up to `limit` events that were emitted after `start_event_seq_num`. Otherwise it will return up to `limit` events before the offset. Both cases are inclusive.
bool ascending = 3;long getLimit()
Limit number of results
uint64 limit = 4;Copyright © 2019. All rights reserved.