Class NetworkAttachmentsClient.ListPage (1.105.0)

public static class NetworkAttachmentsClient.ListPage extends AbstractPage<ListNetworkAttachmentsRequest,NetworkAttachmentList,NetworkAttachment,NetworkAttachmentsClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > NetworkAttachmentsClient.ListPage

Methods

createPage(@Nullable PageContext<ListNetworkAttachmentsRequest,NetworkAttachmentList,NetworkAttachment> context, @Nullable NetworkAttachmentList response)

protected NetworkAttachmentsClient.ListPage createPage(@Nullable PageContext<ListNetworkAttachmentsRequest,NetworkAttachmentList,NetworkAttachment> context, @Nullable NetworkAttachmentList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNetworkAttachmentsRequest,NetworkAttachmentList,NetworkAttachment>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.NetworkAttachmentList
Returns
Type Description
NetworkAttachmentsClient.ListPage
Overrides

createPageAsync(@Nullable PageContext<ListNetworkAttachmentsRequest,NetworkAttachmentList,NetworkAttachment> context, ApiFuture<NetworkAttachmentList> futureResponse)

public ApiFuture<NetworkAttachmentsClient.ListPage> createPageAsync(@Nullable PageContext<ListNetworkAttachmentsRequest,NetworkAttachmentList,NetworkAttachment> context, ApiFuture<NetworkAttachmentList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNetworkAttachmentsRequest,NetworkAttachmentList,NetworkAttachment>
futureResponse ApiFuture<NetworkAttachmentList>
Returns
Type Description
ApiFuture<ListPage>
Overrides