Class GeoTargetServiceClient.ListGeoTargetsPage (0.54.0)

public static class GeoTargetServiceClient.ListGeoTargetsPage extends AbstractPage<ListGeoTargetsRequest,ListGeoTargetsResponse,GeoTarget,GeoTargetServiceClient.ListGeoTargetsPage>

Inheritance

java.lang.Object > AbstractPage > GeoTargetServiceClient.ListGeoTargetsPage

Methods

createPage(@Nullable PageContext<ListGeoTargetsRequest,ListGeoTargetsResponse,GeoTarget> context, @Nullable ListGeoTargetsResponse response)

protected GeoTargetServiceClient.ListGeoTargetsPage createPage(@Nullable PageContext<ListGeoTargetsRequest,ListGeoTargetsResponse,GeoTarget> context, @Nullable ListGeoTargetsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListGeoTargetsRequest,ListGeoTargetsResponse,GeoTarget>
response @org.jspecify.annotations.Nullable com.google.ads.admanager.v1.ListGeoTargetsResponse
Returns
Type Description
GeoTargetServiceClient.ListGeoTargetsPage
Overrides

createPageAsync(@Nullable PageContext<ListGeoTargetsRequest,ListGeoTargetsResponse,GeoTarget> context, ApiFuture<ListGeoTargetsResponse> futureResponse)

public ApiFuture<GeoTargetServiceClient.ListGeoTargetsPage> createPageAsync(@Nullable PageContext<ListGeoTargetsRequest,ListGeoTargetsResponse,GeoTarget> context, ApiFuture<ListGeoTargetsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListGeoTargetsRequest,ListGeoTargetsResponse,GeoTarget>
futureResponse ApiFuture<ListGeoTargetsResponse>
Returns
Type Description
ApiFuture<ListGeoTargetsPage>
Overrides