Uses of Class
com.google.cloud.contentwarehouse.v1.PropertyDefinition.RetrievalImportance
-
Packages that use PropertyDefinition.RetrievalImportance Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of PropertyDefinition.RetrievalImportance in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return PropertyDefinition.RetrievalImportance Modifier and Type Method Description static PropertyDefinition.RetrievalImportance
PropertyDefinition.RetrievalImportance. forNumber(int value)
PropertyDefinition.RetrievalImportance
PropertyDefinition.Builder. getRetrievalImportance()
The retrieval importance of the property during search.PropertyDefinition.RetrievalImportance
PropertyDefinition. getRetrievalImportance()
The retrieval importance of the property during search.PropertyDefinition.RetrievalImportance
PropertyDefinitionOrBuilder. getRetrievalImportance()
The retrieval importance of the property during search.static PropertyDefinition.RetrievalImportance
PropertyDefinition.RetrievalImportance. valueOf(int value)
Deprecated.static PropertyDefinition.RetrievalImportance
PropertyDefinition.RetrievalImportance. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static PropertyDefinition.RetrievalImportance
PropertyDefinition.RetrievalImportance. valueOf(String name)
Returns the enum constant of this type with the specified name.static PropertyDefinition.RetrievalImportance[]
PropertyDefinition.RetrievalImportance. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type PropertyDefinition.RetrievalImportance Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<PropertyDefinition.RetrievalImportance>
PropertyDefinition.RetrievalImportance. internalGetValueMap()
Methods in com.google.cloud.contentwarehouse.v1 with parameters of type PropertyDefinition.RetrievalImportance Modifier and Type Method Description PropertyDefinition.Builder
PropertyDefinition.Builder. setRetrievalImportance(PropertyDefinition.RetrievalImportance value)
The retrieval importance of the property during search.
-