Uses of Class
com.google.cloud.contentwarehouse.v1.DocumentLinkServiceClient.ListLinkedSourcesPagedResponse
-
Packages that use DocumentLinkServiceClient.ListLinkedSourcesPagedResponse Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse APIcom.google.cloud.contentwarehouse.v1.stub -
-
Uses of DocumentLinkServiceClient.ListLinkedSourcesPagedResponse in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return DocumentLinkServiceClient.ListLinkedSourcesPagedResponse Modifier and Type Method Description DocumentLinkServiceClient.ListLinkedSourcesPagedResponse
DocumentLinkServiceClient. listLinkedSources(DocumentName parent)
Return all source document-links from the document.DocumentLinkServiceClient.ListLinkedSourcesPagedResponse
DocumentLinkServiceClient. listLinkedSources(ListLinkedSourcesRequest request)
Return all source document-links from the document.DocumentLinkServiceClient.ListLinkedSourcesPagedResponse
DocumentLinkServiceClient. listLinkedSources(String parent)
Return all source document-links from the document.Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type DocumentLinkServiceClient.ListLinkedSourcesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DocumentLinkServiceClient.ListLinkedSourcesPagedResponse>
DocumentLinkServiceClient.ListLinkedSourcesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLink> context, com.google.api.core.ApiFuture<ListLinkedSourcesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListLinkedSourcesRequest,DocumentLinkServiceClient.ListLinkedSourcesPagedResponse>
DocumentLinkServiceClient. listLinkedSourcesPagedCallable()
Return all source document-links from the document.com.google.api.gax.rpc.PagedCallSettings.Builder<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLinkServiceClient.ListLinkedSourcesPagedResponse>
DocumentLinkServiceSettings.Builder. listLinkedSourcesSettings()
Returns the builder for the settings used for calls to listLinkedSources.com.google.api.gax.rpc.PagedCallSettings<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLinkServiceClient.ListLinkedSourcesPagedResponse>
DocumentLinkServiceSettings. listLinkedSourcesSettings()
Returns the object with the settings used for calls to listLinkedSources. -
Uses of DocumentLinkServiceClient.ListLinkedSourcesPagedResponse in com.google.cloud.contentwarehouse.v1.stub
-