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 DocumentSchemaNameDocumentSchemaName.Builder. build()static DocumentSchemaNameDocumentSchemaName. of(String project, String location, String documentSchema)static DocumentSchemaNameDocumentSchemaName. 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 voidDocumentSchemaServiceClient. deleteDocumentSchema(DocumentSchemaName name)Deletes a document schema.DocumentSchemaDocumentSchemaServiceClient. getDocumentSchema(DocumentSchemaName name)Gets a document schema.DocumentSchemaDocumentSchemaServiceClient. 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)
-