Class NetworkAttachmentsClient.AggregatedListPage (1.105.0)

public static class NetworkAttachmentsClient.AggregatedListPage extends AbstractPage<AggregatedListNetworkAttachmentsRequest,NetworkAttachmentAggregatedList,Map.Entry<String,NetworkAttachmentsScopedList>,NetworkAttachmentsClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > NetworkAttachmentsClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListNetworkAttachmentsRequest,NetworkAttachmentAggregatedList,Map.Entry<String,NetworkAttachmentsScopedList>> context, @Nullable NetworkAttachmentAggregatedList response)

protected NetworkAttachmentsClient.AggregatedListPage createPage(@Nullable PageContext<AggregatedListNetworkAttachmentsRequest,NetworkAttachmentAggregatedList,Map.Entry<String,NetworkAttachmentsScopedList>> context, @Nullable NetworkAttachmentAggregatedList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<AggregatedListNetworkAttachmentsRequest,NetworkAttachmentAggregatedList,java.util.Map.Entry<String,NetworkAttachmentsScopedList>>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.NetworkAttachmentAggregatedList
Returns
Type Description
NetworkAttachmentsClient.AggregatedListPage
Overrides

createPageAsync(@Nullable PageContext<AggregatedListNetworkAttachmentsRequest,NetworkAttachmentAggregatedList,Map.Entry<String,NetworkAttachmentsScopedList>> context, ApiFuture<NetworkAttachmentAggregatedList> futureResponse)

public ApiFuture<NetworkAttachmentsClient.AggregatedListPage> createPageAsync(@Nullable PageContext<AggregatedListNetworkAttachmentsRequest,NetworkAttachmentAggregatedList,Map.Entry<String,NetworkAttachmentsScopedList>> context, ApiFuture<NetworkAttachmentAggregatedList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<AggregatedListNetworkAttachmentsRequest,NetworkAttachmentAggregatedList,java.util.Map.Entry<String,NetworkAttachmentsScopedList>>
futureResponse ApiFuture<NetworkAttachmentAggregatedList>
Returns
Type Description
ApiFuture<AggregatedListPage>
Overrides