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.
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];
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];
$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];
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];
var
Google\Protobuf\FieldMask
$this