Uses of Class
com.google.cloud.translate.v3.BatchTranslateMetadata.State
-
Packages that use BatchTranslateMetadata.State Package Description com.google.cloud.translate.v3 A client to Cloud Translation API -
-
Uses of BatchTranslateMetadata.State in com.google.cloud.translate.v3
Methods in com.google.cloud.translate.v3 that return BatchTranslateMetadata.State Modifier and Type Method Description static BatchTranslateMetadata.StateBatchTranslateMetadata.State. forNumber(int value)BatchTranslateMetadata.StateBatchTranslateMetadata.Builder. getState()The state of the operation.BatchTranslateMetadata.StateBatchTranslateMetadata. getState()The state of the operation.BatchTranslateMetadata.StateBatchTranslateMetadataOrBuilder. getState()The state of the operation.static BatchTranslateMetadata.StateBatchTranslateMetadata.State. valueOf(int value)Deprecated.static BatchTranslateMetadata.StateBatchTranslateMetadata.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static BatchTranslateMetadata.StateBatchTranslateMetadata.State. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchTranslateMetadata.State[]BatchTranslateMetadata.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 BatchTranslateMetadata.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<BatchTranslateMetadata.State>BatchTranslateMetadata.State. internalGetValueMap()Methods in com.google.cloud.translate.v3 with parameters of type BatchTranslateMetadata.State Modifier and Type Method Description BatchTranslateMetadata.BuilderBatchTranslateMetadata.Builder. setState(BatchTranslateMetadata.State value)The state of the operation.
-