Show / Hide Table of Contents

Class ListAdBreaksRequest

Request object for ListAdBreaks method.

Inheritance
object
ListAdBreaksRequest
Implements
IMessage<ListAdBreaksRequest>
IEquatable<ListAdBreaksRequest>
IDeepCloneable<ListAdBreaksRequest>
IBufferMessage
IMessage
IPageRequest
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class ListAdBreaksRequest : IMessage<ListAdBreaksRequest>, IEquatable<ListAdBreaksRequest>, IDeepCloneable<ListAdBreaksRequest>, IBufferMessage, IMessage, IPageRequest

Constructors

ListAdBreaksRequest()

Declaration
public ListAdBreaksRequest()

ListAdBreaksRequest(ListAdBreaksRequest)

Declaration
public ListAdBreaksRequest(ListAdBreaksRequest other)
Parameters
Type Name Description
ListAdBreaksRequest other

Properties

Filter

Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters

Declaration
public string Filter { get; set; }
Property Value
Type Description
string

OrderBy

Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order

Declaration
public string OrderBy { get; set; }
Property Value
Type Description
string

PageSize

Optional. The maximum number of AdBreaks to return. The service might return fewer than this value. If unspecified, at most 10 ad breaks are returned. The maximum value is 100. Values above 100 are coerced to 100.

Declaration
public int PageSize { get; set; }
Property Value
Type Description
int
Implements
IPageRequest.PageSize

PageToken

Optional. A page token, received from a previous ListAdBreaks call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListAdBreaks must match the call that provided the page token.

Declaration
public string PageToken { get; set; }
Property Value
Type Description
string
Implements
IPageRequest.PageToken

Parent

Required. The parent, which owns this collection of AdBreaks.

Formats: networks/{network_code}/liveStreamEventsByAssetKey/{asset_key} networks/{network_code}/liveStreamEventsByCustomAssetKey/{custom_asset_key}

Declaration
public string Parent { get; set; }
Property Value
Type Description
string

ParentAsLiveStreamEventName

LiveStreamEventName-typed view over the Parent resource name property.

Declaration
public LiveStreamEventName ParentAsLiveStreamEventName { get; set; }
Property Value
Type Description
LiveStreamEventName

Skip

Optional. Number of individual resources to skip while paginating.

Declaration
public int Skip { get; set; }
Property Value
Type Description
int
In this article
Back to top Generated by DocFX