Uses of Class
com.google.cloud.contentwarehouse.v1.DocumentName
-
Packages that use DocumentName Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of DocumentName in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return DocumentName Modifier and Type Method Description DocumentNameDocumentName.Builder. build()DocumentNameDocumentName.ProjectLocationReferenceIdBuilder. build()static DocumentNameDocumentName. of(String project, String location, String document)static DocumentNameDocumentName. ofProjectLocationDocumentName(String project, String location, String document)static DocumentNameDocumentName. ofProjectLocationReferenceIdName(String project, String location, String referenceId)static DocumentNameDocumentName. parse(String formattedString)Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type DocumentName Modifier and Type Method Description static List<DocumentName>DocumentName. parseList(List<String> formattedStrings)Methods in com.google.cloud.contentwarehouse.v1 with parameters of type DocumentName Modifier and Type Method Description DocumentLinkDocumentLinkServiceClient. createDocumentLink(DocumentName parent, DocumentLink documentLink)Create a link between a source document and a target document.voidDocumentServiceClient. deleteDocument(DocumentName name)Deletes a document.DocumentDocumentServiceClient. getDocument(DocumentName name)Gets a document.DocumentLinkServiceClient.ListLinkedSourcesPagedResponseDocumentLinkServiceClient. listLinkedSources(DocumentName parent)Return all source document-links from the document.ListLinkedTargetsResponseDocumentLinkServiceClient. listLinkedTargets(DocumentName parent)Return all target document-links from the document.DocumentDocumentServiceClient. lockDocument(DocumentName name)Lock the document so the document cannot be updated by other users.UpdateDocumentResponseDocumentServiceClient. updateDocument(DocumentName name, Document document)Updates a document.Method parameters in com.google.cloud.contentwarehouse.v1 with type arguments of type DocumentName Modifier and Type Method Description static List<String>DocumentName. toStringList(List<DocumentName> values)
-