Class ListBreakpointsResponse (2.4.0)

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

Response for listing breakpoints.

Inheritance

Object > ListBreakpointsResponse

Namespace

Google.Cloud.Debugger.V2

Assembly

Google.Cloud.Debugger.V2.dll

Constructors

ListBreakpointsResponse()

public ListBreakpointsResponse()

ListBreakpointsResponse(ListBreakpointsResponse)

public ListBreakpointsResponse(ListBreakpointsResponse other)
Parameter
NameDescription
otherListBreakpointsResponse

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