Uses of Class
com.google.cloud.contentwarehouse.v1.DocumentLinkName
-
Packages that use DocumentLinkName Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of DocumentLinkName in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return DocumentLinkName Modifier and Type Method Description DocumentLinkName
DocumentLinkName.Builder. build()
static DocumentLinkName
DocumentLinkName. of(String project, String location, String document, String documentLink)
static DocumentLinkName
DocumentLinkName. parse(String formattedString)
Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type DocumentLinkName Modifier and Type Method Description static List<DocumentLinkName>
DocumentLinkName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.contentwarehouse.v1 with parameters of type DocumentLinkName Modifier and Type Method Description void
DocumentLinkServiceClient. deleteDocumentLink(DocumentLinkName name)
Remove the link between the source and target documents.Method parameters in com.google.cloud.contentwarehouse.v1 with type arguments of type DocumentLinkName Modifier and Type Method Description static List<String>
DocumentLinkName. toStringList(List<DocumentLinkName> values)
-