Classe PredictionServiceClient.ListLocationsPage (1.3.0)

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

Ereditarietà

java.lang.Object > AbstractPage > PredictionServiceClient.ListLocationsPage

Metodi

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

protected PredictionServiceClient.ListLocationsPage createPage(PageContext<ListLocationsRequest,ListLocationsResponse,Location> context, ListLocationsResponse response)
Parametri
Nome Description
context PageContext<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,com.google.cloud.location.Location>
response com.google.cloud.location.ListLocationsResponse
Restituisce
Tipo Description
PredictionServiceClient.ListLocationsPage
Sostituzioni

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

public ApiFuture<PredictionServiceClient.ListLocationsPage> createPageAsync(PageContext<ListLocationsRequest,ListLocationsResponse,Location> context, ApiFuture<ListLocationsResponse> futureResponse)
Parametri
Nome Description
context PageContext<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,com.google.cloud.location.Location>
futureResponse ApiFuture<com.google.cloud.location.ListLocationsResponse>
Restituisce
Tipo Description
ApiFuture<ListLocationsPage>
Sostituzioni