Class DocumentsClient.ListLocationsPage (4.43.0)

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

Inheritance

java.lang.Object > AbstractPage > DocumentsClient.ListLocationsPage

Methods

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

protected DocumentsClient.ListLocationsPage createPage(PageContext<ListLocationsRequest,ListLocationsResponse,Location> context, ListLocationsResponse response)
Parameters
NameDescription
contextPageContext<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,com.google.cloud.location.Location>
responsecom.google.cloud.location.ListLocationsResponse
Returns
TypeDescription
DocumentsClient.ListLocationsPage
Overrides

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

public ApiFuture<DocumentsClient.ListLocationsPage> createPageAsync(PageContext<ListLocationsRequest,ListLocationsResponse,Location> context, ApiFuture<ListLocationsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,com.google.cloud.location.Location>
futureResponseApiFuture<com.google.cloud.location.ListLocationsResponse>
Returns
TypeDescription
ApiFuture<ListLocationsPage>
Overrides