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-03-21 UTC."],[[["The `UpdateProfileRequest` class is used to encapsulate the data needed to update a profile within the Google Cloud Profiler V2 service, available in versions from 1.0.0 to 2.6.0."],["This class implements several interfaces, including `IMessage\u003cUpdateProfileRequest\u003e`, `IEquatable\u003cUpdateProfileRequest\u003e`, `IDeepCloneable\u003cUpdateProfileRequest\u003e`, `IBufferMessage`, and `IMessage`, for functionality and data management."],["The `UpdateProfileRequest` class has two constructors: a default constructor and one that accepts another `UpdateProfileRequest` object for copying its properties."],["It contains two main properties: `Profile`, which represents the profile to be updated, and `UpdateMask`, which specifies which fields of the profile should be overwritten."],["The latest version of the `UpdateProfileRequest` is version 2.6.0."]]],[]]