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