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