Uses of Class
com.google.recaptchaenterprise.v1.TransactionData.User
-
Packages that use TransactionData.User Package Description com.google.recaptchaenterprise.v1 -
-
Uses of TransactionData.User in com.google.recaptchaenterprise.v1
Methods in com.google.recaptchaenterprise.v1 that return TransactionData.User Modifier and Type Method Description TransactionData.UserTransactionData.User.Builder. build()TransactionData.UserTransactionData.User.Builder. buildPartial()static TransactionData.UserTransactionData.User. getDefaultInstance()TransactionData.UserTransactionData.User.Builder. getDefaultInstanceForType()TransactionData.UserTransactionData.User. getDefaultInstanceForType()TransactionData.UserTransactionData.Builder. getMerchants(int index)Information about the user or users fulfilling the transaction.TransactionData.UserTransactionData. getMerchants(int index)Information about the user or users fulfilling the transaction.TransactionData.UserTransactionDataOrBuilder. getMerchants(int index)Information about the user or users fulfilling the transaction.TransactionData.UserTransactionData.Builder. getUser()Information about the user paying/initiating the transaction.TransactionData.UserTransactionData. getUser()Information about the user paying/initiating the transaction.TransactionData.UserTransactionDataOrBuilder. getUser()Information about the user paying/initiating the transaction.static TransactionData.UserTransactionData.User. parseDelimitedFrom(InputStream input)static TransactionData.UserTransactionData.User. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransactionData.UserTransactionData.User. parseFrom(byte[] data)static TransactionData.UserTransactionData.User. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransactionData.UserTransactionData.User. parseFrom(com.google.protobuf.ByteString data)static TransactionData.UserTransactionData.User. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransactionData.UserTransactionData.User. parseFrom(com.google.protobuf.CodedInputStream input)static TransactionData.UserTransactionData.User. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransactionData.UserTransactionData.User. parseFrom(InputStream input)static TransactionData.UserTransactionData.User. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransactionData.UserTransactionData.User. parseFrom(ByteBuffer data)static TransactionData.UserTransactionData.User. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.recaptchaenterprise.v1 that return types with arguments of type TransactionData.User Modifier and Type Method Description List<TransactionData.User>TransactionData.Builder. getMerchantsList()Information about the user or users fulfilling the transaction.List<TransactionData.User>TransactionData. getMerchantsList()Information about the user or users fulfilling the transaction.List<TransactionData.User>TransactionDataOrBuilder. getMerchantsList()Information about the user or users fulfilling the transaction.com.google.protobuf.Parser<TransactionData.User>TransactionData.User. getParserForType()static com.google.protobuf.Parser<TransactionData.User>TransactionData.User. parser()Methods in com.google.recaptchaenterprise.v1 with parameters of type TransactionData.User Modifier and Type Method Description TransactionData.BuilderTransactionData.Builder. addMerchants(int index, TransactionData.User value)Information about the user or users fulfilling the transaction.TransactionData.BuilderTransactionData.Builder. addMerchants(TransactionData.User value)Information about the user or users fulfilling the transaction.TransactionData.User.BuilderTransactionData.User.Builder. mergeFrom(TransactionData.User other)TransactionData.BuilderTransactionData.Builder. mergeUser(TransactionData.User value)Information about the user paying/initiating the transaction.static TransactionData.User.BuilderTransactionData.User. newBuilder(TransactionData.User prototype)TransactionData.BuilderTransactionData.Builder. setMerchants(int index, TransactionData.User value)Information about the user or users fulfilling the transaction.TransactionData.BuilderTransactionData.Builder. setUser(TransactionData.User value)Information about the user paying/initiating the transaction.Method parameters in com.google.recaptchaenterprise.v1 with type arguments of type TransactionData.User Modifier and Type Method Description TransactionData.BuilderTransactionData.Builder. addAllMerchants(Iterable<? extends TransactionData.User> values)Information about the user or users fulfilling the transaction.
-