Class SslCertificatesClient.AggregatedListPage (1.105.0)

public static class SslCertificatesClient.AggregatedListPage extends AbstractPage<AggregatedListSslCertificatesRequest,SslCertificateAggregatedList,Map.Entry<String,SslCertificatesScopedList>,SslCertificatesClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > SslCertificatesClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListSslCertificatesRequest,SslCertificateAggregatedList,Map.Entry<String,SslCertificatesScopedList>> context, @Nullable SslCertificateAggregatedList response)

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

createPageAsync(@Nullable PageContext<AggregatedListSslCertificatesRequest,SslCertificateAggregatedList,Map.Entry<String,SslCertificatesScopedList>> context, ApiFuture<SslCertificateAggregatedList> futureResponse)

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