public sealed class ListActiveBreakpointsResponse : IMessage<ListActiveBreakpointsResponse>, IEquatable<ListActiveBreakpointsResponse>, IDeepCloneable<ListActiveBreakpointsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Debugger v2 API class ListActiveBreakpointsResponse.
Response for listing active breakpoints.
Implements
IMessageListActiveBreakpointsResponse, IEquatableListActiveBreakpointsResponse, IDeepCloneableListActiveBreakpointsResponse, 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 |
RepeatedFieldBreakpoint |
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 |
bool |