Class ListActiveBreakpointsResponse (1.6.0)

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

Response for listing active breakpoints.

Attributes

NameDescription
breakpoints MutableSequence[google.cloud.debugger_v2.types.Breakpoint]
List of all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.
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.