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