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