Class RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsPage (0.11.0)

public static class RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsPage extends AbstractPage<ListRuntimeProjectAttachmentsRequest,ListRuntimeProjectAttachmentsResponse,RuntimeProjectAttachment,RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsPage>

Inheritance

java.lang.Object > AbstractPage > RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsPage

Methods

createPage(PageContext<ListRuntimeProjectAttachmentsRequest,ListRuntimeProjectAttachmentsResponse,RuntimeProjectAttachment> context, ListRuntimeProjectAttachmentsResponse response)

protected RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsPage createPage(PageContext<ListRuntimeProjectAttachmentsRequest,ListRuntimeProjectAttachmentsResponse,RuntimeProjectAttachment> context, ListRuntimeProjectAttachmentsResponse response)
Overrides

createPageAsync(PageContext<ListRuntimeProjectAttachmentsRequest,ListRuntimeProjectAttachmentsResponse,RuntimeProjectAttachment> context, ApiFuture<ListRuntimeProjectAttachmentsResponse> futureResponse)

public ApiFuture<RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsPage> createPageAsync(PageContext<ListRuntimeProjectAttachmentsRequest,ListRuntimeProjectAttachmentsResponse,RuntimeProjectAttachment> context, ApiFuture<ListRuntimeProjectAttachmentsResponse> futureResponse)
Returns
Type Description
ApiFuture<ListRuntimeProjectAttachmentsPage>
Overrides