Class ArtifactRegistryClient.ListPackagesPage (1.94.0)

public static class ArtifactRegistryClient.ListPackagesPage extends AbstractPage<ListPackagesRequest,ListPackagesResponse,Package,ArtifactRegistryClient.ListPackagesPage>

Inheritance

java.lang.Object > AbstractPage > ArtifactRegistryClient.ListPackagesPage

Methods

createPage(@Nullable PageContext<ListPackagesRequest,ListPackagesResponse,Package> context, @Nullable ListPackagesResponse response)

protected ArtifactRegistryClient.ListPackagesPage createPage(@Nullable PageContext<ListPackagesRequest,ListPackagesResponse,Package> context, @Nullable ListPackagesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPackagesRequest,ListPackagesResponse,Package>
response @org.jspecify.annotations.Nullable com.google.devtools.artifactregistry.v1beta2.ListPackagesResponse
Returns
Type Description
ArtifactRegistryClient.ListPackagesPage
Overrides

createPageAsync(@Nullable PageContext<ListPackagesRequest,ListPackagesResponse,Package> context, ApiFuture<ListPackagesResponse> futureResponse)

public ApiFuture<ArtifactRegistryClient.ListPackagesPage> createPageAsync(@Nullable PageContext<ListPackagesRequest,ListPackagesResponse,Package> context, ApiFuture<ListPackagesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPackagesRequest,ListPackagesResponse,Package>
futureResponse ApiFuture<ListPackagesResponse>
Returns
Type Description
ApiFuture<ListPackagesPage>
Overrides