[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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. |"]]