type ContentBundlePage (v202405)
Service
ContentBundleService
Captures a page of ContentBundle objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
Field
|
totalResultSetSize
|
xsd:int
The size of the total result set to which this page belongs.
|
startIndex
|
xsd:int
The absolute index in the total result set on which this page begins.
|
results
|
ContentBundle[]
The collection of content bundles contained within this page.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["ContentBundlePage objects represent a page within a larger set of ContentBundle objects."],["These pages provide information like the total number of ContentBundles (`totalResultSetSize`), the starting position of the current page (`startIndex`), and the actual ContentBundles on this page (`results`)."],["ContentBundlePage is part of the Google Ad Manager API, under the ContentBundleService, and uses a specific namespace for interactions."]]],["The `ContentBundleService` provides a method, `getContentBundlesByStatement()`, to retrieve `ContentBundle` objects. The results are paginated and returned within a `ContentBundlePage`. This page contains three key pieces of information: `totalResultSetSize`, indicating the total number of results; `startIndex`, specifying the starting index of the current page; and `results`, an array of the actual `ContentBundle` objects in the current page. These results are in the `https://www.google.com/apis/ads/publisher/v202405` namespace.\n"]]