ListAdBreaksResponse
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Zapis JSON |
{
"adBreaks": [
{
object (AdBreak )
}
],
"nextPageToken": string
} |
Pola |
adBreaks[] |
object (AdBreak )
Tylko dane wyjściowe. Lista przerw na reklamę pasujących do żądanego zdarzenia LiveStreamEvent.
|
nextPageToken |
string
Token, który może zostać wysłany jako pageToken w celu pobrania następnej strony. Jeśli pominiesz to pole, nie będzie kolejnych stron.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-08-21 UTC.
[null,null,["Ostatnia aktualizacja: 2025-08-21 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. |"]]