Class ServiceAttachmentsClient.AggregatedListPage (1.105.0)

public static class ServiceAttachmentsClient.AggregatedListPage extends AbstractPage<AggregatedListServiceAttachmentsRequest,ServiceAttachmentAggregatedList,Map.Entry<String,ServiceAttachmentsScopedList>,ServiceAttachmentsClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > ServiceAttachmentsClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListServiceAttachmentsRequest,ServiceAttachmentAggregatedList,Map.Entry<String,ServiceAttachmentsScopedList>> context, @Nullable ServiceAttachmentAggregatedList response)

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

createPageAsync(@Nullable PageContext<AggregatedListServiceAttachmentsRequest,ServiceAttachmentAggregatedList,Map.Entry<String,ServiceAttachmentsScopedList>> context, ApiFuture<ServiceAttachmentAggregatedList> futureResponse)

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