Class: Google::Cloud::Scheduler::V1beta1::UpdateJobRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#job::Google::Cloud::Scheduler::V1beta1::Job

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



132
133
134
135
# File 'proto_docs/google/cloud/scheduler/v1beta1/cloudscheduler.rb', line 132

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

#update_mask::Google::Protobuf::FieldMask

Returns A mask used to specify which fields of the job are being updated.

Returns:



132
133
134
135
# File 'proto_docs/google/cloud/scheduler/v1beta1/cloudscheduler.rb', line 132

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