Reference documentation and code samples for the Cloud Scheduler V1 Client class UpdateJobRequest.
Request message for UpdateJob.
Generated from protobuf message google.cloud.scheduler.v1.UpdateJobRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ job |
Google\Cloud\Scheduler\V1\Job
Required. The new job properties. name must be specified. Output only fields cannot be modified using UpdateJob. Any value specified for an output only field will be ignored. |
↳ update_mask |
Google\Protobuf\FieldMask
A mask used to specify which fields of the job are being updated. |
getJob
Required. The new job properties. name must be specified.
Output only fields cannot be modified using UpdateJob. Any value specified for an output only field will be ignored.
Generated from protobuf field .google.cloud.scheduler.v1.Job job = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Google\Cloud\Scheduler\V1\Job|null |
hasJob
clearJob
setJob
Required. The new job properties. name must be specified.
Output only fields cannot be modified using UpdateJob. Any value specified for an output only field will be ignored.
Generated from protobuf field .google.cloud.scheduler.v1.Job job = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Scheduler\V1\Job
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
A mask used to specify which fields of the job are being updated.
Generated from protobuf field .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
A mask used to specify which fields of the job are being updated.
Generated from protobuf field .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |