type LabelPage (v202408)
Captures a page of Label objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
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
|
Label[]
The collection of labels 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-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["The `LabelPage` object retrieves a portion of `Label` objects, providing navigation through a larger result set."],["Key properties include `totalResultSetSize`, indicating the total number of labels, `startIndex`, specifying the starting position of the current page within the full set, and `results`, containing the array of `Label` objects on this page."],["This page is part of the Google Ad Manager API, specifically the `LabelService`, allowing developers to interact with labels programmatically."]]],["The `LabelService` utilizes the `getLabelsByStatement()` method to retrieve `Label` objects. These results are returned within a `LabelPage`, which contains a subset of labels. Key information within `LabelPage` includes `totalResultSetSize` (total number of labels), `startIndex` (starting index of the current page), and `results` (the array of `Label` objects within that page). The service operates within the namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"]]