Reference documentation and code samples for the Cloud Run V2 API class Google::Cloud::Run::V2::UpdateJobRequest.
Request message for updating a Job.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#allow_missing
def allow_missing() -> ::Boolean
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.
#allow_missing=
def allow_missing=(value) -> ::Boolean
Parameter
- value (::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.
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.
#job
def job() -> ::Google::Cloud::Run::V2::Job
Returns
- (::Google::Cloud::Run::V2::Job) — Required. The Job to be updated.
#job=
def job=(value) -> ::Google::Cloud::Run::V2::Job
Parameter
- value (::Google::Cloud::Run::V2::Job) — Required. The Job to be updated.
Returns
- (::Google::Cloud::Run::V2::Job) — Required. The Job to be updated.
#validate_only
def validate_only() -> ::Boolean
Returns
- (::Boolean) — Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.
#validate_only=
def validate_only=(value) -> ::Boolean
Parameter
- value (::Boolean) — 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.