public sealed class UpdateProfileRequest : IMessage<UpdateProfileRequest>, IEquatable<UpdateProfileRequest>, IDeepCloneable<UpdateProfileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Profiler v2 API class UpdateProfileRequest.
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 document provides reference information for the `UpdateProfileRequest` class within the Google Cloud Profiler v2 API, specifically for version 2.2.0."],["`UpdateProfileRequest` is used to update profiling data and it inherits from `object` while implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `UpdateProfileRequest` class has two constructors: a default constructor and one that accepts another `UpdateProfileRequest` object as a parameter."],["Key properties of the `UpdateProfileRequest` include `Profile`, which represents the profile to be updated, and `UpdateMask`, which specifies the fields to be overwritten during the update process."],["The document provides a list of prior versions of this content, starting from 1.0.0, and going up to the latest, 2.6.0."]]],[]]