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.
Parameters | |
---|---|
Name | Description |
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
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. |
getJob
Required. The Job to be updated.
Returns | |
---|---|
Type | Description |
Google\Cloud\Run\V2\Job|null |
hasJob
clearJob
setJob
Required. The Job to be updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Run\V2\Job
|
Returns | |
---|---|
Type | Description |
$this |
getValidateOnly
Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.
Returns | |
---|---|
Type | Description |
bool |
setValidateOnly
Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getAllowMissing
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.
Returns | |
---|---|
Type | Description |
bool |
setAllowMissing
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.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
job |
Google\Cloud\Run\V2\Job
Required. The Job to be updated. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Run\V2\UpdateJobRequest |