Class: Google::Cloud::Scheduler::V1beta1::DeleteJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Scheduler::V1beta1::DeleteJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/scheduler/v1beta1/cloudscheduler.rb
Overview
Request message for deleting a job using DeleteJob.
Instance Attribute Summary collapse
-
#legacy_app_engine_cron ⇒ ::Boolean
This field is used to manage the legacy App Engine Cron jobs using the Cloud Scheduler API.
-
#name ⇒ ::String
Required.
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 deleted instead.
148 149 150 151 |
# File 'proto_docs/google/cloud/scheduler/v1beta1/cloudscheduler.rb', line 148 class DeleteJobRequest 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
.
148 149 150 151 |
# File 'proto_docs/google/cloud/scheduler/v1beta1/cloudscheduler.rb', line 148 class DeleteJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |