type ContentPage (v202411)
Captures a page of Content
objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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
|
Content[]
The collection of content 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-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["`ContentPage` objects represent a page within a larger set of `Content` objects, providing information about the total result set and the current page's position."],["Key properties of `ContentPage` include `totalResultSetSize`, `startIndex`, and `results`, offering details about the overall result size, starting position, and the specific content within the page."],["Accessing `Content` data is facilitated through the `ContentService` and its `getContentByStatement()` method, which likely uses a statement to query and retrieve specific content, with results encapsulated in `ContentPage` objects."]]],["The `ContentPage` captures a set of `Content` objects retrieved via `getContentByStatement()`. It details the `totalResultSetSize`, representing the overall number of results. `startIndex` indicates the starting position of this page within the total results. The `results` field contains the actual `Content` objects included in the current page, representing a collection of content. The data is provided under a namespace URL.\n"]]