Class InterconnectAttachmentGroupsClient.ListPage (1.105.0)

public static class InterconnectAttachmentGroupsClient.ListPage extends AbstractPage<ListInterconnectAttachmentGroupsRequest,InterconnectAttachmentGroupsListResponse,InterconnectAttachmentGroup,InterconnectAttachmentGroupsClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > InterconnectAttachmentGroupsClient.ListPage

Methods

createPage(@Nullable PageContext<ListInterconnectAttachmentGroupsRequest,InterconnectAttachmentGroupsListResponse,InterconnectAttachmentGroup> context, @Nullable InterconnectAttachmentGroupsListResponse response)

protected InterconnectAttachmentGroupsClient.ListPage createPage(@Nullable PageContext<ListInterconnectAttachmentGroupsRequest,InterconnectAttachmentGroupsListResponse,InterconnectAttachmentGroup> context, @Nullable InterconnectAttachmentGroupsListResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInterconnectAttachmentGroupsRequest,InterconnectAttachmentGroupsListResponse,InterconnectAttachmentGroup>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.InterconnectAttachmentGroupsListResponse
Returns
Type Description
InterconnectAttachmentGroupsClient.ListPage
Overrides

createPageAsync(@Nullable PageContext<ListInterconnectAttachmentGroupsRequest,InterconnectAttachmentGroupsListResponse,InterconnectAttachmentGroup> context, ApiFuture<InterconnectAttachmentGroupsListResponse> futureResponse)

public ApiFuture<InterconnectAttachmentGroupsClient.ListPage> createPageAsync(@Nullable PageContext<ListInterconnectAttachmentGroupsRequest,InterconnectAttachmentGroupsListResponse,InterconnectAttachmentGroup> context, ApiFuture<InterconnectAttachmentGroupsListResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInterconnectAttachmentGroupsRequest,InterconnectAttachmentGroupsListResponse,InterconnectAttachmentGroup>
futureResponse ApiFuture<InterconnectAttachmentGroupsListResponse>
Returns
Type Description
ApiFuture<ListPage>
Overrides