Cloud Profiler v2 API - Class UpdateProfileRequest (2.5.0)

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.

Inheritance

object > UpdateProfileRequest

Namespace

Google.Cloud.Profiler.V2

Assembly

Google.Cloud.Profiler.V2.dll

Constructors

UpdateProfileRequest()

public UpdateProfileRequest()

UpdateProfileRequest(UpdateProfileRequest)

public UpdateProfileRequest(UpdateProfileRequest other)
Parameter
NameDescription
otherUpdateProfileRequest

Properties

Profile

public Profile Profile { get; set; }

Profile to update.

Property Value
TypeDescription
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
TypeDescription
FieldMask