Class: Google::Ads::AdManager::V1::ListAdBreaksRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::ListAdBreaksRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/ad_break_service.rb
Overview
Request object for ListAdBreaks method.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
-
#skip ⇒ ::Integer
Optional.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters.
72 73 74 75 |
# File 'proto_docs/google/ads/admanager/v1/ad_break_service.rb', line 72 class ListAdBreaksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order.
72 73 74 75 |
# File 'proto_docs/google/ads/admanager/v1/ad_break_service.rb', line 72 class ListAdBreaksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
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.
72 73 74 75 |
# File 'proto_docs/google/ads/admanager/v1/ad_break_service.rb', line 72 class ListAdBreaksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns 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.
72 73 74 75 |
# File 'proto_docs/google/ads/admanager/v1/ad_break_service.rb', line 72 class ListAdBreaksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent, which owns this collection of AdBreaks.
Formats:
networks/{network_code}/liveStreamEventsByAssetKey/{asset_key}
networks/{network_code}/liveStreamEventsByCustomAssetKey/{custom_asset_key}.
72 73 74 75 |
# File 'proto_docs/google/ads/admanager/v1/ad_break_service.rb', line 72 class ListAdBreaksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#skip ⇒ ::Integer
Returns Optional. Number of individual resources to skip while paginating.
72 73 74 75 |
# File 'proto_docs/google/ads/admanager/v1/ad_break_service.rb', line 72 class ListAdBreaksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |