Package com.google.cloud.compute.v1
Class ServiceAttachmentsClient.ListPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment,ServiceAttachmentsClient.ListPage>
-
- com.google.cloud.compute.v1.ServiceAttachmentsClient.ListPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<ServiceAttachment>
,com.google.api.gax.paging.Page<ServiceAttachment>
- Enclosing class:
- ServiceAttachmentsClient
public static class ServiceAttachmentsClient.ListPage extends com.google.api.gax.paging.AbstractPage<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment,ServiceAttachmentsClient.ListPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ServiceAttachmentsClient.ListPage
createPage(com.google.api.gax.rpc.PageContext<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment> context, ServiceAttachmentList response)
com.google.api.core.ApiFuture<ServiceAttachmentsClient.ListPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment> context, com.google.api.core.ApiFuture<ServiceAttachmentList> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected ServiceAttachmentsClient.ListPage createPage(com.google.api.gax.rpc.PageContext<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment> context, ServiceAttachmentList response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment,ServiceAttachmentsClient.ListPage>
-
createPageAsync
public com.google.api.core.ApiFuture<ServiceAttachmentsClient.ListPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment> context, com.google.api.core.ApiFuture<ServiceAttachmentList> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment,ServiceAttachmentsClient.ListPage>
-
-