Uses of Class
com.google.cloud.compute.v1.ServiceAttachmentsClient.AggregatedListPage
-
Packages that use ServiceAttachmentsClient.AggregatedListPage Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of ServiceAttachmentsClient.AggregatedListPage in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ServiceAttachmentsClient.AggregatedListPage Modifier and Type Method Description protected ServiceAttachmentsClient.AggregatedListPage
ServiceAttachmentsClient.AggregatedListPage. createPage(com.google.api.gax.rpc.PageContext<AggregatedListServiceAttachmentsRequest,ServiceAttachmentAggregatedList,Map.Entry<String,ServiceAttachmentsScopedList>> context, ServiceAttachmentAggregatedList response)
Methods in com.google.cloud.compute.v1 that return types with arguments of type ServiceAttachmentsClient.AggregatedListPage Modifier and Type Method Description com.google.api.core.ApiFuture<ServiceAttachmentsClient.AggregatedListPage>
ServiceAttachmentsClient.AggregatedListPage. createPageAsync(com.google.api.gax.rpc.PageContext<AggregatedListServiceAttachmentsRequest,ServiceAttachmentAggregatedList,Map.Entry<String,ServiceAttachmentsScopedList>> context, com.google.api.core.ApiFuture<ServiceAttachmentAggregatedList> futureResponse)
Method parameters in com.google.cloud.compute.v1 with type arguments of type ServiceAttachmentsClient.AggregatedListPage Modifier and Type Method Description protected ServiceAttachmentsClient.AggregatedListFixedSizeCollection
ServiceAttachmentsClient.AggregatedListFixedSizeCollection. createCollection(List<ServiceAttachmentsClient.AggregatedListPage> pages, int collectionSize)
-