| Modifier and Type | Method and Description |
|---|---|
TransactionInfo |
TransactionInfo.Builder.build() |
TransactionInfo |
TransactionInfo.Builder.buildPartial() |
static TransactionInfo |
TransactionInfo.getDefaultInstance() |
TransactionInfo |
TransactionInfo.getDefaultInstanceForType() |
TransactionInfo |
TransactionInfo.Builder.getDefaultInstanceForType() |
TransactionInfo |
UserEvent.getTransactionInfo()
The transaction metadata (if any) associated with this user event.
|
TransactionInfo |
UserEvent.Builder.getTransactionInfo()
The transaction metadata (if any) associated with this user event.
|
TransactionInfo |
UserEventOrBuilder.getTransactionInfo()
The transaction metadata (if any) associated with this user event.
|
static TransactionInfo |
TransactionInfo.parseDelimitedFrom(InputStream input) |
static TransactionInfo |
TransactionInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionInfo |
TransactionInfo.parseFrom(byte[] data) |
static TransactionInfo |
TransactionInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionInfo |
TransactionInfo.parseFrom(ByteBuffer data) |
static TransactionInfo |
TransactionInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionInfo |
TransactionInfo.parseFrom(com.google.protobuf.ByteString data) |
static TransactionInfo |
TransactionInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionInfo |
TransactionInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static TransactionInfo |
TransactionInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionInfo |
TransactionInfo.parseFrom(InputStream input) |
static TransactionInfo |
TransactionInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TransactionInfo> |
TransactionInfo.getParserForType() |
static com.google.protobuf.Parser<TransactionInfo> |
TransactionInfo.parser() |
| Modifier and Type | Method and Description |
|---|---|
TransactionInfo.Builder |
TransactionInfo.Builder.mergeFrom(TransactionInfo other) |
UserEvent.Builder |
UserEvent.Builder.mergeTransactionInfo(TransactionInfo value)
The transaction metadata (if any) associated with this user event.
|
static TransactionInfo.Builder |
TransactionInfo.newBuilder(TransactionInfo prototype) |
UserEvent.Builder |
UserEvent.Builder.setTransactionInfo(TransactionInfo value)
The transaction metadata (if any) associated with this user event.
|
Copyright © 2024 Google LLC. All rights reserved.