Class: Google::Ads::AdManager::V1::ScheduleOptions
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::ScheduleOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/report_service.rb
Overview
The options for a scheduled report.
Defined Under Namespace
Modules: DeliveryCondition
Instance Attribute Summary collapse
-
#delivery_condition ⇒ ::Google::Ads::AdManager::V1::ScheduleOptions::DeliveryCondition
Option for when to deliver the scheduled report.
-
#flags ⇒ ::Array<::Google::Ads::AdManager::V1::Report::Flag>
Optional.
-
#schedule ⇒ ::Google::Ads::AdManager::V1::Schedule
Information pertaining to schedule itself.
Instance Attribute Details
#delivery_condition ⇒ ::Google::Ads::AdManager::V1::ScheduleOptions::DeliveryCondition
Returns Option for when to deliver the scheduled report.
3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 3378 class ScheduleOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Condition for when to email the scheduled report. module DeliveryCondition # Never deliver report. NEVER = 0 # Always deliver report. ALWAYS = 1 # Deliver report when flag's conditions are met. WHEN_FLAG_CONDITIONS_MET = 2 end end |
#flags ⇒ ::Array<::Google::Ads::AdManager::V1::Report::Flag>
Returns Optional. The flags evaluated when ReportDeliveryOption.WHEN_FLAG_PRESENT is specified.
3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 3378 class ScheduleOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Condition for when to email the scheduled report. module DeliveryCondition # Never deliver report. NEVER = 0 # Always deliver report. ALWAYS = 1 # Deliver report when flag's conditions are met. WHEN_FLAG_CONDITIONS_MET = 2 end end |
#schedule ⇒ ::Google::Ads::AdManager::V1::Schedule
Returns Information pertaining to schedule itself.
3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 3378 class ScheduleOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Condition for when to email the scheduled report. module DeliveryCondition # Never deliver report. NEVER = 0 # Always deliver report. ALWAYS = 1 # Deliver report when flag's conditions are met. WHEN_FLAG_CONDITIONS_MET = 2 end end |