ListAdBreaksResponse
Stay organized with collections
Save and categorize content based on your preferences.
JSON representation |
{
"adBreaks": [
{
object (AdBreak )
}
],
"nextPageToken": string
} |
Fields |
adBreaks[] |
object (AdBreak )
Output only. A list of Ad Breaks that match the LiveStreamEvent requested.
|
nextPageToken |
string
A token that can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.
|
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 2025-08-20 UTC.
[null,null,["Last updated 2025-08-20 UTC."],[[["\u003cp\u003eThe \u003ccode\u003ePALSettings\u003c/code\u003e class manages SDK-wide settings, including storage and user age targeting preferences.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eallowStorage\u003c/code\u003e determines if storage is permitted, crucial for TCFv2 compliance and defaults to false.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003edirectedForChildOrUnknownAge\u003c/code\u003e signals if the ad request targets a child or a user with an unknown age (TFCD/TFUA), defaulting to false.\u003c/p\u003e\n"]]],[],null,["# ListAdBreaksResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse for [AdBreakNotificationService.ListAdBreaks](/ad-manager/video/rest/v1/networks.assets.adBreaks/list#google.ads.drx.video.v1.AdBreakNotificationService.ListAdBreaks).\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"adBreaks\": [ { object (/ad-manager/video/rest/v1/networks.assets.adBreaks#AdBreak) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `adBreaks[]` | `object (`[AdBreak](/ad-manager/video/rest/v1/networks.assets.adBreaks#AdBreak)`)` Output only. A list of Ad Breaks that match the LiveStreamEvent requested. |\n| `nextPageToken` | `string` A token that can be sent as `pageToken` to retrieve the next page. If this field is omitted, there are no subsequent pages. |"]]