Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class UpdateJobRequest.
Update job request.
Generated from protobuf message google.cloud.talent.v4.UpdateJobRequest
Namespace
Google \ Cloud \ Talent \ V4Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ job
↳ update_mask
Google\Protobuf\FieldMask
Strongly recommended for the best service experience. If update_mask is provided, only the specified fields in job are updated. Otherwise all the fields are updated. A field mask to restrict the fields that are updated. Only top level fields of Job are supported.
getJob
Required. The Job to be updated.
hasJob
clearJob
setJob
Required. The Job to be updated.
$this
getUpdateMask
Strongly recommended for the best service experience.
If update_mask is provided, only the specified fields in job are updated. Otherwise all the fields are updated. A field mask to restrict the fields that are updated. Only top level fields of Job are supported.
hasUpdateMask
clearUpdateMask
setUpdateMask
Strongly recommended for the best service experience.
If update_mask is provided, only the specified fields in job are updated. Otherwise all the fields are updated. A field mask to restrict the fields that are updated. Only top level fields of Job are supported.
$this
static::build
job
updateMask
Google\Protobuf\FieldMask
Strongly recommended for the best service experience.
If update_mask is provided, only the specified fields in job are updated. Otherwise all the fields are updated.
A field mask to restrict the fields that are updated. Only top level fields of Job are supported.

