Uses of Class
com.google.cloud.dataplex.v1.ContentServiceClient.ListContentPage
-
Packages that use ContentServiceClient.ListContentPage Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of ContentServiceClient.ListContentPage in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return ContentServiceClient.ListContentPage Modifier and Type Method Description protected ContentServiceClient.ListContentPage
ContentServiceClient.ListContentPage. createPage(com.google.api.gax.rpc.PageContext<ListContentRequest,ListContentResponse,Content> context, ListContentResponse response)
Methods in com.google.cloud.dataplex.v1 that return types with arguments of type ContentServiceClient.ListContentPage Modifier and Type Method Description com.google.api.core.ApiFuture<ContentServiceClient.ListContentPage>
ContentServiceClient.ListContentPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListContentRequest,ListContentResponse,Content> context, com.google.api.core.ApiFuture<ListContentResponse> futureResponse)
Method parameters in com.google.cloud.dataplex.v1 with type arguments of type ContentServiceClient.ListContentPage Modifier and Type Method Description protected ContentServiceClient.ListContentFixedSizeCollection
ContentServiceClient.ListContentFixedSizeCollection. createCollection(List<ContentServiceClient.ListContentPage> pages, int collectionSize)
-