Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::UpdateProfileRequest.
Update profile request
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#profile
def profile() -> ::Google::Cloud::Talent::V4beta1::Profile
Returns
- (::Google::Cloud::Talent::V4beta1::Profile) — Required. Profile to be updated.
#profile=
def profile=(value) -> ::Google::Cloud::Talent::V4beta1::Profile
Parameter
- value (::Google::Cloud::Talent::V4beta1::Profile) — Required. Profile to be updated.
Returns
- (::Google::Cloud::Talent::V4beta1::Profile) — Required. Profile to be updated.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
-
(::Google::Protobuf::FieldMask) — A field mask to specify the profile fields to update.
A full update is performed if it is unset.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
-
value (::Google::Protobuf::FieldMask) — A field mask to specify the profile fields to update.
A full update is performed if it is unset.
Returns
-
(::Google::Protobuf::FieldMask) — A field mask to specify the profile fields to update.
A full update is performed if it is unset.