Reference documentation and code samples for the Cloud Scheduler V1 API class Google::Cloud::Scheduler::V1::UpdateJobRequest.
Request message for UpdateJob.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#job
def job() -> ::Google::Cloud::Scheduler::V1::Job
-
(::Google::Cloud::Scheduler::V1::Job) — Required. The new job properties.
name must be specified.
Output only fields cannot be modified using UpdateJob. Any value specified for an output only field will be ignored.
#job=
def job=(value) -> ::Google::Cloud::Scheduler::V1::Job
-
value (::Google::Cloud::Scheduler::V1::Job) — Required. The new job properties.
name must be specified.
Output only fields cannot be modified using UpdateJob. Any value specified for an output only field will be ignored.
-
(::Google::Cloud::Scheduler::V1::Job) — Required. The new job properties.
name must be specified.
Output only fields cannot be modified using UpdateJob. Any value specified for an output only field will be ignored.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
- (::Google::Protobuf::FieldMask) — A mask used to specify which fields of the job are being updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
- value (::Google::Protobuf::FieldMask) — A mask used to specify which fields of the job are being updated.
- (::Google::Protobuf::FieldMask) — A mask used to specify which fields of the job are being updated.