public final class GetActionsRequest extends com.google.protobuf.GeneratedMessageV3 implements GetActionsRequestOrBuilder
iotexapi.GetActionsRequest| Modifier and Type | Class and Description |
|---|---|
static class |
GetActionsRequest.Builder
Protobuf type
iotexapi.GetActionsRequest |
static class |
GetActionsRequest.LookupCase |
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 |
BYADDR_FIELD_NUMBER |
static int |
BYBLK_FIELD_NUMBER |
static int |
BYHASH_FIELD_NUMBER |
static int |
BYINDEX_FIELD_NUMBER |
static int |
UNCONFIRMEDBYADDR_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
GetActionsByAddressRequest |
getByAddr()
.iotexapi.GetActionsByAddressRequest byAddr = 3; |
GetActionsByAddressRequestOrBuilder |
getByAddrOrBuilder()
.iotexapi.GetActionsByAddressRequest byAddr = 3; |
GetActionsByBlockRequest |
getByBlk()
.iotexapi.GetActionsByBlockRequest byBlk = 5; |
GetActionsByBlockRequestOrBuilder |
getByBlkOrBuilder()
.iotexapi.GetActionsByBlockRequest byBlk = 5; |
GetActionByHashRequest |
getByHash()
.iotexapi.GetActionByHashRequest byHash = 2; |
GetActionByHashRequestOrBuilder |
getByHashOrBuilder()
.iotexapi.GetActionByHashRequest byHash = 2; |
GetActionsByIndexRequest |
getByIndex()
.iotexapi.GetActionsByIndexRequest byIndex = 1; |
GetActionsByIndexRequestOrBuilder |
getByIndexOrBuilder()
.iotexapi.GetActionsByIndexRequest byIndex = 1; |
static GetActionsRequest |
getDefaultInstance() |
GetActionsRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
GetActionsRequest.LookupCase |
getLookupCase() |
com.google.protobuf.Parser<GetActionsRequest> |
getParserForType() |
int |
getSerializedSize() |
GetUnconfirmedActionsByAddressRequest |
getUnconfirmedByAddr()
.iotexapi.GetUnconfirmedActionsByAddressRequest unconfirmedByAddr = 4; |
GetUnconfirmedActionsByAddressRequestOrBuilder |
getUnconfirmedByAddrOrBuilder()
.iotexapi.GetUnconfirmedActionsByAddressRequest unconfirmedByAddr = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasByAddr()
.iotexapi.GetActionsByAddressRequest byAddr = 3; |
boolean |
hasByBlk()
.iotexapi.GetActionsByBlockRequest byBlk = 5; |
boolean |
hasByHash()
.iotexapi.GetActionByHashRequest byHash = 2; |
boolean |
hasByIndex()
.iotexapi.GetActionsByIndexRequest byIndex = 1; |
int |
hashCode() |
boolean |
hasUnconfirmedByAddr()
.iotexapi.GetUnconfirmedActionsByAddressRequest unconfirmedByAddr = 4; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static GetActionsRequest.Builder |
newBuilder() |
static GetActionsRequest.Builder |
newBuilder(GetActionsRequest prototype) |
GetActionsRequest.Builder |
newBuilderForType() |
protected GetActionsRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static GetActionsRequest |
parseDelimitedFrom(InputStream input) |
static GetActionsRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetActionsRequest |
parseFrom(byte[] data) |
static GetActionsRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetActionsRequest |
parseFrom(ByteBuffer data) |
static GetActionsRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetActionsRequest |
parseFrom(com.google.protobuf.ByteString data) |
static GetActionsRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetActionsRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static GetActionsRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetActionsRequest |
parseFrom(InputStream input) |
static GetActionsRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<GetActionsRequest> |
parser() |
GetActionsRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
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 BYINDEX_FIELD_NUMBER
public static final int BYHASH_FIELD_NUMBER
public static final int BYADDR_FIELD_NUMBER
public static final int UNCONFIRMEDBYADDR_FIELD_NUMBER
public static final int BYBLK_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 GetActionsRequest.LookupCase getLookupCase()
getLookupCase in interface GetActionsRequestOrBuilderpublic boolean hasByIndex()
.iotexapi.GetActionsByIndexRequest byIndex = 1;hasByIndex in interface GetActionsRequestOrBuilderpublic GetActionsByIndexRequest getByIndex()
.iotexapi.GetActionsByIndexRequest byIndex = 1;getByIndex in interface GetActionsRequestOrBuilderpublic GetActionsByIndexRequestOrBuilder getByIndexOrBuilder()
.iotexapi.GetActionsByIndexRequest byIndex = 1;getByIndexOrBuilder in interface GetActionsRequestOrBuilderpublic boolean hasByHash()
.iotexapi.GetActionByHashRequest byHash = 2;hasByHash in interface GetActionsRequestOrBuilderpublic GetActionByHashRequest getByHash()
.iotexapi.GetActionByHashRequest byHash = 2;getByHash in interface GetActionsRequestOrBuilderpublic GetActionByHashRequestOrBuilder getByHashOrBuilder()
.iotexapi.GetActionByHashRequest byHash = 2;getByHashOrBuilder in interface GetActionsRequestOrBuilderpublic boolean hasByAddr()
.iotexapi.GetActionsByAddressRequest byAddr = 3;hasByAddr in interface GetActionsRequestOrBuilderpublic GetActionsByAddressRequest getByAddr()
.iotexapi.GetActionsByAddressRequest byAddr = 3;getByAddr in interface GetActionsRequestOrBuilderpublic GetActionsByAddressRequestOrBuilder getByAddrOrBuilder()
.iotexapi.GetActionsByAddressRequest byAddr = 3;getByAddrOrBuilder in interface GetActionsRequestOrBuilderpublic boolean hasUnconfirmedByAddr()
.iotexapi.GetUnconfirmedActionsByAddressRequest unconfirmedByAddr = 4;hasUnconfirmedByAddr in interface GetActionsRequestOrBuilderpublic GetUnconfirmedActionsByAddressRequest getUnconfirmedByAddr()
.iotexapi.GetUnconfirmedActionsByAddressRequest unconfirmedByAddr = 4;getUnconfirmedByAddr in interface GetActionsRequestOrBuilderpublic GetUnconfirmedActionsByAddressRequestOrBuilder getUnconfirmedByAddrOrBuilder()
.iotexapi.GetUnconfirmedActionsByAddressRequest unconfirmedByAddr = 4;getUnconfirmedByAddrOrBuilder in interface GetActionsRequestOrBuilderpublic boolean hasByBlk()
.iotexapi.GetActionsByBlockRequest byBlk = 5;hasByBlk in interface GetActionsRequestOrBuilderpublic GetActionsByBlockRequest getByBlk()
.iotexapi.GetActionsByBlockRequest byBlk = 5;getByBlk in interface GetActionsRequestOrBuilderpublic GetActionsByBlockRequestOrBuilder getByBlkOrBuilder()
.iotexapi.GetActionsByBlockRequest byBlk = 5;getByBlkOrBuilder in interface GetActionsRequestOrBuilderpublic 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 GetActionsRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GetActionsRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GetActionsRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GetActionsRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GetActionsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GetActionsRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GetActionsRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static GetActionsRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GetActionsRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static GetActionsRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GetActionsRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static GetActionsRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic GetActionsRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static GetActionsRequest.Builder newBuilder()
public static GetActionsRequest.Builder newBuilder(GetActionsRequest prototype)
public GetActionsRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected GetActionsRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static GetActionsRequest getDefaultInstance()
public static com.google.protobuf.Parser<GetActionsRequest> parser()
public com.google.protobuf.Parser<GetActionsRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public GetActionsRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 IoTeX Group. All rights reserved.