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