ListAdBreaksResponse
Stay organized with collections
Save and categorize content based on your preferences.
Response object for ListAdBreaksRequest
containing matching AdBreak
objects.
JSON representation |
{
"adBreaks": [
{
object (AdBreak )
}
],
"nextPageToken": string,
"totalSize": integer
} |
Fields |
adBreaks[] |
object (AdBreak )
The AdBreak objects from the specified network.
|
nextPageToken |
string
A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages. This field expires after five minutes.
|
totalSize |
integer
Total number of AdBreak objects. If a filter was included in the request, this reflects the total number after the filtering is applied. totalSize will not be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter $fields or fields , or by using the HTTP/gRPC header X-Goog-FieldMask .
For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
|
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."],[],[],null,["# ListAdBreaksResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse object for `ListAdBreaksRequest` containing matching `AdBreak` objects.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"adBreaks\": [ { object (/ad-manager/api/beta/reference/rest/v1/networks.liveStreamEvents.adBreaks#AdBreak) } ], \"nextPageToken\": string, \"totalSize\": integer } ``` |\n\n| Fields ||\n|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `adBreaks[]` | `object (`[AdBreak](/ad-manager/api/beta/reference/rest/v1/networks.liveStreamEvents.adBreaks#AdBreak)`)` The `AdBreak` objects from the specified network. |\n| `nextPageToken` | `string` A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted, there are no subsequent pages. This field expires after five minutes. |\n| `totalSize` | `integer` Total number of `AdBreak` objects. If a filter was included in the request, this reflects the total number after the filtering is applied. `totalSize` will not be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter `$fields` or `fields`, or by using the HTTP/gRPC header `X-Goog-FieldMask`. For more information, see \u003chttps://developers.google.com/ad-manager/api/beta/field-masks\u003e |"]]