public static final class TransactionService.GetHistoryRequest extends com.google.protobuf.GeneratedMessageLite<TransactionService.GetHistoryRequest,TransactionService.GetHistoryRequest.Builder> implements TransactionService.GetHistoryRequestOrBuilder
kin.agora.transaction.v4.GetHistoryRequest| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionService.GetHistoryRequest.Builder
Protobuf type
kin.agora.transaction.v4.GetHistoryRequest |
static class |
TransactionService.GetHistoryRequest.Direction
Protobuf enum
kin.agora.transaction.v4.GetHistoryRequest.Direction |
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm| Modifier and Type | Field and Description |
|---|---|
static int |
ACCOUNT_ID_FIELD_NUMBER |
static int |
CURSOR_FIELD_NUMBER |
static int |
DIRECTION_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
java.lang.Object arg0,
java.lang.Object arg1) |
Model.SolanaAccountId |
getAccountId()
Account to get history for.
|
TransactionService.Cursor |
getCursor()
An optional history cursor indicating where in
the history to 'resume' from.
|
static TransactionService.GetHistoryRequest |
getDefaultInstance() |
TransactionService.GetHistoryRequest.Direction |
getDirection()
The order in which to return history items from
the cursor.
|
int |
getDirectionValue()
The order in which to return history items from
the cursor.
|
boolean |
hasAccountId()
Account to get history for.
|
boolean |
hasCursor()
An optional history cursor indicating where in
the history to 'resume' from.
|
static TransactionService.GetHistoryRequest.Builder |
newBuilder() |
static TransactionService.GetHistoryRequest.Builder |
newBuilder(TransactionService.GetHistoryRequest prototype) |
static TransactionService.GetHistoryRequest |
parseDelimitedFrom(java.io.InputStream input) |
static TransactionService.GetHistoryRequest |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.GetHistoryRequest |
parseFrom(byte[] data) |
static TransactionService.GetHistoryRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.GetHistoryRequest |
parseFrom(java.nio.ByteBuffer data) |
static TransactionService.GetHistoryRequest |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.GetHistoryRequest |
parseFrom(com.google.protobuf.ByteString data) |
static TransactionService.GetHistoryRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.GetHistoryRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TransactionService.GetHistoryRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.GetHistoryRequest |
parseFrom(java.io.InputStream input) |
static TransactionService.GetHistoryRequest |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TransactionService.GetHistoryRequest> |
parser() |
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeToaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int ACCOUNT_ID_FIELD_NUMBER
public static final int CURSOR_FIELD_NUMBER
public static final int DIRECTION_FIELD_NUMBER
public boolean hasAccountId()
Account to get history for.
.kin.agora.common.v4.SolanaAccountId account_id = 1;hasAccountId in interface TransactionService.GetHistoryRequestOrBuilderpublic Model.SolanaAccountId getAccountId()
Account to get history for.
.kin.agora.common.v4.SolanaAccountId account_id = 1;getAccountId in interface TransactionService.GetHistoryRequestOrBuilderpublic boolean hasCursor()
An optional history cursor indicating where in the history to 'resume' from.
.kin.agora.transaction.v4.Cursor cursor = 2;hasCursor in interface TransactionService.GetHistoryRequestOrBuilderpublic TransactionService.Cursor getCursor()
An optional history cursor indicating where in the history to 'resume' from.
.kin.agora.transaction.v4.Cursor cursor = 2;getCursor in interface TransactionService.GetHistoryRequestOrBuilderpublic int getDirectionValue()
The order in which to return history items from the cursor.
.kin.agora.transaction.v4.GetHistoryRequest.Direction direction = 3;getDirectionValue in interface TransactionService.GetHistoryRequestOrBuilderpublic TransactionService.GetHistoryRequest.Direction getDirection()
The order in which to return history items from the cursor.
.kin.agora.transaction.v4.GetHistoryRequest.Direction direction = 3;getDirection in interface TransactionService.GetHistoryRequestOrBuilderpublic static TransactionService.GetHistoryRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.GetHistoryRequest parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.GetHistoryRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.GetHistoryRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.GetHistoryRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.GetHistoryRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.GetHistoryRequest parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.GetHistoryRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.GetHistoryRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.GetHistoryRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.GetHistoryRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.GetHistoryRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.GetHistoryRequest.Builder newBuilder()
public static TransactionService.GetHistoryRequest.Builder newBuilder(TransactionService.GetHistoryRequest prototype)
protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
java.lang.Object arg0,
java.lang.Object arg1)
dynamicMethod in class com.google.protobuf.GeneratedMessageLite<TransactionService.GetHistoryRequest,TransactionService.GetHistoryRequest.Builder>public static TransactionService.GetHistoryRequest getDefaultInstance()
public static com.google.protobuf.Parser<TransactionService.GetHistoryRequest> parser()