Class ArtifactRegistryClient.ListDockerImagesPage (1.94.0)

public static class ArtifactRegistryClient.ListDockerImagesPage extends AbstractPage<ListDockerImagesRequest,ListDockerImagesResponse,DockerImage,ArtifactRegistryClient.ListDockerImagesPage>

Inheritance

java.lang.Object > AbstractPage > ArtifactRegistryClient.ListDockerImagesPage

Methods

createPage(@Nullable PageContext<ListDockerImagesRequest,ListDockerImagesResponse,DockerImage> context, @Nullable ListDockerImagesResponse response)

protected ArtifactRegistryClient.ListDockerImagesPage createPage(@Nullable PageContext<ListDockerImagesRequest,ListDockerImagesResponse,DockerImage> context, @Nullable ListDockerImagesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDockerImagesRequest,ListDockerImagesResponse,DockerImage>
response @org.jspecify.annotations.Nullable com.google.devtools.artifactregistry.v1.ListDockerImagesResponse
Returns
Type Description
ArtifactRegistryClient.ListDockerImagesPage
Overrides

createPageAsync(@Nullable PageContext<ListDockerImagesRequest,ListDockerImagesResponse,DockerImage> context, ApiFuture<ListDockerImagesResponse> futureResponse)

public ApiFuture<ArtifactRegistryClient.ListDockerImagesPage> createPageAsync(@Nullable PageContext<ListDockerImagesRequest,ListDockerImagesResponse,DockerImage> context, ApiFuture<ListDockerImagesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDockerImagesRequest,ListDockerImagesResponse,DockerImage>
futureResponse ApiFuture<ListDockerImagesResponse>
Returns
Type Description
ApiFuture<ListDockerImagesPage>
Overrides