public static final class GetWithProof.GetEventsByEventAccessPathRequest extends com.google.protobuf.GeneratedMessageV3 implements GetWithProof.GetEventsByEventAccessPathRequestOrBuilder
Get events that exist on an event access path. In the current world, a user may specify events that were received, events that were sent, or any event that modifies their accountProtobuf type
types.GetEventsByEventAccessPathRequest| Modifier and Type | Class and Description |
|---|---|
static class |
GetWithProof.GetEventsByEventAccessPathRequest.Builder
Get events that exist on an event access path.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
ACCESS_PATH_FIELD_NUMBER |
static int |
ASCENDING_FIELD_NUMBER |
static int |
LIMIT_FIELD_NUMBER |
static int |
START_EVENT_SEQ_NUM_FIELD_NUMBER |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ACCESS_PATH_FIELD_NUMBER
public static final int START_EVENT_SEQ_NUM_FIELD_NUMBER
public static final int ASCENDING_FIELD_NUMBER
public static final int LIMIT_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasAccessPath()
.types.AccessPath access_path = 1;hasAccessPath in interface GetWithProof.GetEventsByEventAccessPathRequestOrBuilderpublic AccessPathOuterClass.AccessPath getAccessPath()
.types.AccessPath access_path = 1;getAccessPath in interface GetWithProof.GetEventsByEventAccessPathRequestOrBuilderpublic AccessPathOuterClass.AccessPathOrBuilder getAccessPathOrBuilder()
.types.AccessPath access_path = 1;getAccessPathOrBuilder in interface GetWithProof.GetEventsByEventAccessPathRequestOrBuilderpublic 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;getStartEventSeqNum in interface GetWithProof.GetEventsByEventAccessPathRequestOrBuilderpublic 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;getAscending in interface GetWithProof.GetEventsByEventAccessPathRequestOrBuilderpublic long getLimit()
Limit number of results
uint64 limit = 4;getLimit in interface GetWithProof.GetEventsByEventAccessPathRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static GetWithProof.GetEventsByEventAccessPathRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GetWithProof.GetEventsByEventAccessPathRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GetWithProof.GetEventsByEventAccessPathRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GetWithProof.GetEventsByEventAccessPathRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GetWithProof.GetEventsByEventAccessPathRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GetWithProof.GetEventsByEventAccessPathRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GetWithProof.GetEventsByEventAccessPathRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static GetWithProof.GetEventsByEventAccessPathRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GetWithProof.GetEventsByEventAccessPathRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static GetWithProof.GetEventsByEventAccessPathRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GetWithProof.GetEventsByEventAccessPathRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static GetWithProof.GetEventsByEventAccessPathRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic GetWithProof.GetEventsByEventAccessPathRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static GetWithProof.GetEventsByEventAccessPathRequest.Builder newBuilder()
public static GetWithProof.GetEventsByEventAccessPathRequest.Builder newBuilder(GetWithProof.GetEventsByEventAccessPathRequest prototype)
public GetWithProof.GetEventsByEventAccessPathRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected GetWithProof.GetEventsByEventAccessPathRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static GetWithProof.GetEventsByEventAccessPathRequest getDefaultInstance()
public static com.google.protobuf.Parser<GetWithProof.GetEventsByEventAccessPathRequest> parser()
public com.google.protobuf.Parser<GetWithProof.GetEventsByEventAccessPathRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public GetWithProof.GetEventsByEventAccessPathRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019. All rights reserved.