Class InterconnectAttachmentsClient.ListPage (1.105.0)

public static class InterconnectAttachmentsClient.ListPage extends AbstractPage<ListInterconnectAttachmentsRequest,InterconnectAttachmentList,InterconnectAttachment,InterconnectAttachmentsClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > InterconnectAttachmentsClient.ListPage

Methods

createPage(@Nullable PageContext<ListInterconnectAttachmentsRequest,InterconnectAttachmentList,InterconnectAttachment> context, @Nullable InterconnectAttachmentList response)

protected InterconnectAttachmentsClient.ListPage createPage(@Nullable PageContext<ListInterconnectAttachmentsRequest,InterconnectAttachmentList,InterconnectAttachment> context, @Nullable InterconnectAttachmentList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInterconnectAttachmentsRequest,InterconnectAttachmentList,InterconnectAttachment>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.InterconnectAttachmentList
Returns
Type Description
InterconnectAttachmentsClient.ListPage
Overrides

createPageAsync(@Nullable PageContext<ListInterconnectAttachmentsRequest,InterconnectAttachmentList,InterconnectAttachment> context, ApiFuture<InterconnectAttachmentList> futureResponse)

public ApiFuture<InterconnectAttachmentsClient.ListPage> createPageAsync(@Nullable PageContext<ListInterconnectAttachmentsRequest,InterconnectAttachmentList,InterconnectAttachment> context, ApiFuture<InterconnectAttachmentList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInterconnectAttachmentsRequest,InterconnectAttachmentList,InterconnectAttachment>
futureResponse ApiFuture<InterconnectAttachmentList>
Returns
Type Description
ApiFuture<ListPage>
Overrides