Class: Google::Ads::AdManager::V1::ScheduleOptions

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#delivery_condition::Google::Ads::AdManager::V1::ScheduleOptions::DeliveryCondition

Returns Option for when to deliver the scheduled report.

Returns:



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.

Returns:



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.

Returns:



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