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