Cloud Scheduler V1beta1 API - Class Google::Cloud::Scheduler::V1beta1::UpdateJobRequest (v0.4.5)

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

Request message for UpdateJob.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#job

def job() -> ::Google::Cloud::Scheduler::V1beta1::Job
Returns
  • (::Google::Cloud::Scheduler::V1beta1::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::V1beta1::Job
Parameter
  • value (::Google::Cloud::Scheduler::V1beta1::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.

Returns
  • (::Google::Cloud::Scheduler::V1beta1::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
Returns

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
Returns