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-03-21 UTC."],[[["This document provides reference documentation for the `UpdateProfileRequest` class within the Google Cloud Profiler v2 API for .NET."],["The latest version of `UpdateProfileRequest` is 2.6.0, with previous versions ranging from 2.5.0 down to 1.0.0 also being available for reference."],["`UpdateProfileRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateProfileRequest` class contains two properties, `Profile` which is the profile to update, and `UpdateMask` used to specify which fields to be overwritten."],["There are also two constructors for creating `UpdateProfileRequest` objects, one default, and another that takes an existing `UpdateProfileRequest` object as a parameter."]]],[]]