public static final class Transaction.SignedTransactionWithProof.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Transaction.SignedTransactionWithProof.Builder> implements Transaction.SignedTransactionWithProofOrBuilder
types.SignedTransactionWithProofgetAllFields, 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<Transaction.SignedTransactionWithProof.Builder>public Transaction.SignedTransactionWithProof.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Transaction.SignedTransactionWithProof.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<Transaction.SignedTransactionWithProof.Builder>public Transaction.SignedTransactionWithProof getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Transaction.SignedTransactionWithProof build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Transaction.SignedTransactionWithProof buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Transaction.SignedTransactionWithProof.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Transaction.SignedTransactionWithProof.Builder>public Transaction.SignedTransactionWithProof.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<Transaction.SignedTransactionWithProof.Builder>public Transaction.SignedTransactionWithProof.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Transaction.SignedTransactionWithProof.Builder>public Transaction.SignedTransactionWithProof.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Transaction.SignedTransactionWithProof.Builder>public Transaction.SignedTransactionWithProof.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<Transaction.SignedTransactionWithProof.Builder>public Transaction.SignedTransactionWithProof.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<Transaction.SignedTransactionWithProof.Builder>public Transaction.SignedTransactionWithProof.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Transaction.SignedTransactionWithProof.Builder>public Transaction.SignedTransactionWithProof.Builder mergeFrom(Transaction.SignedTransactionWithProof other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Transaction.SignedTransactionWithProof.Builder>public Transaction.SignedTransactionWithProof.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<Transaction.SignedTransactionWithProof.Builder>IOExceptionpublic long getVersion()
The version of the returned signed transaction.
uint64 version = 1;getVersion in interface Transaction.SignedTransactionWithProofOrBuilderpublic Transaction.SignedTransactionWithProof.Builder setVersion(long value)
The version of the returned signed transaction.
uint64 version = 1;public Transaction.SignedTransactionWithProof.Builder clearVersion()
The version of the returned signed transaction.
uint64 version = 1;public boolean hasSignedTransaction()
The transaction itself.
.types.SignedTransaction signed_transaction = 2;hasSignedTransaction in interface Transaction.SignedTransactionWithProofOrBuilderpublic Transaction.SignedTransaction getSignedTransaction()
The transaction itself.
.types.SignedTransaction signed_transaction = 2;getSignedTransaction in interface Transaction.SignedTransactionWithProofOrBuilderpublic Transaction.SignedTransactionWithProof.Builder setSignedTransaction(Transaction.SignedTransaction value)
The transaction itself.
.types.SignedTransaction signed_transaction = 2;public Transaction.SignedTransactionWithProof.Builder setSignedTransaction(Transaction.SignedTransaction.Builder builderForValue)
The transaction itself.
.types.SignedTransaction signed_transaction = 2;public Transaction.SignedTransactionWithProof.Builder mergeSignedTransaction(Transaction.SignedTransaction value)
The transaction itself.
.types.SignedTransaction signed_transaction = 2;public Transaction.SignedTransactionWithProof.Builder clearSignedTransaction()
The transaction itself.
.types.SignedTransaction signed_transaction = 2;public Transaction.SignedTransaction.Builder getSignedTransactionBuilder()
The transaction itself.
.types.SignedTransaction signed_transaction = 2;public Transaction.SignedTransactionOrBuilder getSignedTransactionOrBuilder()
The transaction itself.
.types.SignedTransaction signed_transaction = 2;getSignedTransactionOrBuilder in interface Transaction.SignedTransactionWithProofOrBuilderpublic boolean hasProof()
The proof authenticating the signed transaction.
.types.SignedTransactionProof proof = 3;hasProof in interface Transaction.SignedTransactionWithProofOrBuilderpublic Proof.SignedTransactionProof getProof()
The proof authenticating the signed transaction.
.types.SignedTransactionProof proof = 3;getProof in interface Transaction.SignedTransactionWithProofOrBuilderpublic Transaction.SignedTransactionWithProof.Builder setProof(Proof.SignedTransactionProof value)
The proof authenticating the signed transaction.
.types.SignedTransactionProof proof = 3;public Transaction.SignedTransactionWithProof.Builder setProof(Proof.SignedTransactionProof.Builder builderForValue)
The proof authenticating the signed transaction.
.types.SignedTransactionProof proof = 3;public Transaction.SignedTransactionWithProof.Builder mergeProof(Proof.SignedTransactionProof value)
The proof authenticating the signed transaction.
.types.SignedTransactionProof proof = 3;public Transaction.SignedTransactionWithProof.Builder clearProof()
The proof authenticating the signed transaction.
.types.SignedTransactionProof proof = 3;public Proof.SignedTransactionProof.Builder getProofBuilder()
The proof authenticating the signed transaction.
.types.SignedTransactionProof proof = 3;public Proof.SignedTransactionProofOrBuilder getProofOrBuilder()
The proof authenticating the signed transaction.
.types.SignedTransactionProof proof = 3;getProofOrBuilder in interface Transaction.SignedTransactionWithProofOrBuilderpublic boolean hasEvents()
The events yielded by executing the transaction, if requested.
.types.EventsList events = 4;hasEvents in interface Transaction.SignedTransactionWithProofOrBuilderpublic Events.EventsList getEvents()
The events yielded by executing the transaction, if requested.
.types.EventsList events = 4;getEvents in interface Transaction.SignedTransactionWithProofOrBuilderpublic Transaction.SignedTransactionWithProof.Builder setEvents(Events.EventsList value)
The events yielded by executing the transaction, if requested.
.types.EventsList events = 4;public Transaction.SignedTransactionWithProof.Builder setEvents(Events.EventsList.Builder builderForValue)
The events yielded by executing the transaction, if requested.
.types.EventsList events = 4;public Transaction.SignedTransactionWithProof.Builder mergeEvents(Events.EventsList value)
The events yielded by executing the transaction, if requested.
.types.EventsList events = 4;public Transaction.SignedTransactionWithProof.Builder clearEvents()
The events yielded by executing the transaction, if requested.
.types.EventsList events = 4;public Events.EventsList.Builder getEventsBuilder()
The events yielded by executing the transaction, if requested.
.types.EventsList events = 4;public Events.EventsListOrBuilder getEventsOrBuilder()
The events yielded by executing the transaction, if requested.
.types.EventsList events = 4;getEventsOrBuilder in interface Transaction.SignedTransactionWithProofOrBuilderpublic final Transaction.SignedTransactionWithProof.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Transaction.SignedTransactionWithProof.Builder>public final Transaction.SignedTransactionWithProof.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Transaction.SignedTransactionWithProof.Builder>Copyright © 2019. All rights reserved.