| Modifier and Type | Method and Description |
|---|---|
TransactionData.Item |
TransactionData.Item.Builder.build() |
TransactionData.Item |
TransactionData.Item.Builder.buildPartial() |
static TransactionData.Item |
TransactionData.Item.getDefaultInstance() |
TransactionData.Item |
TransactionData.Item.getDefaultInstanceForType() |
TransactionData.Item |
TransactionData.Item.Builder.getDefaultInstanceForType() |
TransactionData.Item |
TransactionData.getItems(int index)
Items purchased in this transaction.
|
TransactionData.Item |
TransactionData.Builder.getItems(int index)
Items purchased in this transaction.
|
TransactionData.Item |
TransactionDataOrBuilder.getItems(int index)
Items purchased in this transaction.
|
static TransactionData.Item |
TransactionData.Item.parseDelimitedFrom(InputStream input) |
static TransactionData.Item |
TransactionData.Item.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionData.Item |
TransactionData.Item.parseFrom(byte[] data) |
static TransactionData.Item |
TransactionData.Item.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionData.Item |
TransactionData.Item.parseFrom(ByteBuffer data) |
static TransactionData.Item |
TransactionData.Item.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionData.Item |
TransactionData.Item.parseFrom(com.google.protobuf.ByteString data) |
static TransactionData.Item |
TransactionData.Item.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionData.Item |
TransactionData.Item.parseFrom(com.google.protobuf.CodedInputStream input) |
static TransactionData.Item |
TransactionData.Item.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionData.Item |
TransactionData.Item.parseFrom(InputStream input) |
static TransactionData.Item |
TransactionData.Item.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<TransactionData.Item> |
TransactionData.getItemsList()
Items purchased in this transaction.
|
List<TransactionData.Item> |
TransactionData.Builder.getItemsList()
Items purchased in this transaction.
|
List<TransactionData.Item> |
TransactionDataOrBuilder.getItemsList()
Items purchased in this transaction.
|
com.google.protobuf.Parser<TransactionData.Item> |
TransactionData.Item.getParserForType() |
static com.google.protobuf.Parser<TransactionData.Item> |
TransactionData.Item.parser() |
| Modifier and Type | Method and Description |
|---|---|
TransactionData.Builder |
TransactionData.Builder.addItems(int index,
TransactionData.Item value)
Items purchased in this transaction.
|
TransactionData.Builder |
TransactionData.Builder.addItems(TransactionData.Item value)
Items purchased in this transaction.
|
TransactionData.Item.Builder |
TransactionData.Item.Builder.mergeFrom(TransactionData.Item other) |
static TransactionData.Item.Builder |
TransactionData.Item.newBuilder(TransactionData.Item prototype) |
TransactionData.Builder |
TransactionData.Builder.setItems(int index,
TransactionData.Item value)
Items purchased in this transaction.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionData.Builder |
TransactionData.Builder.addAllItems(Iterable<? extends TransactionData.Item> values)
Items purchased in this transaction.
|
Copyright © 2023 Google LLC. All rights reserved.