type CmsMetadataValuePage (v202405)
Service
CmsMetadataService
Captures a page of CMS metadata value objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
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-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["The CmsMetadataService allows retrieval of CMS metadata values, returned as a CmsMetadataValuePage."],["A CmsMetadataValuePage includes the total result size, starting index, and an array of CmsMetadataValue objects."],["The service uses the namespace `https://www.google.com/apis/ads/publisher/v202405`."]]],["The `CmsMetadataService` utilizes the `getCmsMetadataValuesByStatement` method to retrieve CMS metadata. The response is encapsulated in a `CmsMetadataValuePage` object. This page contains the `totalResultSetSize`, indicating the total number of results, `startIndex` defining the starting index of the current page, and `results`, which is an array of `CmsMetadataValue` objects, representing the metadata values. The namespace for these components is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]