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