Class: Google::Cloud::Scheduler::V1beta1::RunJobRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/scheduler/v1beta1/cloudscheduler.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#legacy_app_engine_cron::Boolean

Returns 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.



186
187
188
189
# File 'proto_docs/google/cloud/scheduler/v1beta1/cloudscheduler.rb', line 186

class RunJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns 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.



186
187
188
189
# File 'proto_docs/google/cloud/scheduler/v1beta1/cloudscheduler.rb', line 186

class RunJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end