Class RegionBackendServicesClient.ListUsablePage (1.105.0)

public static class RegionBackendServicesClient.ListUsablePage extends AbstractPage<ListUsableRegionBackendServicesRequest,BackendServiceListUsable,BackendService,RegionBackendServicesClient.ListUsablePage>

Inheritance

java.lang.Object > AbstractPage > RegionBackendServicesClient.ListUsablePage

Methods

createPage(@Nullable PageContext<ListUsableRegionBackendServicesRequest,BackendServiceListUsable,BackendService> context, @Nullable BackendServiceListUsable response)

protected RegionBackendServicesClient.ListUsablePage createPage(@Nullable PageContext<ListUsableRegionBackendServicesRequest,BackendServiceListUsable,BackendService> context, @Nullable BackendServiceListUsable response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListUsableRegionBackendServicesRequest,BackendServiceListUsable,BackendService>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.BackendServiceListUsable
Returns
Type Description
RegionBackendServicesClient.ListUsablePage
Overrides

createPageAsync(@Nullable PageContext<ListUsableRegionBackendServicesRequest,BackendServiceListUsable,BackendService> context, ApiFuture<BackendServiceListUsable> futureResponse)

public ApiFuture<RegionBackendServicesClient.ListUsablePage> createPageAsync(@Nullable PageContext<ListUsableRegionBackendServicesRequest,BackendServiceListUsable,BackendService> context, ApiFuture<BackendServiceListUsable> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListUsableRegionBackendServicesRequest,BackendServiceListUsable,BackendService>
futureResponse ApiFuture<BackendServiceListUsable>
Returns
Type Description
ApiFuture<ListUsablePage>
Overrides