Uses of Interface
com.google.cloud.contentwarehouse.v1.DocumentSchemaOrBuilder
-
Packages that use DocumentSchemaOrBuilder Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of DocumentSchemaOrBuilder in com.google.cloud.contentwarehouse.v1
Classes in com.google.cloud.contentwarehouse.v1 that implement DocumentSchemaOrBuilder Modifier and Type Class Description class
DocumentSchema
A document schema used to define document structure.static class
DocumentSchema.Builder
A document schema used to define document structure.Methods in com.google.cloud.contentwarehouse.v1 that return DocumentSchemaOrBuilder Modifier and Type Method Description DocumentSchemaOrBuilder
CreateDocumentSchemaRequest.Builder. getDocumentSchemaOrBuilder()
Required.DocumentSchemaOrBuilder
CreateDocumentSchemaRequest. getDocumentSchemaOrBuilder()
Required.DocumentSchemaOrBuilder
CreateDocumentSchemaRequestOrBuilder. getDocumentSchemaOrBuilder()
Required.DocumentSchemaOrBuilder
UpdateDocumentSchemaRequest.Builder. getDocumentSchemaOrBuilder()
Required.DocumentSchemaOrBuilder
UpdateDocumentSchemaRequest. getDocumentSchemaOrBuilder()
Required.DocumentSchemaOrBuilder
UpdateDocumentSchemaRequestOrBuilder. getDocumentSchemaOrBuilder()
Required.DocumentSchemaOrBuilder
ListDocumentSchemasResponse.Builder. getDocumentSchemasOrBuilder(int index)
The document schemas from the specified parent.DocumentSchemaOrBuilder
ListDocumentSchemasResponse. getDocumentSchemasOrBuilder(int index)
The document schemas from the specified parent.DocumentSchemaOrBuilder
ListDocumentSchemasResponseOrBuilder. getDocumentSchemasOrBuilder(int index)
The document schemas from the specified parent.Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type DocumentSchemaOrBuilder Modifier and Type Method Description List<? extends DocumentSchemaOrBuilder>
ListDocumentSchemasResponse.Builder. getDocumentSchemasOrBuilderList()
The document schemas from the specified parent.List<? extends DocumentSchemaOrBuilder>
ListDocumentSchemasResponse. getDocumentSchemasOrBuilderList()
The document schemas from the specified parent.List<? extends DocumentSchemaOrBuilder>
ListDocumentSchemasResponseOrBuilder. getDocumentSchemasOrBuilderList()
The document schemas from the specified parent.
-