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