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