public sealed class UpdateProfileRequest : IMessage<UpdateProfileRequest>, IEquatable<UpdateProfileRequest>, IDeepCloneable<UpdateProfileRequest>, IBufferMessage, IMessageUpdateProfileRequest contains the profile to update.
Implements
IMessage<UpdateProfileRequest>, IEquatable<UpdateProfileRequest>, IDeepCloneable<UpdateProfileRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Profiler.V2Assembly
Google.Cloud.Profiler.V2.dll
Constructors
UpdateProfileRequest()
public UpdateProfileRequest()UpdateProfileRequest(UpdateProfileRequest)
public UpdateProfileRequest(UpdateProfileRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateProfileRequest |
Properties
Profile
public Profile Profile { get; set; }Profile to update
| Property Value | |
|---|---|
| Type | Description |
Profile |
|
UpdateMask
public FieldMask UpdateMask { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|