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