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