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