Uses of Class
com.google.recaptchaenterprise.v1.TransactionData
-
Packages that use TransactionData Package Description com.google.recaptchaenterprise.v1 -
-
Uses of TransactionData in com.google.recaptchaenterprise.v1
Methods in com.google.recaptchaenterprise.v1 that return TransactionData Modifier and Type Method Description TransactionData
TransactionData.Builder. build()
TransactionData
TransactionData.Builder. buildPartial()
static TransactionData
TransactionData. getDefaultInstance()
TransactionData
TransactionData.Builder. getDefaultInstanceForType()
TransactionData
TransactionData. getDefaultInstanceForType()
TransactionData
Event.Builder. getTransactionData()
Optional.TransactionData
Event. getTransactionData()
Optional.TransactionData
EventOrBuilder. getTransactionData()
Optional.static TransactionData
TransactionData. parseDelimitedFrom(InputStream input)
static TransactionData
TransactionData. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransactionData
TransactionData. parseFrom(byte[] data)
static TransactionData
TransactionData. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransactionData
TransactionData. parseFrom(com.google.protobuf.ByteString data)
static TransactionData
TransactionData. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransactionData
TransactionData. parseFrom(com.google.protobuf.CodedInputStream input)
static TransactionData
TransactionData. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransactionData
TransactionData. parseFrom(InputStream input)
static TransactionData
TransactionData. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransactionData
TransactionData. parseFrom(ByteBuffer data)
static TransactionData
TransactionData. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.recaptchaenterprise.v1 that return types with arguments of type TransactionData Modifier and Type Method Description com.google.protobuf.Parser<TransactionData>
TransactionData. getParserForType()
static com.google.protobuf.Parser<TransactionData>
TransactionData. parser()
Methods in com.google.recaptchaenterprise.v1 with parameters of type TransactionData Modifier and Type Method Description TransactionData.Builder
TransactionData.Builder. mergeFrom(TransactionData other)
Event.Builder
Event.Builder. mergeTransactionData(TransactionData value)
Optional.static TransactionData.Builder
TransactionData. newBuilder(TransactionData prototype)
Event.Builder
Event.Builder. setTransactionData(TransactionData value)
Optional.
-