Class MetadataServiceClient.ListExecutionsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListExecutionsRequest,ListExecutionsResponse,Execution,MetadataServiceClient.ListExecutionsPage>
com.google.cloud.aiplatform.v1beta1.MetadataServiceClient.ListExecutionsPage
- Enclosing class:
- MetadataServiceClient
public static class MetadataServiceClient.ListExecutionsPage
extends AbstractPage<ListExecutionsRequest,ListExecutionsResponse,Execution,MetadataServiceClient.ListExecutionsPage>
-
Method Summary
Modifier and TypeMethodDescriptionprotected MetadataServiceClient.ListExecutionsPagecreatePage(PageContext<ListExecutionsRequest, ListExecutionsResponse, Execution> context, ListExecutionsResponse response) createPageAsync(PageContext<ListExecutionsRequest, ListExecutionsResponse, Execution> context, ApiFuture<ListExecutionsResponse> 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 MetadataServiceClient.ListExecutionsPage createPage(PageContext<ListExecutionsRequest, ListExecutionsResponse, Execution> context, ListExecutionsResponse response) - Specified by:
createPagein classAbstractPage<ListExecutionsRequest,ListExecutionsResponse, Execution, MetadataServiceClient.ListExecutionsPage>
-
createPageAsync
public ApiFuture<MetadataServiceClient.ListExecutionsPage> createPageAsync(PageContext<ListExecutionsRequest, ListExecutionsResponse, Execution> context, ApiFuture<ListExecutionsResponse> futureResponse)
-