Class: Google::Cloud::Talent::V4beta1::UpdateJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::UpdateJobRequest
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb
Overview
Input only.
Update job request.
Instance Attribute Summary collapse
-
#job ⇒ Google::Cloud::Talent::V4beta1::Job
Required.
-
#update_mask ⇒ Google::Protobuf::FieldMask
Optional but strongly recommended to be provided for the best service experience.
Instance Attribute Details
#job ⇒ Google::Cloud::Talent::V4beta1::Job
Returns Required.
The Job to be updated.
76 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb', line 76 class UpdateJobRequest; end |
#update_mask ⇒ Google::Protobuf::FieldMask
Returns Optional but strongly recommended to be provided 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.
76 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb', line 76 class UpdateJobRequest; end |