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