Class ProgrammaticBuyerServiceClient.ListProgrammaticBuyersPage (0.54.0)

public static class ProgrammaticBuyerServiceClient.ListProgrammaticBuyersPage extends AbstractPage<ListProgrammaticBuyersRequest,ListProgrammaticBuyersResponse,ProgrammaticBuyer,ProgrammaticBuyerServiceClient.ListProgrammaticBuyersPage>

Inheritance

java.lang.Object > AbstractPage > ProgrammaticBuyerServiceClient.ListProgrammaticBuyersPage

Methods

createPage(@Nullable PageContext<ListProgrammaticBuyersRequest,ListProgrammaticBuyersResponse,ProgrammaticBuyer> context, @Nullable ListProgrammaticBuyersResponse response)

protected ProgrammaticBuyerServiceClient.ListProgrammaticBuyersPage createPage(@Nullable PageContext<ListProgrammaticBuyersRequest,ListProgrammaticBuyersResponse,ProgrammaticBuyer> context, @Nullable ListProgrammaticBuyersResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListProgrammaticBuyersRequest,ListProgrammaticBuyersResponse,ProgrammaticBuyer>
response @org.jspecify.annotations.Nullable com.google.ads.admanager.v1.ListProgrammaticBuyersResponse
Returns
Type Description
ProgrammaticBuyerServiceClient.ListProgrammaticBuyersPage
Overrides

createPageAsync(@Nullable PageContext<ListProgrammaticBuyersRequest,ListProgrammaticBuyersResponse,ProgrammaticBuyer> context, ApiFuture<ListProgrammaticBuyersResponse> futureResponse)

public ApiFuture<ProgrammaticBuyerServiceClient.ListProgrammaticBuyersPage> createPageAsync(@Nullable PageContext<ListProgrammaticBuyersRequest,ListProgrammaticBuyersResponse,ProgrammaticBuyer> context, ApiFuture<ListProgrammaticBuyersResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListProgrammaticBuyersRequest,ListProgrammaticBuyersResponse,ProgrammaticBuyer>
futureResponse ApiFuture<ListProgrammaticBuyersResponse>
Returns
Type Description
ApiFuture<ListProgrammaticBuyersPage>
Overrides