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