Uses of Class
com.google.cloud.contentwarehouse.v1.Property.ValuesCase
-
Packages that use Property.ValuesCase Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of Property.ValuesCase in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return Property.ValuesCase Modifier and Type Method Description static Property.ValuesCase
Property.ValuesCase. forNumber(int value)
Property.ValuesCase
Property.Builder. getValuesCase()
Property.ValuesCase
Property. getValuesCase()
Property.ValuesCase
PropertyOrBuilder. getValuesCase()
static Property.ValuesCase
Property.ValuesCase. valueOf(int value)
Deprecated.static Property.ValuesCase
Property.ValuesCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Property.ValuesCase[]
Property.ValuesCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-