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