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