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