Class EdgeNetworkClient.ListInterconnectAttachmentsPage (0.63.0)

public static class EdgeNetworkClient.ListInterconnectAttachmentsPage extends AbstractPage<ListInterconnectAttachmentsRequest,ListInterconnectAttachmentsResponse,InterconnectAttachment,EdgeNetworkClient.ListInterconnectAttachmentsPage>

Inheritance

java.lang.Object > AbstractPage > EdgeNetworkClient.ListInterconnectAttachmentsPage

Methods

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

protected EdgeNetworkClient.ListInterconnectAttachmentsPage createPage(@Nullable PageContext<ListInterconnectAttachmentsRequest,ListInterconnectAttachmentsResponse,InterconnectAttachment> context, @Nullable ListInterconnectAttachmentsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInterconnectAttachmentsRequest,ListInterconnectAttachmentsResponse,InterconnectAttachment>
response @org.jspecify.annotations.Nullable com.google.cloud.edgenetwork.v1.ListInterconnectAttachmentsResponse
Returns
Type Description
EdgeNetworkClient.ListInterconnectAttachmentsPage
Overrides

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

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