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.State
ReviewDocumentOperationMetadata.State. forNumber(int value)
ReviewDocumentOperationMetadata.State
ReviewDocumentOperationMetadata.Builder. getState()
Used only when Operation.done is false.ReviewDocumentOperationMetadata.State
ReviewDocumentOperationMetadata. getState()
Used only when Operation.done is false.ReviewDocumentOperationMetadata.State
ReviewDocumentOperationMetadataOrBuilder. getState()
Used only when Operation.done is false.static ReviewDocumentOperationMetadata.State
ReviewDocumentOperationMetadata.State. valueOf(int value)
Deprecated.static ReviewDocumentOperationMetadata.State
ReviewDocumentOperationMetadata.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ReviewDocumentOperationMetadata.State
ReviewDocumentOperationMetadata.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.Builder
ReviewDocumentOperationMetadata.Builder. setState(ReviewDocumentOperationMetadata.State value)
Used only when Operation.done is false.
-