Class UpdateActiveBreakpointRequest (3.0.0)

public sealed class UpdateActiveBreakpointRequest : IMessage<UpdateActiveBreakpointRequest>, IEquatable<UpdateActiveBreakpointRequest>, IDeepCloneable<UpdateActiveBreakpointRequest>, IBufferMessage, IMessage

Request to update an active breakpoint.

Inheritance

Object > UpdateActiveBreakpointRequest

Namespace

Google.Cloud.Debugger.V2

Assembly

Google.Cloud.Debugger.V2.dll

Constructors

UpdateActiveBreakpointRequest()

public UpdateActiveBreakpointRequest()

UpdateActiveBreakpointRequest(UpdateActiveBreakpointRequest)

public UpdateActiveBreakpointRequest(UpdateActiveBreakpointRequest other)
Parameter
NameDescription
otherUpdateActiveBreakpointRequest

Properties

Breakpoint

public Breakpoint Breakpoint { get; set; }

Required. Updated breakpoint information. The field id must be set. The agent must echo all Breakpoint specification fields in the update.

Property Value
TypeDescription
Breakpoint

DebuggeeId

public string DebuggeeId { get; set; }

Required. Identifies the debuggee being debugged.

Property Value
TypeDescription
String