Uses of Class
com.google.devtools.artifactregistry.v1.ArtifactRegistryClient.ListNpmPackagesPage
-
Packages that use ArtifactRegistryClient.ListNpmPackagesPage Package Description com.google.devtools.artifactregistry.v1 A client to Artifact Registry API -
-
Uses of ArtifactRegistryClient.ListNpmPackagesPage in com.google.devtools.artifactregistry.v1
Methods in com.google.devtools.artifactregistry.v1 that return ArtifactRegistryClient.ListNpmPackagesPage Modifier and Type Method Description protected ArtifactRegistryClient.ListNpmPackagesPage
ArtifactRegistryClient.ListNpmPackagesPage. createPage(com.google.api.gax.rpc.PageContext<ListNpmPackagesRequest,ListNpmPackagesResponse,NpmPackage> context, ListNpmPackagesResponse response)
Methods in com.google.devtools.artifactregistry.v1 that return types with arguments of type ArtifactRegistryClient.ListNpmPackagesPage Modifier and Type Method Description com.google.api.core.ApiFuture<ArtifactRegistryClient.ListNpmPackagesPage>
ArtifactRegistryClient.ListNpmPackagesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListNpmPackagesRequest,ListNpmPackagesResponse,NpmPackage> context, com.google.api.core.ApiFuture<ListNpmPackagesResponse> futureResponse)
Method parameters in com.google.devtools.artifactregistry.v1 with type arguments of type ArtifactRegistryClient.ListNpmPackagesPage Modifier and Type Method Description protected ArtifactRegistryClient.ListNpmPackagesFixedSizeCollection
ArtifactRegistryClient.ListNpmPackagesFixedSizeCollection. createCollection(List<ArtifactRegistryClient.ListNpmPackagesPage> pages, int collectionSize)
-