Class ArtifactRegistryClient.ListAttachmentsPage (1.94.0)

public static class ArtifactRegistryClient.ListAttachmentsPage extends AbstractPage<ListAttachmentsRequest,ListAttachmentsResponse,Attachment,ArtifactRegistryClient.ListAttachmentsPage>

Inheritance

java.lang.Object > AbstractPage > ArtifactRegistryClient.ListAttachmentsPage

Methods

createPage(@Nullable PageContext<ListAttachmentsRequest,ListAttachmentsResponse,Attachment> context, @Nullable ListAttachmentsResponse response)

protected ArtifactRegistryClient.ListAttachmentsPage createPage(@Nullable PageContext<ListAttachmentsRequest,ListAttachmentsResponse,Attachment> context, @Nullable ListAttachmentsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAttachmentsRequest,ListAttachmentsResponse,Attachment>
response @org.jspecify.annotations.Nullable com.google.devtools.artifactregistry.v1.ListAttachmentsResponse
Returns
Type Description
ArtifactRegistryClient.ListAttachmentsPage
Overrides

createPageAsync(@Nullable PageContext<ListAttachmentsRequest,ListAttachmentsResponse,Attachment> context, ApiFuture<ListAttachmentsResponse> futureResponse)

public ApiFuture<ArtifactRegistryClient.ListAttachmentsPage> createPageAsync(@Nullable PageContext<ListAttachmentsRequest,ListAttachmentsResponse,Attachment> context, ApiFuture<ListAttachmentsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAttachmentsRequest,ListAttachmentsResponse,Attachment>
futureResponse ApiFuture<ListAttachmentsResponse>
Returns
Type Description
ApiFuture<ListAttachmentsPage>
Overrides