Uses of Class
com.google.cloud.translate.v3.CreateGlossaryMetadata.State
-
Packages that use CreateGlossaryMetadata.State Package Description com.google.cloud.translate.v3 A client to Cloud Translation API -
-
Uses of CreateGlossaryMetadata.State in com.google.cloud.translate.v3
Methods in com.google.cloud.translate.v3 that return CreateGlossaryMetadata.State Modifier and Type Method Description static CreateGlossaryMetadata.State
CreateGlossaryMetadata.State. forNumber(int value)
CreateGlossaryMetadata.State
CreateGlossaryMetadata.Builder. getState()
The current state of the glossary creation operation.CreateGlossaryMetadata.State
CreateGlossaryMetadata. getState()
The current state of the glossary creation operation.CreateGlossaryMetadata.State
CreateGlossaryMetadataOrBuilder. getState()
The current state of the glossary creation operation.static CreateGlossaryMetadata.State
CreateGlossaryMetadata.State. valueOf(int value)
Deprecated.static CreateGlossaryMetadata.State
CreateGlossaryMetadata.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static CreateGlossaryMetadata.State
CreateGlossaryMetadata.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateGlossaryMetadata.State[]
CreateGlossaryMetadata.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.translate.v3 that return types with arguments of type CreateGlossaryMetadata.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CreateGlossaryMetadata.State>
CreateGlossaryMetadata.State. internalGetValueMap()
Methods in com.google.cloud.translate.v3 with parameters of type CreateGlossaryMetadata.State Modifier and Type Method Description CreateGlossaryMetadata.Builder
CreateGlossaryMetadata.Builder. setState(CreateGlossaryMetadata.State value)
The current state of the glossary creation operation.
-