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