type DaiEncodingProfilePage (v202402)
Service
DaiEncodingProfileService
Captures a page of DaiEncodingProfile objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202402
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
|
DaiEncodingProfile[]
The collection of profiles 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-02-13 UTC.
[null,null,["Last updated 2024-02-13 UTC."],[[["The DaiEncodingProfilePage object represents a page of DaiEncodingProfile objects, providing access to a subset of profiles within a larger result set."],["It includes information about the total number of profiles, the starting position of the current page, and the actual collection of DaiEncodingProfile objects on this page."],["This object is part of the DaiEncodingProfileService and is used to retrieve and manage encoding profiles for Dynamic Ad Insertion (DAI)."]]],["The `DaiEncodingProfileService` uses `getDaiEncodingProfilesByStatement` to retrieve a `DaiEncodingProfilePage`. This page contains a subset of `DaiEncodingProfile` objects. Key data within the `DaiEncodingProfilePage` includes `totalResultSetSize`, indicating the total number of profiles, `startIndex`, specifying the page's position, and `results`, an array holding the `DaiEncodingProfile` objects in the current page. The service's namespace is identified.\n"]]