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