Class FunctionServiceClient.ListLocationsPage (2.97.0)

public static class FunctionServiceClient.ListLocationsPage extends AbstractPage<ListLocationsRequest,ListLocationsResponse,Location,FunctionServiceClient.ListLocationsPage>

Inheritance

java.lang.Object > AbstractPage > FunctionServiceClient.ListLocationsPage

Methods

createPage(@Nullable PageContext<ListLocationsRequest,ListLocationsResponse,Location> context, @Nullable ListLocationsResponse response)

protected FunctionServiceClient.ListLocationsPage createPage(@Nullable PageContext<ListLocationsRequest,ListLocationsResponse,Location> context, @Nullable ListLocationsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,Location>
response @org.jspecify.annotations.Nullable com.google.cloud.location.ListLocationsResponse
Returns
Type Description
FunctionServiceClient.ListLocationsPage
Overrides

createPageAsync(@Nullable PageContext<ListLocationsRequest,ListLocationsResponse,Location> context, ApiFuture<ListLocationsResponse> futureResponse)

public ApiFuture<FunctionServiceClient.ListLocationsPage> createPageAsync(@Nullable PageContext<ListLocationsRequest,ListLocationsResponse,Location> context, ApiFuture<ListLocationsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,Location>
futureResponse ApiFuture<com.google.cloud.location.ListLocationsResponse>
Returns
Type Description
ApiFuture<ListLocationsPage>
Overrides