Package com.google.cloud.aiplatform.v1
Class MetadataServiceClient.ListArtifactsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListArtifactsRequest,ListArtifactsResponse,Artifact,MetadataServiceClient.ListArtifactsPage>
com.google.cloud.aiplatform.v1.MetadataServiceClient.ListArtifactsPage
- Enclosing class:
- MetadataServiceClient
public static class MetadataServiceClient.ListArtifactsPage
extends AbstractPage<ListArtifactsRequest,ListArtifactsResponse,Artifact,MetadataServiceClient.ListArtifactsPage>
-
Method Summary
Modifier and TypeMethodDescriptionprotected MetadataServiceClient.ListArtifactsPagecreatePage(PageContext<ListArtifactsRequest, ListArtifactsResponse, Artifact> context, ListArtifactsResponse response) createPageAsync(PageContext<ListArtifactsRequest, ListArtifactsResponse, Artifact> context, ApiFuture<ListArtifactsResponse> 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.ListArtifactsPage createPage(PageContext<ListArtifactsRequest, ListArtifactsResponse, Artifact> context, ListArtifactsResponse response) - Specified by:
createPagein classAbstractPage<ListArtifactsRequest,ListArtifactsResponse, Artifact, MetadataServiceClient.ListArtifactsPage>
-
createPageAsync
public ApiFuture<MetadataServiceClient.ListArtifactsPage> createPageAsync(PageContext<ListArtifactsRequest, ListArtifactsResponse, Artifact> context, ApiFuture<ListArtifactsResponse> futureResponse)
-