Uses of Interface
com.google.cloud.contentwarehouse.v1.PropertyOrBuilder
-
Packages that use PropertyOrBuilder Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of PropertyOrBuilder in com.google.cloud.contentwarehouse.v1
Classes in com.google.cloud.contentwarehouse.v1 that implement PropertyOrBuilder Modifier and Type Class Description class
Property
Property of a document.static class
Property.Builder
Property of a document.Methods in com.google.cloud.contentwarehouse.v1 that return PropertyOrBuilder Modifier and Type Method Description PropertyOrBuilder
Document.Builder. getPropertiesOrBuilder(int index)
List of values that are user supplied metadata.PropertyOrBuilder
Document. getPropertiesOrBuilder(int index)
List of values that are user supplied metadata.PropertyOrBuilder
DocumentOrBuilder. getPropertiesOrBuilder(int index)
List of values that are user supplied metadata.PropertyOrBuilder
PropertyArray.Builder. getPropertiesOrBuilder(int index)
List of property values.PropertyOrBuilder
PropertyArray. getPropertiesOrBuilder(int index)
List of property values.PropertyOrBuilder
PropertyArrayOrBuilder. getPropertiesOrBuilder(int index)
List of property values.Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type PropertyOrBuilder Modifier and Type Method Description List<? extends PropertyOrBuilder>
Document.Builder. getPropertiesOrBuilderList()
List of values that are user supplied metadata.List<? extends PropertyOrBuilder>
Document. getPropertiesOrBuilderList()
List of values that are user supplied metadata.List<? extends PropertyOrBuilder>
DocumentOrBuilder. getPropertiesOrBuilderList()
List of values that are user supplied metadata.List<? extends PropertyOrBuilder>
PropertyArray.Builder. getPropertiesOrBuilderList()
List of property values.List<? extends PropertyOrBuilder>
PropertyArray. getPropertiesOrBuilderList()
List of property values.List<? extends PropertyOrBuilder>
PropertyArrayOrBuilder. getPropertiesOrBuilderList()
List of property values.
-