| Package | Description |
|---|---|
| types |
| Modifier and Type | Method and Description |
|---|---|
static Transaction.TransactionArgument.ArgType |
Transaction.TransactionArgument.ArgType.forNumber(int value) |
Transaction.TransactionArgument.ArgType |
Transaction.TransactionArgumentOrBuilder.getType()
.types.TransactionArgument.ArgType type = 1; |
Transaction.TransactionArgument.ArgType |
Transaction.TransactionArgument.getType()
.types.TransactionArgument.ArgType type = 1; |
Transaction.TransactionArgument.ArgType |
Transaction.TransactionArgument.Builder.getType()
.types.TransactionArgument.ArgType type = 1; |
static Transaction.TransactionArgument.ArgType |
Transaction.TransactionArgument.ArgType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Transaction.TransactionArgument.ArgType |
Transaction.TransactionArgument.ArgType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Transaction.TransactionArgument.ArgType |
Transaction.TransactionArgument.ArgType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transaction.TransactionArgument.ArgType[] |
Transaction.TransactionArgument.ArgType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Transaction.TransactionArgument.ArgType> |
Transaction.TransactionArgument.ArgType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Transaction.TransactionArgument.Builder |
Transaction.TransactionArgument.Builder.setType(Transaction.TransactionArgument.ArgType value)
.types.TransactionArgument.ArgType type = 1; |
Copyright © 2019. All rights reserved.