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