Class CaseAttachmentServiceClient.ListAttachmentsPage (0.79.0)

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

Inheritance

java.lang.Object > AbstractPage > CaseAttachmentServiceClient.ListAttachmentsPage

Methods

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

protected CaseAttachmentServiceClient.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.cloud.support.v2.ListAttachmentsResponse
Returns
Type Description
CaseAttachmentServiceClient.ListAttachmentsPage
Overrides

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

public ApiFuture<CaseAttachmentServiceClient.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