Class ArtifactRegistryClient.ListTagsPage (1.94.0)

public static class ArtifactRegistryClient.ListTagsPage extends AbstractPage<ListTagsRequest,ListTagsResponse,Tag,ArtifactRegistryClient.ListTagsPage>

Inheritance

java.lang.Object > AbstractPage > ArtifactRegistryClient.ListTagsPage

Methods

createPage(@Nullable PageContext<ListTagsRequest,ListTagsResponse,Tag> context, @Nullable ListTagsResponse response)

protected ArtifactRegistryClient.ListTagsPage createPage(@Nullable PageContext<ListTagsRequest,ListTagsResponse,Tag> context, @Nullable ListTagsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTagsRequest,ListTagsResponse,Tag>
response @org.jspecify.annotations.Nullable com.google.devtools.artifactregistry.v1.ListTagsResponse
Returns
Type Description
ArtifactRegistryClient.ListTagsPage
Overrides

createPageAsync(@Nullable PageContext<ListTagsRequest,ListTagsResponse,Tag> context, ApiFuture<ListTagsResponse> futureResponse)

public ApiFuture<ArtifactRegistryClient.ListTagsPage> createPageAsync(@Nullable PageContext<ListTagsRequest,ListTagsResponse,Tag> context, ApiFuture<ListTagsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTagsRequest,ListTagsResponse,Tag>
futureResponse ApiFuture<ListTagsResponse>
Returns
Type Description
ApiFuture<ListTagsPage>
Overrides