Cloud Scheduler V1beta1 API - Class Google::Cloud::Scheduler::V1beta1::RunJobRequest (v0.7.0)

Reference documentation and code samples for the Cloud Scheduler V1beta1 API class Google::Cloud::Scheduler::V1beta1::RunJobRequest.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#legacy_app_engine_cron

def legacy_app_engine_cron() -> ::Boolean
Returns
  • (::Boolean) — 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.

#legacy_app_engine_cron=

def legacy_app_engine_cron=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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.
Returns
  • (::Boolean) — 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.

#name

def name() -> ::String
Returns
  • (::String) — Required. The job name. For example: projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The job name. For example: projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID.
Returns
  • (::String) — Required. The job name. For example: projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID.