Class AdSpotServiceClient.ListAdSpotsPage (0.54.0)

public static class AdSpotServiceClient.ListAdSpotsPage extends AbstractPage<ListAdSpotsRequest,ListAdSpotsResponse,AdSpot,AdSpotServiceClient.ListAdSpotsPage>

Inheritance

java.lang.Object > AbstractPage > AdSpotServiceClient.ListAdSpotsPage

Methods

createPage(@Nullable PageContext<ListAdSpotsRequest,ListAdSpotsResponse,AdSpot> context, @Nullable ListAdSpotsResponse response)

protected AdSpotServiceClient.ListAdSpotsPage createPage(@Nullable PageContext<ListAdSpotsRequest,ListAdSpotsResponse,AdSpot> context, @Nullable ListAdSpotsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAdSpotsRequest,ListAdSpotsResponse,AdSpot>
response @org.jspecify.annotations.Nullable com.google.ads.admanager.v1.ListAdSpotsResponse
Returns
Type Description
AdSpotServiceClient.ListAdSpotsPage
Overrides

createPageAsync(@Nullable PageContext<ListAdSpotsRequest,ListAdSpotsResponse,AdSpot> context, ApiFuture<ListAdSpotsResponse> futureResponse)

public ApiFuture<AdSpotServiceClient.ListAdSpotsPage> createPageAsync(@Nullable PageContext<ListAdSpotsRequest,ListAdSpotsResponse,AdSpot> context, ApiFuture<ListAdSpotsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAdSpotsRequest,ListAdSpotsResponse,AdSpot>
futureResponse ApiFuture<ListAdSpotsResponse>
Returns
Type Description
ApiFuture<ListAdSpotsPage>
Overrides