Class ListBreakpointsResponse (1.4.0)

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

Response for listing breakpoints.

Attributes

NameDescription
breakpoints Sequence[google.cloud.debugger_v2.types.Breakpoint]
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.
next_wait_token str
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.

Inheritance

builtins.object > proto.message.Message > ListBreakpointsResponse