public sealed class ListActiveBreakpointsResponse : IMessage<ListActiveBreakpointsResponse>, IEquatable<ListActiveBreakpointsResponse>, IDeepCloneable<ListActiveBreakpointsResponse>, IBufferMessage, IMessage
Response for listing active breakpoints.
Implements
IMessage<ListActiveBreakpointsResponse>, IEquatable<ListActiveBreakpointsResponse>, IDeepCloneable<ListActiveBreakpointsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Debugger.V2Assembly
Google.Cloud.Debugger.V2.dll
Constructors
ListActiveBreakpointsResponse()
public ListActiveBreakpointsResponse()
ListActiveBreakpointsResponse(ListActiveBreakpointsResponse)
public ListActiveBreakpointsResponse(ListActiveBreakpointsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListActiveBreakpointsResponse |
Properties
Breakpoints
public RepeatedField<Breakpoint> Breakpoints { get; }
List of all active breakpoints.
The fields id
and location
are guaranteed to be set on each breakpoint.
Property Value | |
---|---|
Type | Description |
RepeatedField<Breakpoint> |
NextWaitToken
public string NextWaitToken { get; set; }
A token that can be used in the next method call to block until the list of breakpoints changes.
Property Value | |
---|---|
Type | Description |
String |
WaitExpired
public bool WaitExpired { get; set; }
If set to true
, indicates that there is no change to the
list of active breakpoints and the server-selected timeout has expired.
The breakpoints
field would be empty and should be ignored.
Property Value | |
---|---|
Type | Description |
Boolean |