Class BackendServicesClient.ListUsablePage (1.105.0)

public static class BackendServicesClient.ListUsablePage extends AbstractPage<ListUsableBackendServicesRequest,BackendServiceListUsable,BackendService,BackendServicesClient.ListUsablePage>

Inheritance

java.lang.Object > AbstractPage > BackendServicesClient.ListUsablePage

Methods

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

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

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

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