Package com.google.cloud.aiplatform.v1
Class ScheduleServiceClient.ListLocationsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListLocationsRequest,ListLocationsResponse,Location,ScheduleServiceClient.ListLocationsPage>
com.google.cloud.aiplatform.v1.ScheduleServiceClient.ListLocationsPage
- Enclosing class:
- ScheduleServiceClient
public static class ScheduleServiceClient.ListLocationsPage
extends AbstractPage<ListLocationsRequest,ListLocationsResponse,Location,ScheduleServiceClient.ListLocationsPage>
-
Method Summary
Modifier and TypeMethodDescriptionprotected ScheduleServiceClient.ListLocationsPagecreatePage(PageContext<ListLocationsRequest, ListLocationsResponse, Location> context, ListLocationsResponse response) createPageAsync(PageContext<ListLocationsRequest, ListLocationsResponse, Location> context, ApiFuture<ListLocationsResponse> futureResponse) Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.paging.Page
streamAll, streamValues
-
Method Details
-
createPage
protected ScheduleServiceClient.ListLocationsPage createPage(PageContext<ListLocationsRequest, ListLocationsResponse, Location> context, ListLocationsResponse response) - Specified by:
createPagein classAbstractPage<ListLocationsRequest,ListLocationsResponse, Location, ScheduleServiceClient.ListLocationsPage>
-
createPageAsync
public ApiFuture<ScheduleServiceClient.ListLocationsPage> createPageAsync(PageContext<ListLocationsRequest, ListLocationsResponse, Location> context, ApiFuture<ListLocationsResponse> futureResponse)
-