Class: Google::Cloud::Talent::V4::UpdateJobRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/talent/v4/job_service.rb

Overview

Update job request.

Instance Attribute Summary collapse

Instance Attribute Details

#job::Google::Cloud::Talent::V4::Job

Returns Required. The Job to be updated.

Returns:



67
68
69
70
# File 'proto_docs/google/cloud/talent/v4/job_service.rb', line 67

class UpdateJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns 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.

Returns:

  • (::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.



67
68
69
70
# File 'proto_docs/google/cloud/talent/v4/job_service.rb', line 67

class UpdateJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end