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 DocumentName
DocumentName.Builder. build()
DocumentName
DocumentName.ProjectLocationReferenceIdBuilder. build()
static DocumentName
DocumentName. of(String project, String location, String document)
static DocumentName
DocumentName. ofProjectLocationDocumentName(String project, String location, String document)
static DocumentName
DocumentName. ofProjectLocationReferenceIdName(String project, String location, String referenceId)
static DocumentName
DocumentName. 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 DocumentLink
DocumentLinkServiceClient. createDocumentLink(DocumentName parent, DocumentLink documentLink)
Create a link between a source document and a target document.void
DocumentServiceClient. deleteDocument(DocumentName name)
Deletes a document.Document
DocumentServiceClient. getDocument(DocumentName name)
Gets a document.DocumentLinkServiceClient.ListLinkedSourcesPagedResponse
DocumentLinkServiceClient. listLinkedSources(DocumentName parent)
Return all source document-links from the document.ListLinkedTargetsResponse
DocumentLinkServiceClient. listLinkedTargets(DocumentName parent)
Return all target document-links from the document.Document
DocumentServiceClient. lockDocument(DocumentName name)
Lock the document so the document cannot be updated by other users.UpdateDocumentResponse
DocumentServiceClient. 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)
-