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