Uses of Class
com.google.cloud.contentwarehouse.v1.DocumentSchemaName
-
Packages that use DocumentSchemaName Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of DocumentSchemaName in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return DocumentSchemaName Modifier and Type Method Description DocumentSchemaName
DocumentSchemaName.Builder. build()
static DocumentSchemaName
DocumentSchemaName. of(String project, String location, String documentSchema)
static DocumentSchemaName
DocumentSchemaName. parse(String formattedString)
Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type DocumentSchemaName Modifier and Type Method Description static List<DocumentSchemaName>
DocumentSchemaName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.contentwarehouse.v1 with parameters of type DocumentSchemaName Modifier and Type Method Description void
DocumentSchemaServiceClient. deleteDocumentSchema(DocumentSchemaName name)
Deletes a document schema.DocumentSchema
DocumentSchemaServiceClient. getDocumentSchema(DocumentSchemaName name)
Gets a document schema.DocumentSchema
DocumentSchemaServiceClient. updateDocumentSchema(DocumentSchemaName name, DocumentSchema documentSchema)
Updates a Document Schema.Method parameters in com.google.cloud.contentwarehouse.v1 with type arguments of type DocumentSchemaName Modifier and Type Method Description static List<String>
DocumentSchemaName. toStringList(List<DocumentSchemaName> values)
-