Uses of Class
com.google.cloud.documentai.v1beta2.DocumentUnderstandingServiceClient.ListLocationsPage
-
Packages that use DocumentUnderstandingServiceClient.ListLocationsPage Package Description com.google.cloud.documentai.v1beta2 A client to Cloud Document AI API -
-
Uses of DocumentUnderstandingServiceClient.ListLocationsPage in com.google.cloud.documentai.v1beta2
Methods in com.google.cloud.documentai.v1beta2 that return DocumentUnderstandingServiceClient.ListLocationsPage Modifier and Type Method Description protected DocumentUnderstandingServiceClient.ListLocationsPage
DocumentUnderstandingServiceClient.ListLocationsPage. createPage(com.google.api.gax.rpc.PageContext<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,com.google.cloud.location.Location> context, com.google.cloud.location.ListLocationsResponse response)
Methods in com.google.cloud.documentai.v1beta2 that return types with arguments of type DocumentUnderstandingServiceClient.ListLocationsPage Modifier and Type Method Description com.google.api.core.ApiFuture<DocumentUnderstandingServiceClient.ListLocationsPage>
DocumentUnderstandingServiceClient.ListLocationsPage. createPageAsync(com.google.api.gax.rpc.PageContext<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,com.google.cloud.location.Location> context, com.google.api.core.ApiFuture<com.google.cloud.location.ListLocationsResponse> futureResponse)
Method parameters in com.google.cloud.documentai.v1beta2 with type arguments of type DocumentUnderstandingServiceClient.ListLocationsPage Modifier and Type Method Description protected DocumentUnderstandingServiceClient.ListLocationsFixedSizeCollection
DocumentUnderstandingServiceClient.ListLocationsFixedSizeCollection. createCollection(List<DocumentUnderstandingServiceClient.ListLocationsPage> pages, int collectionSize)
-