Class CloudLocationFinderClient.SearchCloudLocationsPage (0.20.0)

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

Inheritance

java.lang.Object > AbstractPage > CloudLocationFinderClient.SearchCloudLocationsPage

Methods

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

protected CloudLocationFinderClient.SearchCloudLocationsPage createPage(@Nullable PageContext<SearchCloudLocationsRequest,SearchCloudLocationsResponse,CloudLocation> context, @Nullable SearchCloudLocationsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<SearchCloudLocationsRequest,SearchCloudLocationsResponse,CloudLocation>
response @org.jspecify.annotations.Nullable com.google.cloud.locationfinder.v1.SearchCloudLocationsResponse
Returns
Type Description
CloudLocationFinderClient.SearchCloudLocationsPage
Overrides

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

public ApiFuture<CloudLocationFinderClient.SearchCloudLocationsPage> createPageAsync(@Nullable PageContext<SearchCloudLocationsRequest,SearchCloudLocationsResponse,CloudLocation> context, ApiFuture<SearchCloudLocationsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<SearchCloudLocationsRequest,SearchCloudLocationsResponse,CloudLocation>
futureResponse ApiFuture<SearchCloudLocationsResponse>
Returns
Type Description
ApiFuture<SearchCloudLocationsPage>
Overrides