Google Cloud Debugger v2 API - Class SetBreakpointResponse (3.1.0)

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

Reference documentation and code samples for the Google Cloud Debugger v2 API class SetBreakpointResponse.

Response for setting a breakpoint.

Inheritance

Object > SetBreakpointResponse

Namespace

Google.Cloud.Debugger.V2

Assembly

Google.Cloud.Debugger.V2.dll

Constructors

SetBreakpointResponse()

public SetBreakpointResponse()

SetBreakpointResponse(SetBreakpointResponse)

public SetBreakpointResponse(SetBreakpointResponse other)
Parameter
NameDescription
otherSetBreakpointResponse

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
TypeDescription
Breakpoint