Package org.bitcoinj.wallet
Class Protos.Wallet.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Protos.Wallet,Protos.Wallet.Builder>
org.bitcoinj.wallet.Protos.Wallet.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,Protos.WalletOrBuilder
- Enclosing class:
- Protos.Wallet
public static final class Protos.Wallet.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Protos.Wallet,Protos.Wallet.Builder>
implements Protos.WalletOrBuilder
A bitcoin walletProtobuf type
wallet.Wallet
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance, isBuilt
-
Method Summary
Modifier and TypeMethodDescriptionaddAllExtension
(Iterable<? extends Protos.Extension> values) repeated .wallet.Extension extension = 10;
addAllKey
(Iterable<? extends Protos.Key> values) repeated .wallet.Key key = 3;
addAllTags
(Iterable<? extends Protos.Tag> values) repeated .wallet.Tag tags = 16;
addAllTransaction
(Iterable<? extends Protos.Transaction> values) repeated .wallet.Transaction transaction = 4;
addAllWatchedScript
(Iterable<? extends Protos.Script> values) repeated .wallet.Script watched_script = 15;
addExtension
(int index, Protos.Extension value) repeated .wallet.Extension extension = 10;
addExtension
(int index, Protos.Extension.Builder builderForValue) repeated .wallet.Extension extension = 10;
addExtension
(Protos.Extension value) repeated .wallet.Extension extension = 10;
addExtension
(Protos.Extension.Builder builderForValue) repeated .wallet.Extension extension = 10;
addKey
(int index, Protos.Key value) repeated .wallet.Key key = 3;
addKey
(int index, Protos.Key.Builder builderForValue) repeated .wallet.Key key = 3;
addKey
(Protos.Key value) repeated .wallet.Key key = 3;
addKey
(Protos.Key.Builder builderForValue) repeated .wallet.Key key = 3;
addTags
(int index, Protos.Tag value) repeated .wallet.Tag tags = 16;
addTags
(int index, Protos.Tag.Builder builderForValue) repeated .wallet.Tag tags = 16;
addTags
(Protos.Tag value) repeated .wallet.Tag tags = 16;
addTags
(Protos.Tag.Builder builderForValue) repeated .wallet.Tag tags = 16;
addTransaction
(int index, Protos.Transaction value) repeated .wallet.Transaction transaction = 4;
addTransaction
(int index, Protos.Transaction.Builder builderForValue) repeated .wallet.Transaction transaction = 4;
addTransaction
(Protos.Transaction value) repeated .wallet.Transaction transaction = 4;
addTransaction
(Protos.Transaction.Builder builderForValue) repeated .wallet.Transaction transaction = 4;
addWatchedScript
(int index, Protos.Script value) repeated .wallet.Script watched_script = 15;
addWatchedScript
(int index, Protos.Script.Builder builderForValue) repeated .wallet.Script watched_script = 15;
addWatchedScript
(Protos.Script value) repeated .wallet.Script watched_script = 15;
addWatchedScript
(Protos.Script.Builder builderForValue) repeated .wallet.Script watched_script = 15;
A UTF8 encoded text description of the wallet that is intended for end user provided text.optional .wallet.ScryptParameters encryption_parameters = 6;
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];
repeated .wallet.Extension extension = 10;
clearKey()
repeated .wallet.Key key = 3;
UNIX time in seconds since the epoch.The SHA256 hash of the head of the best chain seen by this wallet.The height in the chain of the last seen block.optional int64 last_seen_block_time_secs = 14;
the network used by this walletrepeated .wallet.Tag tags = 16;
repeated .wallet.Transaction transaction = 4;
The version number of the wallet - used to detect wallets that were produced in the future (i.e.repeated .wallet.Script watched_script = 15;
A UTF8 encoded text description of the wallet that is intended for end user provided text.com.google.protobuf.ByteString
A UTF8 encoded text description of the wallet that is intended for end user provided text.optional .wallet.ScryptParameters encryption_parameters = 6;
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];
getExtension
(int index) repeated .wallet.Extension extension = 10;
int
repeated .wallet.Extension extension = 10;
repeated .wallet.Extension extension = 10;
getKey
(int index) repeated .wallet.Key key = 3;
int
repeated .wallet.Key key = 3;
repeated .wallet.Key key = 3;
long
UNIX time in seconds since the epoch.com.google.protobuf.ByteString
The SHA256 hash of the head of the best chain seen by this wallet.int
The height in the chain of the last seen block.long
optional int64 last_seen_block_time_secs = 14;
the network used by this walletcom.google.protobuf.ByteString
the network used by this walletgetTags
(int index) repeated .wallet.Tag tags = 16;
int
repeated .wallet.Tag tags = 16;
repeated .wallet.Tag tags = 16;
getTransaction
(int index) repeated .wallet.Transaction transaction = 4;
int
repeated .wallet.Transaction transaction = 4;
repeated .wallet.Transaction transaction = 4;
int
The version number of the wallet - used to detect wallets that were produced in the future (i.e.getWatchedScript
(int index) repeated .wallet.Script watched_script = 15;
int
repeated .wallet.Script watched_script = 15;
repeated .wallet.Script watched_script = 15;
boolean
A UTF8 encoded text description of the wallet that is intended for end user provided text.boolean
optional .wallet.ScryptParameters encryption_parameters = 6;
boolean
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];
boolean
UNIX time in seconds since the epoch.boolean
The SHA256 hash of the head of the best chain seen by this wallet.boolean
The height in the chain of the last seen block.boolean
optional int64 last_seen_block_time_secs = 14;
boolean
the network used by this walletboolean
The version number of the wallet - used to detect wallets that were produced in the future (i.e.optional .wallet.ScryptParameters encryption_parameters = 6;
removeExtension
(int index) repeated .wallet.Extension extension = 10;
removeKey
(int index) repeated .wallet.Key key = 3;
removeTags
(int index) repeated .wallet.Tag tags = 16;
removeTransaction
(int index) repeated .wallet.Transaction transaction = 4;
removeWatchedScript
(int index) repeated .wallet.Script watched_script = 15;
setDescription
(String value) A UTF8 encoded text description of the wallet that is intended for end user provided text.setDescriptionBytes
(com.google.protobuf.ByteString value) A UTF8 encoded text description of the wallet that is intended for end user provided text.optional .wallet.ScryptParameters encryption_parameters = 6;
setEncryptionParameters
(Protos.ScryptParameters.Builder builderForValue) optional .wallet.ScryptParameters encryption_parameters = 6;
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];
setExtension
(int index, Protos.Extension value) repeated .wallet.Extension extension = 10;
setExtension
(int index, Protos.Extension.Builder builderForValue) repeated .wallet.Extension extension = 10;
setKey
(int index, Protos.Key value) repeated .wallet.Key key = 3;
setKey
(int index, Protos.Key.Builder builderForValue) repeated .wallet.Key key = 3;
setKeyRotationTime
(long value) UNIX time in seconds since the epoch.setLastSeenBlockHash
(com.google.protobuf.ByteString value) The SHA256 hash of the head of the best chain seen by this wallet.setLastSeenBlockHeight
(int value) The height in the chain of the last seen block.setLastSeenBlockTimeSecs
(long value) optional int64 last_seen_block_time_secs = 14;
setNetworkIdentifier
(String value) the network used by this walletsetNetworkIdentifierBytes
(com.google.protobuf.ByteString value) the network used by this walletsetTags
(int index, Protos.Tag value) repeated .wallet.Tag tags = 16;
setTags
(int index, Protos.Tag.Builder builderForValue) repeated .wallet.Tag tags = 16;
setTransaction
(int index, Protos.Transaction value) repeated .wallet.Transaction transaction = 4;
setTransaction
(int index, Protos.Transaction.Builder builderForValue) repeated .wallet.Transaction transaction = 4;
setVersion
(int value) The version number of the wallet - used to detect wallets that were produced in the future (i.e.setWatchedScript
(int index, Protos.Script value) repeated .wallet.Script watched_script = 15;
setWatchedScript
(int index, Protos.Script.Builder builderForValue) repeated .wallet.Script watched_script = 15;
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasNetworkIdentifier
public boolean hasNetworkIdentifier()the network used by this wallet
required string network_identifier = 1;
- Specified by:
hasNetworkIdentifier
in interfaceProtos.WalletOrBuilder
- Returns:
- Whether the networkIdentifier field is set.
-
getNetworkIdentifier
the network used by this wallet
required string network_identifier = 1;
- Specified by:
getNetworkIdentifier
in interfaceProtos.WalletOrBuilder
- Returns:
- The networkIdentifier.
-
getNetworkIdentifierBytes
public com.google.protobuf.ByteString getNetworkIdentifierBytes()the network used by this wallet
required string network_identifier = 1;
- Specified by:
getNetworkIdentifierBytes
in interfaceProtos.WalletOrBuilder
- Returns:
- The bytes for networkIdentifier.
-
setNetworkIdentifier
the network used by this wallet
required string network_identifier = 1;
- Parameters:
value
- The networkIdentifier to set.- Returns:
- This builder for chaining.
-
clearNetworkIdentifier
the network used by this wallet
required string network_identifier = 1;
- Returns:
- This builder for chaining.
-
setNetworkIdentifierBytes
the network used by this wallet
required string network_identifier = 1;
- Parameters:
value
- The bytes for networkIdentifier to set.- Returns:
- This builder for chaining.
-
hasLastSeenBlockHash
public boolean hasLastSeenBlockHash()The SHA256 hash of the head of the best chain seen by this wallet.
optional bytes last_seen_block_hash = 2;
- Specified by:
hasLastSeenBlockHash
in interfaceProtos.WalletOrBuilder
- Returns:
- Whether the lastSeenBlockHash field is set.
-
getLastSeenBlockHash
public com.google.protobuf.ByteString getLastSeenBlockHash()The SHA256 hash of the head of the best chain seen by this wallet.
optional bytes last_seen_block_hash = 2;
- Specified by:
getLastSeenBlockHash
in interfaceProtos.WalletOrBuilder
- Returns:
- The lastSeenBlockHash.
-
setLastSeenBlockHash
The SHA256 hash of the head of the best chain seen by this wallet.
optional bytes last_seen_block_hash = 2;
- Parameters:
value
- The lastSeenBlockHash to set.- Returns:
- This builder for chaining.
-
clearLastSeenBlockHash
The SHA256 hash of the head of the best chain seen by this wallet.
optional bytes last_seen_block_hash = 2;
- Returns:
- This builder for chaining.
-
hasLastSeenBlockHeight
public boolean hasLastSeenBlockHeight()The height in the chain of the last seen block.
optional uint32 last_seen_block_height = 12;
- Specified by:
hasLastSeenBlockHeight
in interfaceProtos.WalletOrBuilder
- Returns:
- Whether the lastSeenBlockHeight field is set.
-
getLastSeenBlockHeight
public int getLastSeenBlockHeight()The height in the chain of the last seen block.
optional uint32 last_seen_block_height = 12;
- Specified by:
getLastSeenBlockHeight
in interfaceProtos.WalletOrBuilder
- Returns:
- The lastSeenBlockHeight.
-
setLastSeenBlockHeight
The height in the chain of the last seen block.
optional uint32 last_seen_block_height = 12;
- Parameters:
value
- The lastSeenBlockHeight to set.- Returns:
- This builder for chaining.
-
clearLastSeenBlockHeight
The height in the chain of the last seen block.
optional uint32 last_seen_block_height = 12;
- Returns:
- This builder for chaining.
-
hasLastSeenBlockTimeSecs
public boolean hasLastSeenBlockTimeSecs()optional int64 last_seen_block_time_secs = 14;
- Specified by:
hasLastSeenBlockTimeSecs
in interfaceProtos.WalletOrBuilder
- Returns:
- Whether the lastSeenBlockTimeSecs field is set.
-
getLastSeenBlockTimeSecs
public long getLastSeenBlockTimeSecs()optional int64 last_seen_block_time_secs = 14;
- Specified by:
getLastSeenBlockTimeSecs
in interfaceProtos.WalletOrBuilder
- Returns:
- The lastSeenBlockTimeSecs.
-
setLastSeenBlockTimeSecs
optional int64 last_seen_block_time_secs = 14;
- Parameters:
value
- The lastSeenBlockTimeSecs to set.- Returns:
- This builder for chaining.
-
clearLastSeenBlockTimeSecs
optional int64 last_seen_block_time_secs = 14;
- Returns:
- This builder for chaining.
-
getKeyList
repeated .wallet.Key key = 3;
- Specified by:
getKeyList
in interfaceProtos.WalletOrBuilder
-
getKeyCount
public int getKeyCount()repeated .wallet.Key key = 3;
- Specified by:
getKeyCount
in interfaceProtos.WalletOrBuilder
-
getKey
repeated .wallet.Key key = 3;
- Specified by:
getKey
in interfaceProtos.WalletOrBuilder
-
setKey
repeated .wallet.Key key = 3;
-
setKey
repeated .wallet.Key key = 3;
-
addKey
repeated .wallet.Key key = 3;
-
addKey
repeated .wallet.Key key = 3;
-
addKey
repeated .wallet.Key key = 3;
-
addKey
repeated .wallet.Key key = 3;
-
addAllKey
repeated .wallet.Key key = 3;
-
clearKey
repeated .wallet.Key key = 3;
-
removeKey
repeated .wallet.Key key = 3;
-
getTransactionList
repeated .wallet.Transaction transaction = 4;
- Specified by:
getTransactionList
in interfaceProtos.WalletOrBuilder
-
getTransactionCount
public int getTransactionCount()repeated .wallet.Transaction transaction = 4;
- Specified by:
getTransactionCount
in interfaceProtos.WalletOrBuilder
-
getTransaction
repeated .wallet.Transaction transaction = 4;
- Specified by:
getTransaction
in interfaceProtos.WalletOrBuilder
-
setTransaction
repeated .wallet.Transaction transaction = 4;
-
setTransaction
repeated .wallet.Transaction transaction = 4;
-
addTransaction
repeated .wallet.Transaction transaction = 4;
-
addTransaction
repeated .wallet.Transaction transaction = 4;
-
addTransaction
repeated .wallet.Transaction transaction = 4;
-
addTransaction
repeated .wallet.Transaction transaction = 4;
-
addAllTransaction
repeated .wallet.Transaction transaction = 4;
-
clearTransaction
repeated .wallet.Transaction transaction = 4;
-
removeTransaction
repeated .wallet.Transaction transaction = 4;
-
getWatchedScriptList
repeated .wallet.Script watched_script = 15;
- Specified by:
getWatchedScriptList
in interfaceProtos.WalletOrBuilder
-
getWatchedScriptCount
public int getWatchedScriptCount()repeated .wallet.Script watched_script = 15;
- Specified by:
getWatchedScriptCount
in interfaceProtos.WalletOrBuilder
-
getWatchedScript
repeated .wallet.Script watched_script = 15;
- Specified by:
getWatchedScript
in interfaceProtos.WalletOrBuilder
-
setWatchedScript
repeated .wallet.Script watched_script = 15;
-
setWatchedScript
repeated .wallet.Script watched_script = 15;
-
addWatchedScript
repeated .wallet.Script watched_script = 15;
-
addWatchedScript
repeated .wallet.Script watched_script = 15;
-
addWatchedScript
repeated .wallet.Script watched_script = 15;
-
addWatchedScript
repeated .wallet.Script watched_script = 15;
-
addAllWatchedScript
repeated .wallet.Script watched_script = 15;
-
clearWatchedScript
repeated .wallet.Script watched_script = 15;
-
removeWatchedScript
repeated .wallet.Script watched_script = 15;
-
hasEncryptionType
public boolean hasEncryptionType()optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];
- Specified by:
hasEncryptionType
in interfaceProtos.WalletOrBuilder
- Returns:
- Whether the encryptionType field is set.
-
getEncryptionType
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];
- Specified by:
getEncryptionType
in interfaceProtos.WalletOrBuilder
- Returns:
- The encryptionType.
-
setEncryptionType
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];
- Parameters:
value
- The enum numeric value on the wire for encryptionType to set.- Returns:
- This builder for chaining.
-
clearEncryptionType
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];
- Returns:
- This builder for chaining.
-
hasEncryptionParameters
public boolean hasEncryptionParameters()optional .wallet.ScryptParameters encryption_parameters = 6;
- Specified by:
hasEncryptionParameters
in interfaceProtos.WalletOrBuilder
- Returns:
- Whether the encryptionParameters field is set.
-
getEncryptionParameters
optional .wallet.ScryptParameters encryption_parameters = 6;
- Specified by:
getEncryptionParameters
in interfaceProtos.WalletOrBuilder
- Returns:
- The encryptionParameters.
-
setEncryptionParameters
optional .wallet.ScryptParameters encryption_parameters = 6;
-
setEncryptionParameters
public Protos.Wallet.Builder setEncryptionParameters(Protos.ScryptParameters.Builder builderForValue) optional .wallet.ScryptParameters encryption_parameters = 6;
-
mergeEncryptionParameters
optional .wallet.ScryptParameters encryption_parameters = 6;
-
clearEncryptionParameters
optional .wallet.ScryptParameters encryption_parameters = 6;
-
hasVersion
public boolean hasVersion()The version number of the wallet - used to detect wallets that were produced in the future (i.e. the wallet may contain some future format this protobuf or parser code does not know about). A version that's higher than the default is considered from the future.
optional int32 version = 7 [default = 1];
- Specified by:
hasVersion
in interfaceProtos.WalletOrBuilder
- Returns:
- Whether the version field is set.
-
getVersion
public int getVersion()The version number of the wallet - used to detect wallets that were produced in the future (i.e. the wallet may contain some future format this protobuf or parser code does not know about). A version that's higher than the default is considered from the future.
optional int32 version = 7 [default = 1];
- Specified by:
getVersion
in interfaceProtos.WalletOrBuilder
- Returns:
- The version.
-
setVersion
The version number of the wallet - used to detect wallets that were produced in the future (i.e. the wallet may contain some future format this protobuf or parser code does not know about). A version that's higher than the default is considered from the future.
optional int32 version = 7 [default = 1];
- Parameters:
value
- The version to set.- Returns:
- This builder for chaining.
-
clearVersion
The version number of the wallet - used to detect wallets that were produced in the future (i.e. the wallet may contain some future format this protobuf or parser code does not know about). A version that's higher than the default is considered from the future.
optional int32 version = 7 [default = 1];
- Returns:
- This builder for chaining.
-
getExtensionList
repeated .wallet.Extension extension = 10;
- Specified by:
getExtensionList
in interfaceProtos.WalletOrBuilder
-
getExtensionCount
public int getExtensionCount()repeated .wallet.Extension extension = 10;
- Specified by:
getExtensionCount
in interfaceProtos.WalletOrBuilder
-
getExtension
repeated .wallet.Extension extension = 10;
- Specified by:
getExtension
in interfaceProtos.WalletOrBuilder
-
setExtension
repeated .wallet.Extension extension = 10;
-
setExtension
repeated .wallet.Extension extension = 10;
-
addExtension
repeated .wallet.Extension extension = 10;
-
addExtension
repeated .wallet.Extension extension = 10;
-
addExtension
repeated .wallet.Extension extension = 10;
-
addExtension
repeated .wallet.Extension extension = 10;
-
addAllExtension
repeated .wallet.Extension extension = 10;
-
clearExtension
repeated .wallet.Extension extension = 10;
-
removeExtension
repeated .wallet.Extension extension = 10;
-
hasDescription
public boolean hasDescription()A UTF8 encoded text description of the wallet that is intended for end user provided text.
optional string description = 11;
- Specified by:
hasDescription
in interfaceProtos.WalletOrBuilder
- Returns:
- Whether the description field is set.
-
getDescription
A UTF8 encoded text description of the wallet that is intended for end user provided text.
optional string description = 11;
- Specified by:
getDescription
in interfaceProtos.WalletOrBuilder
- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()A UTF8 encoded text description of the wallet that is intended for end user provided text.
optional string description = 11;
- Specified by:
getDescriptionBytes
in interfaceProtos.WalletOrBuilder
- Returns:
- The bytes for description.
-
setDescription
A UTF8 encoded text description of the wallet that is intended for end user provided text.
optional string description = 11;
- Parameters:
value
- The description to set.- Returns:
- This builder for chaining.
-
clearDescription
A UTF8 encoded text description of the wallet that is intended for end user provided text.
optional string description = 11;
- Returns:
- This builder for chaining.
-
setDescriptionBytes
A UTF8 encoded text description of the wallet that is intended for end user provided text.
optional string description = 11;
- Parameters:
value
- The bytes for description to set.- Returns:
- This builder for chaining.
-
hasKeyRotationTime
public boolean hasKeyRotationTime()UNIX time in seconds since the epoch. If set, then any keys created before this date are assumed to be no longer wanted. Money sent to them will be re-spent automatically to the first key that was created after this time. It can be used to recover a compromised wallet, or just as part of preventative defence-in-depth measures.
optional uint64 key_rotation_time = 13;
- Specified by:
hasKeyRotationTime
in interfaceProtos.WalletOrBuilder
- Returns:
- Whether the keyRotationTime field is set.
-
getKeyRotationTime
public long getKeyRotationTime()UNIX time in seconds since the epoch. If set, then any keys created before this date are assumed to be no longer wanted. Money sent to them will be re-spent automatically to the first key that was created after this time. It can be used to recover a compromised wallet, or just as part of preventative defence-in-depth measures.
optional uint64 key_rotation_time = 13;
- Specified by:
getKeyRotationTime
in interfaceProtos.WalletOrBuilder
- Returns:
- The keyRotationTime.
-
setKeyRotationTime
UNIX time in seconds since the epoch. If set, then any keys created before this date are assumed to be no longer wanted. Money sent to them will be re-spent automatically to the first key that was created after this time. It can be used to recover a compromised wallet, or just as part of preventative defence-in-depth measures.
optional uint64 key_rotation_time = 13;
- Parameters:
value
- The keyRotationTime to set.- Returns:
- This builder for chaining.
-
clearKeyRotationTime
UNIX time in seconds since the epoch. If set, then any keys created before this date are assumed to be no longer wanted. Money sent to them will be re-spent automatically to the first key that was created after this time. It can be used to recover a compromised wallet, or just as part of preventative defence-in-depth measures.
optional uint64 key_rotation_time = 13;
- Returns:
- This builder for chaining.
-
getTagsList
repeated .wallet.Tag tags = 16;
- Specified by:
getTagsList
in interfaceProtos.WalletOrBuilder
-
getTagsCount
public int getTagsCount()repeated .wallet.Tag tags = 16;
- Specified by:
getTagsCount
in interfaceProtos.WalletOrBuilder
-
getTags
repeated .wallet.Tag tags = 16;
- Specified by:
getTags
in interfaceProtos.WalletOrBuilder
-
setTags
repeated .wallet.Tag tags = 16;
-
setTags
repeated .wallet.Tag tags = 16;
-
addTags
repeated .wallet.Tag tags = 16;
-
addTags
repeated .wallet.Tag tags = 16;
-
addTags
repeated .wallet.Tag tags = 16;
-
addTags
repeated .wallet.Tag tags = 16;
-
addAllTags
repeated .wallet.Tag tags = 16;
-
clearTags
repeated .wallet.Tag tags = 16;
-
removeTags
repeated .wallet.Tag tags = 16;
-