public sealed class SetBreakpointResponse : IMessage<SetBreakpointResponse>, IEquatable<SetBreakpointResponse>, IDeepCloneable<SetBreakpointResponse>, IBufferMessage, IMessage
Response for setting a breakpoint.
Implements
IMessage<SetBreakpointResponse>, IEquatable<SetBreakpointResponse>, IDeepCloneable<SetBreakpointResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Debugger.V2Assembly
Google.Cloud.Debugger.V2.dll
Constructors
SetBreakpointResponse()
public SetBreakpointResponse()
SetBreakpointResponse(SetBreakpointResponse)
public SetBreakpointResponse(SetBreakpointResponse other)
Parameter | |
---|---|
Name | Description |
other | SetBreakpointResponse |
Properties
Breakpoint
public Breakpoint Breakpoint { get; set; }
Breakpoint resource.
The field id
is guaranteed to be set (in addition to the echoed fileds).
Property Value | |
---|---|
Type | Description |
Breakpoint |