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."],[[["This webpage details the `UpdateProfileRequest` class, which is used to update a profile within the Google Cloud Profiler V2 service, within the context of the .NET framework."],["The `UpdateProfileRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["It supports updates to profile data, as defined by the Profile property and the `UpdateMask` property, which specifies what fields are being overwritten."],["There are multiple versions available, ranging from 1.0.0 up to 2.6.0, with 2.6.0 being the latest."],["There are two constructors available, one for a new instance of the `UpdateProfileRequest` and the other for creating a copy of another `UpdateProfileRequest` object."]]],[]]