public sealed class ListBreakpointsResponse : IMessage<ListBreakpointsResponse>, IEquatable<ListBreakpointsResponse>, IDeepCloneable<ListBreakpointsResponse>, IBufferMessage, IMessage
Response for listing breakpoints.
Implements
IMessage<ListBreakpointsResponse>, IEquatable<ListBreakpointsResponse>, IDeepCloneable<ListBreakpointsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Debugger.V2Assembly
Google.Cloud.Debugger.V2.dll
Constructors
ListBreakpointsResponse()
public ListBreakpointsResponse()
ListBreakpointsResponse(ListBreakpointsResponse)
public ListBreakpointsResponse(ListBreakpointsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListBreakpointsResponse |
Properties
Breakpoints
public RepeatedField<Breakpoint> Breakpoints { get; }
List of breakpoints matching the request.
The fields id
and location
are guaranteed to be set on each breakpoint.
The fields: stack_frames
, evaluated_expressions
and variable_table
are cleared on each breakpoint regardless of its status.
Property Value | |
---|---|
Type | Description |
RepeatedField<Breakpoint> |
NextWaitToken
public string NextWaitToken { get; set; }
A wait token that can be used in the next call to list
(REST) or
ListBreakpoints
(RPC) to block until the list of breakpoints has changes.
Property Value | |
---|---|
Type | Description |
String |