Class ServiceAttachmentsClient.ListPage (1.105.0)

public static class ServiceAttachmentsClient.ListPage extends AbstractPage<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment,ServiceAttachmentsClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > ServiceAttachmentsClient.ListPage

Methods

createPage(@Nullable PageContext<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment> context, @Nullable ServiceAttachmentList response)

protected ServiceAttachmentsClient.ListPage createPage(@Nullable PageContext<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment> context, @Nullable ServiceAttachmentList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.ServiceAttachmentList
Returns
Type Description
ServiceAttachmentsClient.ListPage
Overrides

createPageAsync(@Nullable PageContext<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment> context, ApiFuture<ServiceAttachmentList> futureResponse)

public ApiFuture<ServiceAttachmentsClient.ListPage> createPageAsync(@Nullable PageContext<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment> context, ApiFuture<ServiceAttachmentList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment>
futureResponse ApiFuture<ServiceAttachmentList>
Returns
Type Description
ApiFuture<ListPage>
Overrides