Class: Google::Cloud::Run::V2::UpdateJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::UpdateJobRequest
- 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
-
#allow_missing ⇒ ::Boolean
Optional.
-
#job ⇒ ::Google::Cloud::Run::V2::Job
Required.
-
#validate_only ⇒ ::Boolean
Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.
Instance Attribute Details
#allow_missing ⇒ ::Boolean
Returns Optional. 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.
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.
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 |