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