public static final class WalletKitOuterClass.ImportAccountResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<WalletKitOuterClass.ImportAccountResponse.Builder> implements WalletKitOuterClass.ImportAccountResponseOrBuilder
walletrpc.ImportAccountResponse| Modifier and Type | Method and Description |
|---|---|
WalletKitOuterClass.ImportAccountResponse.Builder |
addAllDryRunExternalAddrs(java.lang.Iterable<java.lang.String> values)
The first N addresses that belong to the external branch of the account.
|
WalletKitOuterClass.ImportAccountResponse.Builder |
addAllDryRunInternalAddrs(java.lang.Iterable<java.lang.String> values)
The first N addresses that belong to the internal branch of the account.
|
WalletKitOuterClass.ImportAccountResponse.Builder |
addDryRunExternalAddrs(java.lang.String value)
The first N addresses that belong to the external branch of the account.
|
WalletKitOuterClass.ImportAccountResponse.Builder |
addDryRunExternalAddrsBytes(com.google.protobuf.ByteString value)
The first N addresses that belong to the external branch of the account.
|
WalletKitOuterClass.ImportAccountResponse.Builder |
addDryRunInternalAddrs(java.lang.String value)
The first N addresses that belong to the internal branch of the account.
|
WalletKitOuterClass.ImportAccountResponse.Builder |
addDryRunInternalAddrsBytes(com.google.protobuf.ByteString value)
The first N addresses that belong to the internal branch of the account.
|
WalletKitOuterClass.ImportAccountResponse |
build() |
WalletKitOuterClass.ImportAccountResponse |
buildPartial() |
WalletKitOuterClass.ImportAccountResponse.Builder |
clear() |
WalletKitOuterClass.ImportAccountResponse.Builder |
clearAccount()
The details of the imported account.
|
WalletKitOuterClass.ImportAccountResponse.Builder |
clearDryRunExternalAddrs()
The first N addresses that belong to the external branch of the account.
|
WalletKitOuterClass.ImportAccountResponse.Builder |
clearDryRunInternalAddrs()
The first N addresses that belong to the internal branch of the account.
|
WalletKitOuterClass.Account |
getAccount()
The details of the imported account.
|
WalletKitOuterClass.Account.Builder |
getAccountBuilder()
The details of the imported account.
|
WalletKitOuterClass.AccountOrBuilder |
getAccountOrBuilder()
The details of the imported account.
|
WalletKitOuterClass.ImportAccountResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getDryRunExternalAddrs(int index)
The first N addresses that belong to the external branch of the account.
|
com.google.protobuf.ByteString |
getDryRunExternalAddrsBytes(int index)
The first N addresses that belong to the external branch of the account.
|
int |
getDryRunExternalAddrsCount()
The first N addresses that belong to the external branch of the account.
|
com.google.protobuf.ProtocolStringList |
getDryRunExternalAddrsList()
The first N addresses that belong to the external branch of the account.
|
java.lang.String |
getDryRunInternalAddrs(int index)
The first N addresses that belong to the internal branch of the account.
|
com.google.protobuf.ByteString |
getDryRunInternalAddrsBytes(int index)
The first N addresses that belong to the internal branch of the account.
|
int |
getDryRunInternalAddrsCount()
The first N addresses that belong to the internal branch of the account.
|
com.google.protobuf.ProtocolStringList |
getDryRunInternalAddrsList()
The first N addresses that belong to the internal branch of the account.
|
boolean |
hasAccount()
The details of the imported account.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
WalletKitOuterClass.ImportAccountResponse.Builder |
mergeAccount(WalletKitOuterClass.Account value)
The details of the imported account.
|
WalletKitOuterClass.ImportAccountResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WalletKitOuterClass.ImportAccountResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
WalletKitOuterClass.ImportAccountResponse.Builder |
mergeFrom(WalletKitOuterClass.ImportAccountResponse other) |
WalletKitOuterClass.ImportAccountResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
WalletKitOuterClass.ImportAccountResponse.Builder |
setAccount(WalletKitOuterClass.Account.Builder builderForValue)
The details of the imported account.
|
WalletKitOuterClass.ImportAccountResponse.Builder |
setAccount(WalletKitOuterClass.Account value)
The details of the imported account.
|
WalletKitOuterClass.ImportAccountResponse.Builder |
setDryRunExternalAddrs(int index,
java.lang.String value)
The first N addresses that belong to the external branch of the account.
|
WalletKitOuterClass.ImportAccountResponse.Builder |
setDryRunInternalAddrs(int index,
java.lang.String value)
The first N addresses that belong to the internal branch of the account.
|
WalletKitOuterClass.ImportAccountResponse.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.ImportAccountResponse.Builder>public WalletKitOuterClass.ImportAccountResponse.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.ImportAccountResponse.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.ImportAccountResponse.Builder>public WalletKitOuterClass.ImportAccountResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic WalletKitOuterClass.ImportAccountResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic WalletKitOuterClass.ImportAccountResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic WalletKitOuterClass.ImportAccountResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<WalletKitOuterClass.ImportAccountResponse.Builder>public WalletKitOuterClass.ImportAccountResponse.Builder mergeFrom(WalletKitOuterClass.ImportAccountResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<WalletKitOuterClass.ImportAccountResponse.Builder>public WalletKitOuterClass.ImportAccountResponse.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.ImportAccountResponse.Builder>java.io.IOExceptionpublic boolean hasAccount()
The details of the imported account.
.walletrpc.Account account = 1;hasAccount in interface WalletKitOuterClass.ImportAccountResponseOrBuilderpublic WalletKitOuterClass.Account getAccount()
The details of the imported account.
.walletrpc.Account account = 1;getAccount in interface WalletKitOuterClass.ImportAccountResponseOrBuilderpublic WalletKitOuterClass.ImportAccountResponse.Builder setAccount(WalletKitOuterClass.Account value)
The details of the imported account.
.walletrpc.Account account = 1;public WalletKitOuterClass.ImportAccountResponse.Builder setAccount(WalletKitOuterClass.Account.Builder builderForValue)
The details of the imported account.
.walletrpc.Account account = 1;public WalletKitOuterClass.ImportAccountResponse.Builder mergeAccount(WalletKitOuterClass.Account value)
The details of the imported account.
.walletrpc.Account account = 1;public WalletKitOuterClass.ImportAccountResponse.Builder clearAccount()
The details of the imported account.
.walletrpc.Account account = 1;public WalletKitOuterClass.Account.Builder getAccountBuilder()
The details of the imported account.
.walletrpc.Account account = 1;public WalletKitOuterClass.AccountOrBuilder getAccountOrBuilder()
The details of the imported account.
.walletrpc.Account account = 1;getAccountOrBuilder in interface WalletKitOuterClass.ImportAccountResponseOrBuilderpublic com.google.protobuf.ProtocolStringList getDryRunExternalAddrsList()
The first N addresses that belong to the external branch of the account. The external branch is typically used for external non-change addresses. These are only returned if a dry run was specified within the request.
repeated string dry_run_external_addrs = 2;getDryRunExternalAddrsList in interface WalletKitOuterClass.ImportAccountResponseOrBuilderpublic int getDryRunExternalAddrsCount()
The first N addresses that belong to the external branch of the account. The external branch is typically used for external non-change addresses. These are only returned if a dry run was specified within the request.
repeated string dry_run_external_addrs = 2;getDryRunExternalAddrsCount in interface WalletKitOuterClass.ImportAccountResponseOrBuilderpublic java.lang.String getDryRunExternalAddrs(int index)
The first N addresses that belong to the external branch of the account. The external branch is typically used for external non-change addresses. These are only returned if a dry run was specified within the request.
repeated string dry_run_external_addrs = 2;getDryRunExternalAddrs in interface WalletKitOuterClass.ImportAccountResponseOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getDryRunExternalAddrsBytes(int index)
The first N addresses that belong to the external branch of the account. The external branch is typically used for external non-change addresses. These are only returned if a dry run was specified within the request.
repeated string dry_run_external_addrs = 2;getDryRunExternalAddrsBytes in interface WalletKitOuterClass.ImportAccountResponseOrBuilderindex - The index of the value to return.public WalletKitOuterClass.ImportAccountResponse.Builder setDryRunExternalAddrs(int index, java.lang.String value)
The first N addresses that belong to the external branch of the account. The external branch is typically used for external non-change addresses. These are only returned if a dry run was specified within the request.
repeated string dry_run_external_addrs = 2;index - The index to set the value at.value - The dryRunExternalAddrs to set.public WalletKitOuterClass.ImportAccountResponse.Builder addDryRunExternalAddrs(java.lang.String value)
The first N addresses that belong to the external branch of the account. The external branch is typically used for external non-change addresses. These are only returned if a dry run was specified within the request.
repeated string dry_run_external_addrs = 2;value - The dryRunExternalAddrs to add.public WalletKitOuterClass.ImportAccountResponse.Builder addAllDryRunExternalAddrs(java.lang.Iterable<java.lang.String> values)
The first N addresses that belong to the external branch of the account. The external branch is typically used for external non-change addresses. These are only returned if a dry run was specified within the request.
repeated string dry_run_external_addrs = 2;values - The dryRunExternalAddrs to add.public WalletKitOuterClass.ImportAccountResponse.Builder clearDryRunExternalAddrs()
The first N addresses that belong to the external branch of the account. The external branch is typically used for external non-change addresses. These are only returned if a dry run was specified within the request.
repeated string dry_run_external_addrs = 2;public WalletKitOuterClass.ImportAccountResponse.Builder addDryRunExternalAddrsBytes(com.google.protobuf.ByteString value)
The first N addresses that belong to the external branch of the account. The external branch is typically used for external non-change addresses. These are only returned if a dry run was specified within the request.
repeated string dry_run_external_addrs = 2;value - The bytes of the dryRunExternalAddrs to add.public com.google.protobuf.ProtocolStringList getDryRunInternalAddrsList()
The first N addresses that belong to the internal branch of the account. The internal branch is typically used for change addresses. These are only returned if a dry run was specified within the request.
repeated string dry_run_internal_addrs = 3;getDryRunInternalAddrsList in interface WalletKitOuterClass.ImportAccountResponseOrBuilderpublic int getDryRunInternalAddrsCount()
The first N addresses that belong to the internal branch of the account. The internal branch is typically used for change addresses. These are only returned if a dry run was specified within the request.
repeated string dry_run_internal_addrs = 3;getDryRunInternalAddrsCount in interface WalletKitOuterClass.ImportAccountResponseOrBuilderpublic java.lang.String getDryRunInternalAddrs(int index)
The first N addresses that belong to the internal branch of the account. The internal branch is typically used for change addresses. These are only returned if a dry run was specified within the request.
repeated string dry_run_internal_addrs = 3;getDryRunInternalAddrs in interface WalletKitOuterClass.ImportAccountResponseOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getDryRunInternalAddrsBytes(int index)
The first N addresses that belong to the internal branch of the account. The internal branch is typically used for change addresses. These are only returned if a dry run was specified within the request.
repeated string dry_run_internal_addrs = 3;getDryRunInternalAddrsBytes in interface WalletKitOuterClass.ImportAccountResponseOrBuilderindex - The index of the value to return.public WalletKitOuterClass.ImportAccountResponse.Builder setDryRunInternalAddrs(int index, java.lang.String value)
The first N addresses that belong to the internal branch of the account. The internal branch is typically used for change addresses. These are only returned if a dry run was specified within the request.
repeated string dry_run_internal_addrs = 3;index - The index to set the value at.value - The dryRunInternalAddrs to set.public WalletKitOuterClass.ImportAccountResponse.Builder addDryRunInternalAddrs(java.lang.String value)
The first N addresses that belong to the internal branch of the account. The internal branch is typically used for change addresses. These are only returned if a dry run was specified within the request.
repeated string dry_run_internal_addrs = 3;value - The dryRunInternalAddrs to add.public WalletKitOuterClass.ImportAccountResponse.Builder addAllDryRunInternalAddrs(java.lang.Iterable<java.lang.String> values)
The first N addresses that belong to the internal branch of the account. The internal branch is typically used for change addresses. These are only returned if a dry run was specified within the request.
repeated string dry_run_internal_addrs = 3;values - The dryRunInternalAddrs to add.public WalletKitOuterClass.ImportAccountResponse.Builder clearDryRunInternalAddrs()
The first N addresses that belong to the internal branch of the account. The internal branch is typically used for change addresses. These are only returned if a dry run was specified within the request.
repeated string dry_run_internal_addrs = 3;public WalletKitOuterClass.ImportAccountResponse.Builder addDryRunInternalAddrsBytes(com.google.protobuf.ByteString value)
The first N addresses that belong to the internal branch of the account. The internal branch is typically used for change addresses. These are only returned if a dry run was specified within the request.
repeated string dry_run_internal_addrs = 3;value - The bytes of the dryRunInternalAddrs to add.public final WalletKitOuterClass.ImportAccountResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WalletKitOuterClass.ImportAccountResponse.Builder>public final WalletKitOuterClass.ImportAccountResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WalletKitOuterClass.ImportAccountResponse.Builder>