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