Class CloudLocationFinderClient.SearchCloudLocationsPage (0.1.0)

public static class CloudLocationFinderClient.SearchCloudLocationsPage extends AbstractPage<SearchCloudLocationsRequest,SearchCloudLocationsResponse,CloudLocation,CloudLocationFinderClient.SearchCloudLocationsPage>

Inheritance

java.lang.Object > AbstractPage > CloudLocationFinderClient.SearchCloudLocationsPage

Methods

createPage(PageContext<SearchCloudLocationsRequest,SearchCloudLocationsResponse,CloudLocation> context, SearchCloudLocationsResponse response)

protected CloudLocationFinderClient.SearchCloudLocationsPage createPage(PageContext<SearchCloudLocationsRequest,SearchCloudLocationsResponse,CloudLocation> context, SearchCloudLocationsResponse response)
Parameters
Name Description
context PageContext<SearchCloudLocationsRequest,SearchCloudLocationsResponse,CloudLocation>
response SearchCloudLocationsResponse
Returns
Type Description
CloudLocationFinderClient.SearchCloudLocationsPage
Overrides

createPageAsync(PageContext<SearchCloudLocationsRequest,SearchCloudLocationsResponse,CloudLocation> context, ApiFuture<SearchCloudLocationsResponse> futureResponse)

public ApiFuture<CloudLocationFinderClient.SearchCloudLocationsPage> createPageAsync(PageContext<SearchCloudLocationsRequest,SearchCloudLocationsResponse,CloudLocation> context, ApiFuture<SearchCloudLocationsResponse> futureResponse)
Parameters
Name Description
context PageContext<SearchCloudLocationsRequest,SearchCloudLocationsResponse,CloudLocation>
futureResponse ApiFuture<SearchCloudLocationsResponse>
Returns
Type Description
ApiFuture<SearchCloudLocationsPage>
Overrides