Uses of Class
com.google.cloud.documentai.v1beta3.ReviewDocumentOperationMetadata.State
-
Packages that use ReviewDocumentOperationMetadata.State Package Description com.google.cloud.documentai.v1beta3 A client to Cloud Document AI API -
-
Uses of ReviewDocumentOperationMetadata.State in com.google.cloud.documentai.v1beta3
Methods in com.google.cloud.documentai.v1beta3 that return ReviewDocumentOperationMetadata.State Modifier and Type Method Description static ReviewDocumentOperationMetadata.StateReviewDocumentOperationMetadata.State. forNumber(int value)ReviewDocumentOperationMetadata.StateReviewDocumentOperationMetadata.Builder. getState()Used only when Operation.done is false.ReviewDocumentOperationMetadata.StateReviewDocumentOperationMetadata. getState()Used only when Operation.done is false.ReviewDocumentOperationMetadata.StateReviewDocumentOperationMetadataOrBuilder. getState()Used only when Operation.done is false.static ReviewDocumentOperationMetadata.StateReviewDocumentOperationMetadata.State. valueOf(int value)Deprecated.static ReviewDocumentOperationMetadata.StateReviewDocumentOperationMetadata.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ReviewDocumentOperationMetadata.StateReviewDocumentOperationMetadata.State. valueOf(String name)Returns the enum constant of this type with the specified name.static ReviewDocumentOperationMetadata.State[]ReviewDocumentOperationMetadata.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.documentai.v1beta3 that return types with arguments of type ReviewDocumentOperationMetadata.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ReviewDocumentOperationMetadata.State>ReviewDocumentOperationMetadata.State. internalGetValueMap()Methods in com.google.cloud.documentai.v1beta3 with parameters of type ReviewDocumentOperationMetadata.State Modifier and Type Method Description ReviewDocumentOperationMetadata.BuilderReviewDocumentOperationMetadata.Builder. setState(ReviewDocumentOperationMetadata.State value)Used only when Operation.done is false.
-