Reference documentation and code samples for the Google Cloud Run V2 Client class UpdateJobRequest.
Request message for updating a Job.
Generated from protobuf message google.cloud.run.v2.UpdateJobRequest
Namespace
Google \ Cloud \ Run \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ job
↳ validate_only
bool
Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.
↳ allow_missing
bool
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.
getJob
Required. The Job to be updated.
hasJob
clearJob
setJob
Required. The Job to be updated.
$this
getValidateOnly
Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.
bool
setValidateOnly
Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.
var
bool
$this
getAllowMissing
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.
bool
setAllowMissing
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.
var
bool
$this