Uses of Class
com.google.cloud.documentai.v1beta3.CommonOperationMetadata.State
-
Packages that use CommonOperationMetadata.State Package Description com.google.cloud.documentai.v1beta3 A client to Cloud Document AI API -
-
Uses of CommonOperationMetadata.State in com.google.cloud.documentai.v1beta3
Methods in com.google.cloud.documentai.v1beta3 that return CommonOperationMetadata.State Modifier and Type Method Description static CommonOperationMetadata.StateCommonOperationMetadata.State. forNumber(int value)CommonOperationMetadata.StateCommonOperationMetadata.Builder. getState()The state of the operation.CommonOperationMetadata.StateCommonOperationMetadata. getState()The state of the operation.CommonOperationMetadata.StateCommonOperationMetadataOrBuilder. getState()The state of the operation.static CommonOperationMetadata.StateCommonOperationMetadata.State. valueOf(int value)Deprecated.static CommonOperationMetadata.StateCommonOperationMetadata.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CommonOperationMetadata.StateCommonOperationMetadata.State. valueOf(String name)Returns the enum constant of this type with the specified name.static CommonOperationMetadata.State[]CommonOperationMetadata.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 CommonOperationMetadata.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CommonOperationMetadata.State>CommonOperationMetadata.State. internalGetValueMap()Methods in com.google.cloud.documentai.v1beta3 with parameters of type CommonOperationMetadata.State Modifier and Type Method Description CommonOperationMetadata.BuilderCommonOperationMetadata.Builder. setState(CommonOperationMetadata.State value)The state of the operation.
-