public sealed class ListBreakpointsResponse : IMessage<ListBreakpointsResponse>, IEquatable<ListBreakpointsResponse>, IDeepCloneable<ListBreakpointsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Debugger v2 API class ListBreakpointsResponse.
Response for listing breakpoints.
Implements
IMessageListBreakpointsResponse, IEquatableListBreakpointsResponse, IDeepCloneableListBreakpointsResponse, 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 |
RepeatedFieldBreakpoint |
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 |