Class ListActiveBreakpointsResponse (0.1.5)

ListActiveBreakpointsResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Response for listing active breakpoints. .. attribute:: breakpoints

List of all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

:type: Sequence[google.cloud.debugger_v2.types.Breakpoint]

Attributes

NameDescription
next_wait_token str
A token that can be used in the next method call to block until the list of breakpoints changes.
wait_expired bool
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.