Uses of Class
com.google.cloud.recommendationengine.v1beta1.ImportErrorsConfig.DestinationCase
-
Packages that use ImportErrorsConfig.DestinationCase Package Description com.google.cloud.recommendationengine.v1beta1 A client to Recommendations AI -
-
Uses of ImportErrorsConfig.DestinationCase in com.google.cloud.recommendationengine.v1beta1
Methods in com.google.cloud.recommendationengine.v1beta1 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.
-