Uses of Interface
com.google.cloud.contentwarehouse.v1.PropertyDefinitionOrBuilder
-
Packages that use PropertyDefinitionOrBuilder Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of PropertyDefinitionOrBuilder in com.google.cloud.contentwarehouse.v1
Classes in com.google.cloud.contentwarehouse.v1 that implement PropertyDefinitionOrBuilder Modifier and Type Class Description class
PropertyDefinition
Defines the metadata for a schema property.static class
PropertyDefinition.Builder
Defines the metadata for a schema property.Methods in com.google.cloud.contentwarehouse.v1 that return PropertyDefinitionOrBuilder Modifier and Type Method Description PropertyDefinitionOrBuilder
DocumentSchema.Builder. getPropertyDefinitionsOrBuilder(int index)
Document details.PropertyDefinitionOrBuilder
DocumentSchema. getPropertyDefinitionsOrBuilder(int index)
Document details.PropertyDefinitionOrBuilder
DocumentSchemaOrBuilder. getPropertyDefinitionsOrBuilder(int index)
Document details.PropertyDefinitionOrBuilder
PropertyTypeOptions.Builder. getPropertyDefinitionsOrBuilder(int index)
Required.PropertyDefinitionOrBuilder
PropertyTypeOptions. getPropertyDefinitionsOrBuilder(int index)
Required.PropertyDefinitionOrBuilder
PropertyTypeOptionsOrBuilder. getPropertyDefinitionsOrBuilder(int index)
Required.Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type PropertyDefinitionOrBuilder Modifier and Type Method Description List<? extends PropertyDefinitionOrBuilder>
DocumentSchema.Builder. getPropertyDefinitionsOrBuilderList()
Document details.List<? extends PropertyDefinitionOrBuilder>
DocumentSchema. getPropertyDefinitionsOrBuilderList()
Document details.List<? extends PropertyDefinitionOrBuilder>
DocumentSchemaOrBuilder. getPropertyDefinitionsOrBuilderList()
Document details.List<? extends PropertyDefinitionOrBuilder>
PropertyTypeOptions.Builder. getPropertyDefinitionsOrBuilderList()
Required.List<? extends PropertyDefinitionOrBuilder>
PropertyTypeOptions. getPropertyDefinitionsOrBuilderList()
Required.List<? extends PropertyDefinitionOrBuilder>
PropertyTypeOptionsOrBuilder. getPropertyDefinitionsOrBuilderList()
Required.
-