Class ArtifactRegistryClient.ListVersionsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListVersionsRequest,ListVersionsResponse,Version,ArtifactRegistryClient.ListVersionsPage>
-
- com.google.devtools.artifactregistry.v1beta2.ArtifactRegistryClient.ListVersionsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Version>,com.google.api.gax.paging.Page<Version>
- Enclosing class:
- ArtifactRegistryClient
public static class ArtifactRegistryClient.ListVersionsPage extends com.google.api.gax.paging.AbstractPage<ListVersionsRequest,ListVersionsResponse,Version,ArtifactRegistryClient.ListVersionsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ArtifactRegistryClient.ListVersionsPagecreatePage(com.google.api.gax.rpc.PageContext<ListVersionsRequest,ListVersionsResponse,Version> context, ListVersionsResponse response)com.google.api.core.ApiFuture<ArtifactRegistryClient.ListVersionsPage>createPageAsync(com.google.api.gax.rpc.PageContext<ListVersionsRequest,ListVersionsResponse,Version> context, com.google.api.core.ApiFuture<ListVersionsResponse> 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 ArtifactRegistryClient.ListVersionsPage createPage(com.google.api.gax.rpc.PageContext<ListVersionsRequest,ListVersionsResponse,Version> context, ListVersionsResponse response)
- Specified by:
createPagein classcom.google.api.gax.paging.AbstractPage<ListVersionsRequest,ListVersionsResponse,Version,ArtifactRegistryClient.ListVersionsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<ArtifactRegistryClient.ListVersionsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListVersionsRequest,ListVersionsResponse,Version> context, com.google.api.core.ApiFuture<ListVersionsResponse> futureResponse)
- Overrides:
createPageAsyncin classcom.google.api.gax.paging.AbstractPage<ListVersionsRequest,ListVersionsResponse,Version,ArtifactRegistryClient.ListVersionsPage>
-
-