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