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.StateDeleteGlossaryMetadata.State. forNumber(int value)DeleteGlossaryMetadata.StateDeleteGlossaryMetadata.Builder. getState()The current state of the glossary deletion operation.DeleteGlossaryMetadata.StateDeleteGlossaryMetadata. getState()The current state of the glossary deletion operation.DeleteGlossaryMetadata.StateDeleteGlossaryMetadataOrBuilder. getState()The current state of the glossary deletion operation.static DeleteGlossaryMetadata.StateDeleteGlossaryMetadata.State. valueOf(int value)Deprecated.static DeleteGlossaryMetadata.StateDeleteGlossaryMetadata.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static DeleteGlossaryMetadata.StateDeleteGlossaryMetadata.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.BuilderDeleteGlossaryMetadata.Builder. setState(DeleteGlossaryMetadata.State value)The current state of the glossary deletion operation.
-