Class ListActiveBreakpointsResponse (2.4.0)

public sealed class ListActiveBreakpointsResponse : IMessage<ListActiveBreakpointsResponse>, IEquatable<ListActiveBreakpointsResponse>, IDeepCloneable<ListActiveBreakpointsResponse>, IBufferMessage, IMessage

Response for listing active breakpoints.

Inheritance

Object > ListActiveBreakpointsResponse

Namespace

Google.Cloud.Debugger.V2

Assembly

Google.Cloud.Debugger.V2.dll

Constructors

ListActiveBreakpointsResponse()

public ListActiveBreakpointsResponse()

ListActiveBreakpointsResponse(ListActiveBreakpointsResponse)

public ListActiveBreakpointsResponse(ListActiveBreakpointsResponse other)
Parameter
NameDescription
otherListActiveBreakpointsResponse

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
TypeDescription
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
TypeDescription
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
TypeDescription
Boolean