Google Cloud Run V2 Client - Class UpdateJobRequest (0.9.1)

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 \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ job Google\Cloud\Run\V2\Job

Required. The Job to be updated.

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

Returns
TypeDescription
Google\Cloud\Run\V2\Job|null

hasJob

clearJob

setJob

Required. The Job to be updated.

Parameter
NameDescription
var Google\Cloud\Run\V2\Job
Returns
TypeDescription
$this

getValidateOnly

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

Returns
TypeDescription
bool

setValidateOnly

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

Parameter
NameDescription
var bool
Returns
TypeDescription
$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.

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

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
job Google\Cloud\Run\V2\Job

Required. The Job to be updated.

Returns
TypeDescription
Google\Cloud\Run\V2\UpdateJobRequest