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