Class ContentServiceClient.ListContentPage (0.54.0)

public static class ContentServiceClient.ListContentPage extends AbstractPage<ListContentRequest,ListContentResponse,Content,ContentServiceClient.ListContentPage>

Inheritance

java.lang.Object > AbstractPage > ContentServiceClient.ListContentPage

Methods

createPage(@Nullable PageContext<ListContentRequest,ListContentResponse,Content> context, @Nullable ListContentResponse response)

protected ContentServiceClient.ListContentPage createPage(@Nullable PageContext<ListContentRequest,ListContentResponse,Content> context, @Nullable ListContentResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListContentRequest,ListContentResponse,Content>
response @org.jspecify.annotations.Nullable com.google.ads.admanager.v1.ListContentResponse
Returns
Type Description
ContentServiceClient.ListContentPage
Overrides

createPageAsync(@Nullable PageContext<ListContentRequest,ListContentResponse,Content> context, ApiFuture<ListContentResponse> futureResponse)

public ApiFuture<ContentServiceClient.ListContentPage> createPageAsync(@Nullable PageContext<ListContentRequest,ListContentResponse,Content> context, ApiFuture<ListContentResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListContentRequest,ListContentResponse,Content>
futureResponse ApiFuture<ListContentResponse>
Returns
Type Description
ApiFuture<ListContentPage>
Overrides