Class: Google::Cloud::Run::V2::UpdateJobRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/run/v2/job.rb

Overview

Request message for updating a Job.

Instance Attribute Summary collapse

Instance Attribute Details

#allow_missing::Boolean

Returns If set to true, and if the Job does not exist, it will create a new one. Caller must have both create and update permissions for this call if this is set to true.

Returns:

  • (::Boolean)

    If set to true, and if the Job does not exist, it will create a new one. Caller must have both create and update permissions for this call if this is set to true.



70
71
72
73
# File 'proto_docs/google/cloud/run/v2/job.rb', line 70

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

#job::Google::Cloud::Run::V2::Job

Returns Required. The Job to be updated.

Returns:



70
71
72
73
# File 'proto_docs/google/cloud/run/v2/job.rb', line 70

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

#validate_only::Boolean

Returns Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.

Returns:

  • (::Boolean)

    Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.



70
71
72
73
# File 'proto_docs/google/cloud/run/v2/job.rb', line 70

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