type CdnConfigurationPage (v202405)
Service
CdnConfigurationService
Captures a page of CdnConfiguration objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
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
|
CdnConfiguration[]
The collection of CDN configurations 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 2024-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["The `CdnConfigurationPage` object represents a page of CDN configurations, providing access to a subset of the total results."],["It includes information about the total number of results, the starting position of the current page within the results, and the actual CDN configuration data for the current page."],["The page structure facilitates navigation and retrieval of CDN configurations in manageable chunks."]]],["The `CdnConfigurationService` uses `getCdnConfigurationsByStatement` to retrieve a `CdnConfigurationPage`. This page contains a collection of `CdnConfiguration` objects. The `CdnConfigurationPage` details the `totalResultSetSize`, indicating the total number of results, the `startIndex`, representing the page's starting point within the results, and the `results` field, an array holding the actual CDN configurations. The namespace for these configurations is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]