Cloud Scheduler V1beta1 API - Class Google::Cloud::Scheduler::V1beta1::DeleteJobRequest (v0.11.0)

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

Request message for deleting a job using DeleteJob.

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