| Modifier and Type | Method and Description |
|---|---|
PurchaseTransaction |
PurchaseTransaction.Builder.build() |
PurchaseTransaction |
PurchaseTransaction.Builder.buildPartial() |
static PurchaseTransaction |
PurchaseTransaction.getDefaultInstance() |
PurchaseTransaction |
PurchaseTransaction.getDefaultInstanceForType() |
PurchaseTransaction |
PurchaseTransaction.Builder.getDefaultInstanceForType() |
PurchaseTransaction |
UserEventOrBuilder.getPurchaseTransaction()
A transaction represents the entire purchase transaction.
|
PurchaseTransaction |
UserEvent.getPurchaseTransaction()
A transaction represents the entire purchase transaction.
|
PurchaseTransaction |
UserEvent.Builder.getPurchaseTransaction()
A transaction represents the entire purchase transaction.
|
static PurchaseTransaction |
PurchaseTransaction.parseDelimitedFrom(InputStream input) |
static PurchaseTransaction |
PurchaseTransaction.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PurchaseTransaction |
PurchaseTransaction.parseFrom(byte[] data) |
static PurchaseTransaction |
PurchaseTransaction.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PurchaseTransaction |
PurchaseTransaction.parseFrom(ByteBuffer data) |
static PurchaseTransaction |
PurchaseTransaction.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PurchaseTransaction |
PurchaseTransaction.parseFrom(com.google.protobuf.ByteString data) |
static PurchaseTransaction |
PurchaseTransaction.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PurchaseTransaction |
PurchaseTransaction.parseFrom(com.google.protobuf.CodedInputStream input) |
static PurchaseTransaction |
PurchaseTransaction.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PurchaseTransaction |
PurchaseTransaction.parseFrom(InputStream input) |
static PurchaseTransaction |
PurchaseTransaction.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<PurchaseTransaction> |
PurchaseTransaction.getParserForType() |
static com.google.protobuf.Parser<PurchaseTransaction> |
PurchaseTransaction.parser() |
| Modifier and Type | Method and Description |
|---|---|
PurchaseTransaction.Builder |
PurchaseTransaction.Builder.mergeFrom(PurchaseTransaction other) |
UserEvent.Builder |
UserEvent.Builder.mergePurchaseTransaction(PurchaseTransaction value)
A transaction represents the entire purchase transaction.
|
static PurchaseTransaction.Builder |
PurchaseTransaction.newBuilder(PurchaseTransaction prototype) |
UserEvent.Builder |
UserEvent.Builder.setPurchaseTransaction(PurchaseTransaction value)
A transaction represents the entire purchase transaction.
|
Copyright © 2023 Google LLC. All rights reserved.