public sealed class UpdateProfileRequest : IMessage<UpdateProfileRequest>, IEquatable<UpdateProfileRequest>, IDeepCloneable<UpdateProfileRequest>, IBufferMessage, IMessage
UpdateProfileRequest contains the profile to update.
Field mask used to specify the fields to be overwritten. Currently only
profile_bytes and labels fields are supported by UpdateProfile, so only
those fields can be specified in the mask. When no mask is provided, all
fields are overwritten.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["Version 2.6.0 is the latest release, with several previous versions listed, including 2.5.0, 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.2.0, 1.1.0, and 1.0.0."],["The `UpdateProfileRequest` class, within the `Google.Cloud.Profiler.V2` namespace, is designed to encapsulate a profile for updating."],["`UpdateProfileRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["The class `UpdateProfileRequest` has properties such as `Profile` and `UpdateMask` where `Profile` represents the profile to update and `UpdateMask` determines which fields will be overwritten during an update."],["The `UpdateProfileRequest` class can be constructed with two constructor options, a default constructor and an other constructor, which accepts another `UpdateProfileRequest` object."]]],[]]