public sealed class GetBreakpointResponse : IMessage<GetBreakpointResponse>, IEquatable<GetBreakpointResponse>, IDeepCloneable<GetBreakpointResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Debugger v2 API class GetBreakpointResponse.
Response for getting breakpoint information.
Implements
IMessageGetBreakpointResponse, IEquatableGetBreakpointResponse, IDeepCloneableGetBreakpointResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Debugger.V2Assembly
Google.Cloud.Debugger.V2.dll
Constructors
GetBreakpointResponse()
public GetBreakpointResponse()
GetBreakpointResponse(GetBreakpointResponse)
public GetBreakpointResponse(GetBreakpointResponse other)
Parameter | |
---|---|
Name | Description |
other | GetBreakpointResponse |
Properties
Breakpoint
public Breakpoint Breakpoint { get; set; }
Complete breakpoint state.
The fields id
and location
are guaranteed to be set.
Property Value | |
---|---|
Type | Description |
Breakpoint |