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