Class ArtifactRegistryClient.ListTagsPage (1.40.0)

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

Inheritance

java.lang.Object > AbstractPage > ArtifactRegistryClient.ListTagsPage

Methods

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

protected ArtifactRegistryClient.ListTagsPage createPage(PageContext<ListTagsRequest,ListTagsResponse,Tag> context, ListTagsResponse response)
Parameters
NameDescription
contextPageContext<ListTagsRequest,ListTagsResponse,Tag>
responseListTagsResponse
Returns
TypeDescription
ArtifactRegistryClient.ListTagsPage
Overrides

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

public ApiFuture<ArtifactRegistryClient.ListTagsPage> createPageAsync(PageContext<ListTagsRequest,ListTagsResponse,Tag> context, ApiFuture<ListTagsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListTagsRequest,ListTagsResponse,Tag>
futureResponseApiFuture<ListTagsResponse>
Returns
TypeDescription
ApiFuture<ListTagsPage>
Overrides