public static class RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsPage extends AbstractPage<ListRuntimeProjectAttachmentsRequest,ListRuntimeProjectAttachmentsResponse,RuntimeProjectAttachment,RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsPage>
Inheritance
java.lang.Object > AbstractPage > RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsPageMethods
createPage(PageContext<ListRuntimeProjectAttachmentsRequest,ListRuntimeProjectAttachmentsResponse,RuntimeProjectAttachment> context, ListRuntimeProjectAttachmentsResponse response)
protected RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsPage createPage(PageContext<ListRuntimeProjectAttachmentsRequest,ListRuntimeProjectAttachmentsResponse,RuntimeProjectAttachment> context, ListRuntimeProjectAttachmentsResponse response)
Parameters | |
---|---|
Name | Description |
context |
PageContext<ListRuntimeProjectAttachmentsRequest,ListRuntimeProjectAttachmentsResponse,RuntimeProjectAttachment> |
response |
ListRuntimeProjectAttachmentsResponse |
Returns | |
---|---|
Type | Description |
RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsPage |
createPageAsync(PageContext<ListRuntimeProjectAttachmentsRequest,ListRuntimeProjectAttachmentsResponse,RuntimeProjectAttachment> context, ApiFuture<ListRuntimeProjectAttachmentsResponse> futureResponse)
public ApiFuture<RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsPage> createPageAsync(PageContext<ListRuntimeProjectAttachmentsRequest,ListRuntimeProjectAttachmentsResponse,RuntimeProjectAttachment> context, ApiFuture<ListRuntimeProjectAttachmentsResponse> futureResponse)
Parameters | |
---|---|
Name | Description |
context |
PageContext<ListRuntimeProjectAttachmentsRequest,ListRuntimeProjectAttachmentsResponse,RuntimeProjectAttachment> |
futureResponse |
ApiFuture<ListRuntimeProjectAttachmentsResponse> |
Returns | |
---|---|
Type | Description |
ApiFuture<ListRuntimeProjectAttachmentsPage> |