type DaiAuthenticationKeyPage (v202411)
Service
DaiAuthenticationKeyService
Captures a page of DaiAuthenticationKey objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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
|
DaiAuthenticationKey[]
The collection of live stream events 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-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["DaiAuthenticationKeyPage objects represent a page of DaiAuthenticationKey objects, providing access to authentication keys for live stream events."],["The page includes information about the total result set size, the starting index of the page within the set, and the specific DaiAuthenticationKeys on this page."],["It's part of the DaiAuthenticationKeyService within the Google Ad Manager API, used for managing Dynamic Ad Insertion (DAI) authentication."]]],["The `DaiAuthenticationKeyService` uses `getDaiAuthenticationKeysByStatement` to retrieve a `DaiAuthenticationKeyPage`. This page contains a set of `DaiAuthenticationKey` objects. The page's information includes `totalResultSetSize`, indicating the total number of results, `startIndex`, representing the starting index of the current page, and `results`, which is an array of the actual `DaiAuthenticationKey` objects. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202411`.\n"]]