Class: Google::Cloud::Talent::V4beta1::UpdateProfileRequest

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

Overview

Update profile request

Instance Attribute Summary collapse

Instance Attribute Details

#profile::Google::Cloud::Talent::V4beta1::Profile

Returns Required. Profile to be updated.

Returns:



124
125
126
127
# File 'proto_docs/google/cloud/talent/v4beta1/profile_service.rb', line 124

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

#update_mask::Google::Protobuf::FieldMask

Returns A field mask to specify the profile fields to update.

A full update is performed if it is unset.

Returns:



124
125
126
127
# File 'proto_docs/google/cloud/talent/v4beta1/profile_service.rb', line 124

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