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