Class CloudLocationFinderClient.ListCloudLocationsPage (0.20.0)

public static class CloudLocationFinderClient.ListCloudLocationsPage extends AbstractPage<ListCloudLocationsRequest,ListCloudLocationsResponse,CloudLocation,CloudLocationFinderClient.ListCloudLocationsPage>

Inheritance

java.lang.Object > AbstractPage > CloudLocationFinderClient.ListCloudLocationsPage

Methods

createPage(@Nullable PageContext<ListCloudLocationsRequest,ListCloudLocationsResponse,CloudLocation> context, @Nullable ListCloudLocationsResponse response)

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

createPageAsync(@Nullable PageContext<ListCloudLocationsRequest,ListCloudLocationsResponse,CloudLocation> context, ApiFuture<ListCloudLocationsResponse> futureResponse)

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