public static final class WalletKitOuterClass.Transaction.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<WalletKitOuterClass.Transaction.Builder> implements WalletKitOuterClass.TransactionOrBuilder
walletrpc.Transaction| Modifier and Type | Method and Description |
|---|---|
WalletKitOuterClass.Transaction |
build() |
WalletKitOuterClass.Transaction |
buildPartial() |
WalletKitOuterClass.Transaction.Builder |
clear() |
WalletKitOuterClass.Transaction.Builder |
clearLabel()
An optional label to save with the transaction.
|
WalletKitOuterClass.Transaction.Builder |
clearTxHex()
The raw serialized transaction.
|
WalletKitOuterClass.Transaction |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getLabel()
An optional label to save with the transaction.
|
com.google.protobuf.ByteString |
getLabelBytes()
An optional label to save with the transaction.
|
com.google.protobuf.ByteString |
getTxHex()
The raw serialized transaction.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
WalletKitOuterClass.Transaction.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WalletKitOuterClass.Transaction.Builder |
mergeFrom(com.google.protobuf.Message other) |
WalletKitOuterClass.Transaction.Builder |
mergeFrom(WalletKitOuterClass.Transaction other) |
WalletKitOuterClass.Transaction.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
WalletKitOuterClass.Transaction.Builder |
setLabel(java.lang.String value)
An optional label to save with the transaction.
|
WalletKitOuterClass.Transaction.Builder |
setLabelBytes(com.google.protobuf.ByteString value)
An optional label to save with the transaction.
|
WalletKitOuterClass.Transaction.Builder |
setTxHex(com.google.protobuf.ByteString value)
The raw serialized transaction.
|
WalletKitOuterClass.Transaction.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, 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<WalletKitOuterClass.Transaction.Builder>public WalletKitOuterClass.Transaction.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<WalletKitOuterClass.Transaction.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<WalletKitOuterClass.Transaction.Builder>public WalletKitOuterClass.Transaction getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic WalletKitOuterClass.Transaction build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic WalletKitOuterClass.Transaction buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic WalletKitOuterClass.Transaction.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<WalletKitOuterClass.Transaction.Builder>public WalletKitOuterClass.Transaction.Builder mergeFrom(WalletKitOuterClass.Transaction other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<WalletKitOuterClass.Transaction.Builder>public WalletKitOuterClass.Transaction.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<WalletKitOuterClass.Transaction.Builder>java.io.IOExceptionpublic com.google.protobuf.ByteString getTxHex()
The raw serialized transaction. Despite the field name, this does need to be specified in raw bytes (or base64 encoded when using REST) and not in hex. To not break existing software, the field can't simply be renamed.
bytes tx_hex = 1;getTxHex in interface WalletKitOuterClass.TransactionOrBuilderpublic WalletKitOuterClass.Transaction.Builder setTxHex(com.google.protobuf.ByteString value)
The raw serialized transaction. Despite the field name, this does need to be specified in raw bytes (or base64 encoded when using REST) and not in hex. To not break existing software, the field can't simply be renamed.
bytes tx_hex = 1;value - The txHex to set.public WalletKitOuterClass.Transaction.Builder clearTxHex()
The raw serialized transaction. Despite the field name, this does need to be specified in raw bytes (or base64 encoded when using REST) and not in hex. To not break existing software, the field can't simply be renamed.
bytes tx_hex = 1;public java.lang.String getLabel()
An optional label to save with the transaction. Limited to 500 characters.
string label = 2;getLabel in interface WalletKitOuterClass.TransactionOrBuilderpublic com.google.protobuf.ByteString getLabelBytes()
An optional label to save with the transaction. Limited to 500 characters.
string label = 2;getLabelBytes in interface WalletKitOuterClass.TransactionOrBuilderpublic WalletKitOuterClass.Transaction.Builder setLabel(java.lang.String value)
An optional label to save with the transaction. Limited to 500 characters.
string label = 2;value - The label to set.public WalletKitOuterClass.Transaction.Builder clearLabel()
An optional label to save with the transaction. Limited to 500 characters.
string label = 2;public WalletKitOuterClass.Transaction.Builder setLabelBytes(com.google.protobuf.ByteString value)
An optional label to save with the transaction. Limited to 500 characters.
string label = 2;value - The bytes for label to set.public final WalletKitOuterClass.Transaction.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WalletKitOuterClass.Transaction.Builder>public final WalletKitOuterClass.Transaction.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WalletKitOuterClass.Transaction.Builder>