Class MetadataServiceClient.ListContextsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListContextsRequest,ListContextsResponse,Context,MetadataServiceClient.ListContextsPage>
-
- com.google.cloud.aiplatform.v1beta1.MetadataServiceClient.ListContextsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Context>
,com.google.api.gax.paging.Page<Context>
- Enclosing class:
- MetadataServiceClient
public static class MetadataServiceClient.ListContextsPage extends com.google.api.gax.paging.AbstractPage<ListContextsRequest,ListContextsResponse,Context,MetadataServiceClient.ListContextsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MetadataServiceClient.ListContextsPage
createPage(com.google.api.gax.rpc.PageContext<ListContextsRequest,ListContextsResponse,Context> context, ListContextsResponse response)
com.google.api.core.ApiFuture<MetadataServiceClient.ListContextsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListContextsRequest,ListContextsResponse,Context> context, com.google.api.core.ApiFuture<ListContextsResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected MetadataServiceClient.ListContextsPage createPage(com.google.api.gax.rpc.PageContext<ListContextsRequest,ListContextsResponse,Context> context, ListContextsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListContextsRequest,ListContextsResponse,Context,MetadataServiceClient.ListContextsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<MetadataServiceClient.ListContextsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListContextsRequest,ListContextsResponse,Context> context, com.google.api.core.ApiFuture<ListContextsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListContextsRequest,ListContextsResponse,Context,MetadataServiceClient.ListContextsPage>
-
-