Class CdnConfigServiceClient.ListCdnConfigsPage (0.54.0)

public static class CdnConfigServiceClient.ListCdnConfigsPage extends AbstractPage<ListCdnConfigsRequest,ListCdnConfigsResponse,CdnConfig,CdnConfigServiceClient.ListCdnConfigsPage>

Inheritance

java.lang.Object > AbstractPage > CdnConfigServiceClient.ListCdnConfigsPage

Methods

createPage(@Nullable PageContext<ListCdnConfigsRequest,ListCdnConfigsResponse,CdnConfig> context, @Nullable ListCdnConfigsResponse response)

protected CdnConfigServiceClient.ListCdnConfigsPage createPage(@Nullable PageContext<ListCdnConfigsRequest,ListCdnConfigsResponse,CdnConfig> context, @Nullable ListCdnConfigsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCdnConfigsRequest,ListCdnConfigsResponse,CdnConfig>
response @org.jspecify.annotations.Nullable com.google.ads.admanager.v1.ListCdnConfigsResponse
Returns
Type Description
CdnConfigServiceClient.ListCdnConfigsPage
Overrides

createPageAsync(@Nullable PageContext<ListCdnConfigsRequest,ListCdnConfigsResponse,CdnConfig> context, ApiFuture<ListCdnConfigsResponse> futureResponse)

public ApiFuture<CdnConfigServiceClient.ListCdnConfigsPage> createPageAsync(@Nullable PageContext<ListCdnConfigsRequest,ListCdnConfigsResponse,CdnConfig> context, ApiFuture<ListCdnConfigsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCdnConfigsRequest,ListCdnConfigsResponse,CdnConfig>
futureResponse ApiFuture<ListCdnConfigsResponse>
Returns
Type Description
ApiFuture<ListCdnConfigsPage>
Overrides