Uses of Class
com.google.recaptchaenterprise.v1.TransactionEvent.TransactionEventType
-
Packages that use TransactionEvent.TransactionEventType Package Description com.google.recaptchaenterprise.v1 -
-
Uses of TransactionEvent.TransactionEventType in com.google.recaptchaenterprise.v1
Methods in com.google.recaptchaenterprise.v1 that return TransactionEvent.TransactionEventType Modifier and Type Method Description static TransactionEvent.TransactionEventType
TransactionEvent.TransactionEventType. forNumber(int value)
TransactionEvent.TransactionEventType
TransactionEvent.Builder. getEventType()
Optional.TransactionEvent.TransactionEventType
TransactionEvent. getEventType()
Optional.TransactionEvent.TransactionEventType
TransactionEventOrBuilder. getEventType()
Optional.static TransactionEvent.TransactionEventType
TransactionEvent.TransactionEventType. valueOf(int value)
Deprecated.static TransactionEvent.TransactionEventType
TransactionEvent.TransactionEventType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static TransactionEvent.TransactionEventType
TransactionEvent.TransactionEventType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TransactionEvent.TransactionEventType[]
TransactionEvent.TransactionEventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.recaptchaenterprise.v1 that return types with arguments of type TransactionEvent.TransactionEventType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<TransactionEvent.TransactionEventType>
TransactionEvent.TransactionEventType. internalGetValueMap()
Methods in com.google.recaptchaenterprise.v1 with parameters of type TransactionEvent.TransactionEventType Modifier and Type Method Description TransactionEvent.Builder
TransactionEvent.Builder. setEventType(TransactionEvent.TransactionEventType value)
Optional.
-