| Modifier and Type | Method and Description |
|---|---|
TransactionInfo.Builder |
TransactionInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransactionInfo.Builder |
TransactionInfo.Builder.clear() |
TransactionInfo.Builder |
TransactionInfo.Builder.clearCost()
All the costs associated with the products.
|
TransactionInfo.Builder |
TransactionInfo.Builder.clearCurrency()
Required.
|
TransactionInfo.Builder |
TransactionInfo.Builder.clearDiscountValue()
The total discount(s) value applied to this transaction.
|
TransactionInfo.Builder |
TransactionInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TransactionInfo.Builder |
TransactionInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TransactionInfo.Builder |
TransactionInfo.Builder.clearTax()
All the taxes associated with the transaction.
|
TransactionInfo.Builder |
TransactionInfo.Builder.clearTransactionId()
The transaction ID with a length limit of 128 characters.
|
TransactionInfo.Builder |
TransactionInfo.Builder.clearValue()
Required.
|
TransactionInfo.Builder |
TransactionInfo.Builder.clone() |
TransactionInfo.Builder |
UserEvent.Builder.getTransactionInfoBuilder()
The transaction metadata (if any) associated with this user event.
|
TransactionInfo.Builder |
TransactionInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TransactionInfo.Builder |
TransactionInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
TransactionInfo.Builder |
TransactionInfo.Builder.mergeFrom(TransactionInfo other) |
TransactionInfo.Builder |
TransactionInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static TransactionInfo.Builder |
TransactionInfo.newBuilder() |
static TransactionInfo.Builder |
TransactionInfo.newBuilder(TransactionInfo prototype) |
TransactionInfo.Builder |
TransactionInfo.newBuilderForType() |
protected TransactionInfo.Builder |
TransactionInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
TransactionInfo.Builder |
TransactionInfo.Builder.setCost(float value)
All the costs associated with the products.
|
TransactionInfo.Builder |
TransactionInfo.Builder.setCurrency(String value)
Required.
|
TransactionInfo.Builder |
TransactionInfo.Builder.setCurrencyBytes(com.google.protobuf.ByteString value)
Required.
|
TransactionInfo.Builder |
TransactionInfo.Builder.setDiscountValue(float value)
The total discount(s) value applied to this transaction.
|
TransactionInfo.Builder |
TransactionInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransactionInfo.Builder |
TransactionInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TransactionInfo.Builder |
TransactionInfo.Builder.setTax(float value)
All the taxes associated with the transaction.
|
TransactionInfo.Builder |
TransactionInfo.Builder.setTransactionId(String value)
The transaction ID with a length limit of 128 characters.
|
TransactionInfo.Builder |
TransactionInfo.Builder.setTransactionIdBytes(com.google.protobuf.ByteString value)
The transaction ID with a length limit of 128 characters.
|
TransactionInfo.Builder |
TransactionInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TransactionInfo.Builder |
TransactionInfo.Builder.setValue(float value)
Required.
|
TransactionInfo.Builder |
TransactionInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
UserEvent.Builder |
UserEvent.Builder.setTransactionInfo(TransactionInfo.Builder builderForValue)
The transaction metadata (if any) associated with this user event.
|
Copyright © 2025 Google LLC. All rights reserved.