Class CustomTargetingKeyServiceClient.ListCustomTargetingKeysPage (0.54.0)

public static class CustomTargetingKeyServiceClient.ListCustomTargetingKeysPage extends AbstractPage<ListCustomTargetingKeysRequest,ListCustomTargetingKeysResponse,CustomTargetingKey,CustomTargetingKeyServiceClient.ListCustomTargetingKeysPage>

Inheritance

java.lang.Object > AbstractPage > CustomTargetingKeyServiceClient.ListCustomTargetingKeysPage

Methods

createPage(@Nullable PageContext<ListCustomTargetingKeysRequest,ListCustomTargetingKeysResponse,CustomTargetingKey> context, @Nullable ListCustomTargetingKeysResponse response)

protected CustomTargetingKeyServiceClient.ListCustomTargetingKeysPage createPage(@Nullable PageContext<ListCustomTargetingKeysRequest,ListCustomTargetingKeysResponse,CustomTargetingKey> context, @Nullable ListCustomTargetingKeysResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCustomTargetingKeysRequest,ListCustomTargetingKeysResponse,CustomTargetingKey>
response @org.jspecify.annotations.Nullable com.google.ads.admanager.v1.ListCustomTargetingKeysResponse
Returns
Type Description
CustomTargetingKeyServiceClient.ListCustomTargetingKeysPage
Overrides

createPageAsync(@Nullable PageContext<ListCustomTargetingKeysRequest,ListCustomTargetingKeysResponse,CustomTargetingKey> context, ApiFuture<ListCustomTargetingKeysResponse> futureResponse)

public ApiFuture<CustomTargetingKeyServiceClient.ListCustomTargetingKeysPage> createPageAsync(@Nullable PageContext<ListCustomTargetingKeysRequest,ListCustomTargetingKeysResponse,CustomTargetingKey> context, ApiFuture<ListCustomTargetingKeysResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCustomTargetingKeysRequest,ListCustomTargetingKeysResponse,CustomTargetingKey>
futureResponse ApiFuture<ListCustomTargetingKeysResponse>
Returns
Type Description
ApiFuture<ListCustomTargetingKeysPage>
Overrides