class Google::Apis::CloudschedulerV1beta1::RunJobRequest

Request message for forcing a job to run now using RunJob.

Attributes

legacy_app_engine_cron[RW]

This field is used to manage the legacy App Engine Cron jobs using the Cloud Scheduler API. If the field is set to true, the job in the __cron queue with the corresponding name will be forced to run instead. Corresponds to the JSON property `legacyAppEngineCron` @return [Boolean]

legacy_app_engine_cron?[RW]

This field is used to manage the legacy App Engine Cron jobs using the Cloud Scheduler API. If the field is set to true, the job in the __cron queue with the corresponding name will be forced to run instead. Corresponds to the JSON property `legacyAppEngineCron` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudscheduler_v1beta1/classes.rb, line 800
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/cloudscheduler_v1beta1/classes.rb, line 805
def update!(**args)
  @legacy_app_engine_cron = args[:legacy_app_engine_cron] if args.key?(:legacy_app_engine_cron)
end