type CmsMetadataKeyPage (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
Service
CmsMetadataService
Captures a page of CMS metadata key objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field
|
totalResultSetSize
|
xsd:int
|
startIndex
|
xsd:int
|
results
|
CmsMetadataKey[]
|
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\u003eCmsMetadataService uses \u003ccode\u003egetCmsMetadataKeysByStatement()\u003c/code\u003e to retrieve CMS metadata key objects, returning a CmsMetadataKeyPage.\u003c/p\u003e\n"],["\u003cp\u003eCmsMetadataKeyPage stores a page of CMS metadata key objects and includes information like total results, starting index, and the results themselves.\u003c/p\u003e\n"],["\u003cp\u003eThe results within CmsMetadataKeyPage are an array of CmsMetadataKey objects and housed within the \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e namespace.\u003c/p\u003e\n"]]],["The `CmsMetadataService` utilizes the `getCmsMetadataKeysByStatement()` method, which returns a `CmsMetadataKeyPage`. This page contains a set of CMS metadata key objects, represented by the `results` field. The `CmsMetadataKeyPage` also includes `totalResultSetSize`, indicating the total number of keys, and `startIndex`, specifying the starting index of the returned keys. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202411`.\n"],null,["# type CmsMetadataKeyPage (v202411)\n\n**Service** \n**CmsMetadataService** **Dependencies** \n[getCmsMetadataKeysByStateme...](/ad-manager/api/reference/v202411/CmsMetadataService#getCmsMetadataKeysByStatement \"getCmsMetadataKeysByStatement()\") \n▼\n**CmsMetadataKeyPage**\n\nCaptures a page of CMS metadata key objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|--------------------------|-----------------------------------------------------------------------------------------------------|\n| ### `totalResultSetSize` | ` `xsd:`int` \u003cbr /\u003e |\n| ### `startIndex` | ` `xsd:`int` \u003cbr /\u003e |\n| ### `results` | ` `[CmsMetadataKey](/ad-manager/api/reference/v202411/CmsMetadataService.CmsMetadataKey)`[]` \u003cbr /\u003e |"]]