Class DocumentProcessorServiceClient.ListLocationsPage (2.99.0)

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

Inheritance

java.lang.Object > AbstractPage > DocumentProcessorServiceClient.ListLocationsPage

Methods

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

protected DocumentProcessorServiceClient.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,com.google.cloud.location.Location>
response @org.jspecify.annotations.Nullable com.google.cloud.location.ListLocationsResponse
Returns
Type Description
DocumentProcessorServiceClient.ListLocationsPage
Overrides

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

public ApiFuture<DocumentProcessorServiceClient.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,com.google.cloud.location.Location>
futureResponse ApiFuture<com.google.cloud.location.ListLocationsResponse>
Returns
Type Description
ApiFuture<ListLocationsPage>
Overrides