type LabelPage (v202411)
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/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
|
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\u003e\u003ccode\u003eLabelPage\u003c/code\u003e objects represent a page of \u003ccode\u003eLabel\u003c/code\u003e objects, providing access to a subset of labels within a larger result set.\u003c/p\u003e\n"],["\u003cp\u003eThis page includes information about the total number of results, the starting position of this page within the results, and the actual \u003ccode\u003eLabel\u003c/code\u003e objects on this page.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLabelPage\u003c/code\u003e object is part of the Google Ad Manager API and is accessed under the \u003ccode\u003eLabelService\u003c/code\u003e within the specified namespace.\u003c/p\u003e\n"]]],["The `LabelService` utilizes `getLabelsByStatement()` to retrieve `Label` objects. This operation returns a `LabelPage`, which contains `totalResultSetSize`, `startIndex`, and `results`. `totalResultSetSize` indicates the total number of labels. `startIndex` indicates the starting position of the current page. `results` holds the actual array of `Label` objects within the page. The service operates within the namespace `https://www.google.com/apis/ads/publisher/v202411`.\n"],null,["# type LabelPage (v202411)\n\n**Service** \n**LabelService** **Dependencies** \n[getLabelsByStatement()](/ad-manager/api/reference/v202411/LabelService#getLabelsByStatement) \n▼\n**LabelPage**\n\nCaptures a page of [Label](/ad-manager/api/reference/v202411/LabelService.Label) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\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/v202411/LabelService.Label)`[]` The collection of labels contained within this page. |"]]