type LabelPage (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
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 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eLabelPage\u003c/code\u003e object retrieves a portion of \u003ccode\u003eLabel\u003c/code\u003e objects, providing navigation through a larger result set.\u003c/p\u003e\n"],["\u003cp\u003eKey properties include \u003ccode\u003etotalResultSetSize\u003c/code\u003e, indicating the total number of labels, \u003ccode\u003estartIndex\u003c/code\u003e, specifying the starting position of the current page within the full set, and \u003ccode\u003eresults\u003c/code\u003e, containing the array of \u003ccode\u003eLabel\u003c/code\u003e objects on this page.\u003c/p\u003e\n"],["\u003cp\u003eThis page is part of the Google Ad Manager API, specifically the \u003ccode\u003eLabelService\u003c/code\u003e, allowing developers to interact with labels programmatically.\u003c/p\u003e\n"]]],["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"],null,["# type LabelPage (v202408)\n\n**Service** \n**LabelService** **Dependencies** \n[getLabelsByStatement()](/ad-manager/api/reference/v202408/LabelService#getLabelsByStatement) \n▼\n**LabelPage**\n\nCaptures a page of [Label](/ad-manager/api/reference/v202408/LabelService.Label) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|--------------------------|---------------------------------------------------------------------------------------------------------------------------|\n| ### `totalResultSetSize` | ` `xsd:`int` The size of the total result set to which this page belongs. |\n| ### `startIndex` | ` `xsd:`int` The absolute index in the total result set on which this page begins. |\n| ### `results` | ` `[Label](/ad-manager/api/reference/v202408/LabelService.Label)`[]` The collection of labels contained within this page. |"]]