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