Uses of Class
com.google.cloud.contentwarehouse.v1.DocumentLinkServiceClient.ListLinkedSourcesPage
-
Packages that use DocumentLinkServiceClient.ListLinkedSourcesPage Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of DocumentLinkServiceClient.ListLinkedSourcesPage in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return DocumentLinkServiceClient.ListLinkedSourcesPage Modifier and Type Method Description protected DocumentLinkServiceClient.ListLinkedSourcesPage
DocumentLinkServiceClient.ListLinkedSourcesPage. createPage(com.google.api.gax.rpc.PageContext<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLink> context, ListLinkedSourcesResponse response)
Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type DocumentLinkServiceClient.ListLinkedSourcesPage Modifier and Type Method Description com.google.api.core.ApiFuture<DocumentLinkServiceClient.ListLinkedSourcesPage>
DocumentLinkServiceClient.ListLinkedSourcesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLink> context, com.google.api.core.ApiFuture<ListLinkedSourcesResponse> futureResponse)
Method parameters in com.google.cloud.contentwarehouse.v1 with type arguments of type DocumentLinkServiceClient.ListLinkedSourcesPage Modifier and Type Method Description protected DocumentLinkServiceClient.ListLinkedSourcesFixedSizeCollection
DocumentLinkServiceClient.ListLinkedSourcesFixedSizeCollection. createCollection(List<DocumentLinkServiceClient.ListLinkedSourcesPage> pages, int collectionSize)
-