Google Cloud Run V2 Client - Class UpdateJobRequest (1.10.1)
Stay organized with collections
Save and categorize content based on your preferences.
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 |
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 |
Job|null |
|
hasJob
clearJob
setJob
Required. The Job to be updated.
| Parameter | |
|---|---|
| Name | Description |
var |
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 |
Job
Required. The Job to be updated. |
| Returns | |
|---|---|
| Type | Description |
UpdateJobRequest |
|