type CmsMetadataValuePage (v202402)
Service
CmsMetadataService
Captures a page of CMS metadata value objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202402
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-02-13 UTC.
[null,null,["Last updated 2024-02-13 UTC."],[[["CmsMetadataValuePage objects represent a page of CMS metadata values within the Google Ad Manager API."],["This page includes information like the total number of results, the starting index of the results displayed, and an array of individual CmsMetadataValue objects."],["The CmsMetadataValuePage operates within the namespace `https://www.google.com/apis/ads/publisher/v202402`."]]],["The `CmsMetadataService` utilizes the `getCmsMetadataValuesByStatement` method to retrieve CMS metadata values. This method returns a `CmsMetadataValuePage` object, which contains a set of results. Each `CmsMetadataValuePage` includes the `totalResultSetSize`, the `startIndex`, and an array of `CmsMetadataValue` objects within the `results` field. The service operates within the namespace `https://www.google.com/apis/ads/publisher/v202402`.\n"]]