Uses of Class
com.google.cloud.retail.v2beta.CollectUserEventRequest.ConversionRuleCase
-
Packages that use CollectUserEventRequest.ConversionRuleCase Package Description com.google.cloud.retail.v2beta A client to Retail API -
-
Uses of CollectUserEventRequest.ConversionRuleCase in com.google.cloud.retail.v2beta
Methods in com.google.cloud.retail.v2beta that return CollectUserEventRequest.ConversionRuleCase Modifier and Type Method Description static CollectUserEventRequest.ConversionRuleCase
CollectUserEventRequest.ConversionRuleCase. forNumber(int value)
CollectUserEventRequest.ConversionRuleCase
CollectUserEventRequest.Builder. getConversionRuleCase()
CollectUserEventRequest.ConversionRuleCase
CollectUserEventRequest. getConversionRuleCase()
CollectUserEventRequest.ConversionRuleCase
CollectUserEventRequestOrBuilder. getConversionRuleCase()
static CollectUserEventRequest.ConversionRuleCase
CollectUserEventRequest.ConversionRuleCase. valueOf(int value)
Deprecated.static CollectUserEventRequest.ConversionRuleCase
CollectUserEventRequest.ConversionRuleCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static CollectUserEventRequest.ConversionRuleCase[]
CollectUserEventRequest.ConversionRuleCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-