Class AdRuleServiceClient.ListAdRulesPage (0.54.0)

public static class AdRuleServiceClient.ListAdRulesPage extends AbstractPage<ListAdRulesRequest,ListAdRulesResponse,AdRule,AdRuleServiceClient.ListAdRulesPage>

Inheritance

java.lang.Object > AbstractPage > AdRuleServiceClient.ListAdRulesPage

Methods

createPage(@Nullable PageContext<ListAdRulesRequest,ListAdRulesResponse,AdRule> context, @Nullable ListAdRulesResponse response)

protected AdRuleServiceClient.ListAdRulesPage createPage(@Nullable PageContext<ListAdRulesRequest,ListAdRulesResponse,AdRule> context, @Nullable ListAdRulesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAdRulesRequest,ListAdRulesResponse,AdRule>
response @org.jspecify.annotations.Nullable com.google.ads.admanager.v1.ListAdRulesResponse
Returns
Type Description
AdRuleServiceClient.ListAdRulesPage
Overrides

createPageAsync(@Nullable PageContext<ListAdRulesRequest,ListAdRulesResponse,AdRule> context, ApiFuture<ListAdRulesResponse> futureResponse)

public ApiFuture<AdRuleServiceClient.ListAdRulesPage> createPageAsync(@Nullable PageContext<ListAdRulesRequest,ListAdRulesResponse,AdRule> context, ApiFuture<ListAdRulesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAdRulesRequest,ListAdRulesResponse,AdRule>
futureResponse ApiFuture<ListAdRulesResponse>
Returns
Type Description
ApiFuture<ListAdRulesPage>
Overrides