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