Class ContentBundleServiceClient.ListContentBundlesPage (0.54.0)

public static class ContentBundleServiceClient.ListContentBundlesPage extends AbstractPage<ListContentBundlesRequest,ListContentBundlesResponse,ContentBundle,ContentBundleServiceClient.ListContentBundlesPage>

Inheritance

java.lang.Object > AbstractPage > ContentBundleServiceClient.ListContentBundlesPage

Methods

createPage(@Nullable PageContext<ListContentBundlesRequest,ListContentBundlesResponse,ContentBundle> context, @Nullable ListContentBundlesResponse response)

protected ContentBundleServiceClient.ListContentBundlesPage createPage(@Nullable PageContext<ListContentBundlesRequest,ListContentBundlesResponse,ContentBundle> context, @Nullable ListContentBundlesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListContentBundlesRequest,ListContentBundlesResponse,ContentBundle>
response @org.jspecify.annotations.Nullable com.google.ads.admanager.v1.ListContentBundlesResponse
Returns
Type Description
ContentBundleServiceClient.ListContentBundlesPage
Overrides

createPageAsync(@Nullable PageContext<ListContentBundlesRequest,ListContentBundlesResponse,ContentBundle> context, ApiFuture<ListContentBundlesResponse> futureResponse)

public ApiFuture<ContentBundleServiceClient.ListContentBundlesPage> createPageAsync(@Nullable PageContext<ListContentBundlesRequest,ListContentBundlesResponse,ContentBundle> context, ApiFuture<ListContentBundlesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListContentBundlesRequest,ListContentBundlesResponse,ContentBundle>
futureResponse ApiFuture<ListContentBundlesResponse>
Returns
Type Description
ApiFuture<ListContentBundlesPage>
Overrides