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