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