Class CreativeSetServiceClient.ListCreativeSetsPage (0.54.0)

public static class CreativeSetServiceClient.ListCreativeSetsPage extends AbstractPage<ListCreativeSetsRequest,ListCreativeSetsResponse,CreativeSet,CreativeSetServiceClient.ListCreativeSetsPage>

Inheritance

java.lang.Object > AbstractPage > CreativeSetServiceClient.ListCreativeSetsPage

Methods

createPage(@Nullable PageContext<ListCreativeSetsRequest,ListCreativeSetsResponse,CreativeSet> context, @Nullable ListCreativeSetsResponse response)

protected CreativeSetServiceClient.ListCreativeSetsPage createPage(@Nullable PageContext<ListCreativeSetsRequest,ListCreativeSetsResponse,CreativeSet> context, @Nullable ListCreativeSetsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCreativeSetsRequest,ListCreativeSetsResponse,CreativeSet>
response @org.jspecify.annotations.Nullable com.google.ads.admanager.v1.ListCreativeSetsResponse
Returns
Type Description
CreativeSetServiceClient.ListCreativeSetsPage
Overrides

createPageAsync(@Nullable PageContext<ListCreativeSetsRequest,ListCreativeSetsResponse,CreativeSet> context, ApiFuture<ListCreativeSetsResponse> futureResponse)

public ApiFuture<CreativeSetServiceClient.ListCreativeSetsPage> createPageAsync(@Nullable PageContext<ListCreativeSetsRequest,ListCreativeSetsResponse,CreativeSet> context, ApiFuture<ListCreativeSetsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCreativeSetsRequest,ListCreativeSetsResponse,CreativeSet>
futureResponse ApiFuture<ListCreativeSetsResponse>
Returns
Type Description
ApiFuture<ListCreativeSetsPage>
Overrides