public static final class GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder> implements GetWithProof.GetAccountTransactionBySequenceNumberResponseOrBuilder
Transaction information for transactions requested by GetAccountTransactionsRequestProtobuf type
types.GetAccountTransactionBySequenceNumberResponse| Modifier and Type | Method and Description |
|---|---|
GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GetWithProof.GetAccountTransactionBySequenceNumberResponse |
build() |
GetWithProof.GetAccountTransactionBySequenceNumberResponse |
buildPartial() |
GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder |
clear() |
GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder |
clearProofOfCurrentSequenceNumber()
When the transaction requested is not committed, we give a proof that
shows the current sequence number is smaller than what would have been if
the transaction was committed.
|
GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder |
clearSignedTransactionWithProof()
When the transaction requested is committed, return the committed
transaction with proof.
|
GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder |
clone() |
GetWithProof.GetAccountTransactionBySequenceNumberResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
AccountStateBlobOuterClass.AccountStateWithProof |
getProofOfCurrentSequenceNumber()
When the transaction requested is not committed, we give a proof that
shows the current sequence number is smaller than what would have been if
the transaction was committed.
|
AccountStateBlobOuterClass.AccountStateWithProof.Builder |
getProofOfCurrentSequenceNumberBuilder()
When the transaction requested is not committed, we give a proof that
shows the current sequence number is smaller than what would have been if
the transaction was committed.
|
AccountStateBlobOuterClass.AccountStateWithProofOrBuilder |
getProofOfCurrentSequenceNumberOrBuilder()
When the transaction requested is not committed, we give a proof that
shows the current sequence number is smaller than what would have been if
the transaction was committed.
|
Transaction.SignedTransactionWithProof |
getSignedTransactionWithProof()
When the transaction requested is committed, return the committed
transaction with proof.
|
Transaction.SignedTransactionWithProof.Builder |
getSignedTransactionWithProofBuilder()
When the transaction requested is committed, return the committed
transaction with proof.
|
Transaction.SignedTransactionWithProofOrBuilder |
getSignedTransactionWithProofOrBuilder()
When the transaction requested is committed, return the committed
transaction with proof.
|
boolean |
hasProofOfCurrentSequenceNumber()
When the transaction requested is not committed, we give a proof that
shows the current sequence number is smaller than what would have been if
the transaction was committed.
|
boolean |
hasSignedTransactionWithProof()
When the transaction requested is committed, return the committed
transaction with proof.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder |
mergeFrom(GetWithProof.GetAccountTransactionBySequenceNumberResponse other) |
GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder |
mergeProofOfCurrentSequenceNumber(AccountStateBlobOuterClass.AccountStateWithProof value)
When the transaction requested is not committed, we give a proof that
shows the current sequence number is smaller than what would have been if
the transaction was committed.
|
GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder |
mergeSignedTransactionWithProof(Transaction.SignedTransactionWithProof value)
When the transaction requested is committed, return the committed
transaction with proof.
|
GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder |
setProofOfCurrentSequenceNumber(AccountStateBlobOuterClass.AccountStateWithProof.Builder builderForValue)
When the transaction requested is not committed, we give a proof that
shows the current sequence number is smaller than what would have been if
the transaction was committed.
|
GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder |
setProofOfCurrentSequenceNumber(AccountStateBlobOuterClass.AccountStateWithProof value)
When the transaction requested is not committed, we give a proof that
shows the current sequence number is smaller than what would have been if
the transaction was committed.
|
GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder |
setSignedTransactionWithProof(Transaction.SignedTransactionWithProof.Builder builderForValue)
When the transaction requested is committed, return the committed
transaction with proof.
|
GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder |
setSignedTransactionWithProof(Transaction.SignedTransactionWithProof value)
When the transaction requested is committed, return the committed
transaction with proof.
|
GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder>public GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder>public GetWithProof.GetAccountTransactionBySequenceNumberResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic GetWithProof.GetAccountTransactionBySequenceNumberResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic GetWithProof.GetAccountTransactionBySequenceNumberResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder>public GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder>public GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder>public GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder>public GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder>public GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder>public GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder>public GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder mergeFrom(GetWithProof.GetAccountTransactionBySequenceNumberResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder>public GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder>IOExceptionpublic boolean hasSignedTransactionWithProof()
When the transaction requested is committed, return the committed transaction with proof.
.types.SignedTransactionWithProof signed_transaction_with_proof = 2;hasSignedTransactionWithProof in interface GetWithProof.GetAccountTransactionBySequenceNumberResponseOrBuilderpublic Transaction.SignedTransactionWithProof getSignedTransactionWithProof()
When the transaction requested is committed, return the committed transaction with proof.
.types.SignedTransactionWithProof signed_transaction_with_proof = 2;getSignedTransactionWithProof in interface GetWithProof.GetAccountTransactionBySequenceNumberResponseOrBuilderpublic GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder setSignedTransactionWithProof(Transaction.SignedTransactionWithProof value)
When the transaction requested is committed, return the committed transaction with proof.
.types.SignedTransactionWithProof signed_transaction_with_proof = 2;public GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder setSignedTransactionWithProof(Transaction.SignedTransactionWithProof.Builder builderForValue)
When the transaction requested is committed, return the committed transaction with proof.
.types.SignedTransactionWithProof signed_transaction_with_proof = 2;public GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder mergeSignedTransactionWithProof(Transaction.SignedTransactionWithProof value)
When the transaction requested is committed, return the committed transaction with proof.
.types.SignedTransactionWithProof signed_transaction_with_proof = 2;public GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder clearSignedTransactionWithProof()
When the transaction requested is committed, return the committed transaction with proof.
.types.SignedTransactionWithProof signed_transaction_with_proof = 2;public Transaction.SignedTransactionWithProof.Builder getSignedTransactionWithProofBuilder()
When the transaction requested is committed, return the committed transaction with proof.
.types.SignedTransactionWithProof signed_transaction_with_proof = 2;public Transaction.SignedTransactionWithProofOrBuilder getSignedTransactionWithProofOrBuilder()
When the transaction requested is committed, return the committed transaction with proof.
.types.SignedTransactionWithProof signed_transaction_with_proof = 2;getSignedTransactionWithProofOrBuilder in interface GetWithProof.GetAccountTransactionBySequenceNumberResponseOrBuilderpublic boolean hasProofOfCurrentSequenceNumber()
When the transaction requested is not committed, we give a proof that shows the current sequence number is smaller than what would have been if the transaction was committed.
.types.AccountStateWithProof proof_of_current_sequence_number = 3;hasProofOfCurrentSequenceNumber in interface GetWithProof.GetAccountTransactionBySequenceNumberResponseOrBuilderpublic AccountStateBlobOuterClass.AccountStateWithProof getProofOfCurrentSequenceNumber()
When the transaction requested is not committed, we give a proof that shows the current sequence number is smaller than what would have been if the transaction was committed.
.types.AccountStateWithProof proof_of_current_sequence_number = 3;getProofOfCurrentSequenceNumber in interface GetWithProof.GetAccountTransactionBySequenceNumberResponseOrBuilderpublic GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder setProofOfCurrentSequenceNumber(AccountStateBlobOuterClass.AccountStateWithProof value)
When the transaction requested is not committed, we give a proof that shows the current sequence number is smaller than what would have been if the transaction was committed.
.types.AccountStateWithProof proof_of_current_sequence_number = 3;public GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder setProofOfCurrentSequenceNumber(AccountStateBlobOuterClass.AccountStateWithProof.Builder builderForValue)
When the transaction requested is not committed, we give a proof that shows the current sequence number is smaller than what would have been if the transaction was committed.
.types.AccountStateWithProof proof_of_current_sequence_number = 3;public GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder mergeProofOfCurrentSequenceNumber(AccountStateBlobOuterClass.AccountStateWithProof value)
When the transaction requested is not committed, we give a proof that shows the current sequence number is smaller than what would have been if the transaction was committed.
.types.AccountStateWithProof proof_of_current_sequence_number = 3;public GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder clearProofOfCurrentSequenceNumber()
When the transaction requested is not committed, we give a proof that shows the current sequence number is smaller than what would have been if the transaction was committed.
.types.AccountStateWithProof proof_of_current_sequence_number = 3;public AccountStateBlobOuterClass.AccountStateWithProof.Builder getProofOfCurrentSequenceNumberBuilder()
When the transaction requested is not committed, we give a proof that shows the current sequence number is smaller than what would have been if the transaction was committed.
.types.AccountStateWithProof proof_of_current_sequence_number = 3;public AccountStateBlobOuterClass.AccountStateWithProofOrBuilder getProofOfCurrentSequenceNumberOrBuilder()
When the transaction requested is not committed, we give a proof that shows the current sequence number is smaller than what would have been if the transaction was committed.
.types.AccountStateWithProof proof_of_current_sequence_number = 3;getProofOfCurrentSequenceNumberOrBuilder in interface GetWithProof.GetAccountTransactionBySequenceNumberResponseOrBuilderpublic final GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder>public final GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GetWithProof.GetAccountTransactionBySequenceNumberResponse.Builder>Copyright © 2019. All rights reserved.