public sealed class ListActiveBreakpointsRequest : IMessage<ListActiveBreakpointsRequest>, IEquatable<ListActiveBreakpointsRequest>, IDeepCloneable<ListActiveBreakpointsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Debugger v2 API class ListActiveBreakpointsRequest.
If set to true (recommended), returns google.rpc.Code.OK status and
sets the wait_expired response field to true when the server-selected
timeout has expired.
If set to false (deprecated), returns google.rpc.Code.ABORTED status
when the server-selected timeout has expired.
A token that, if specified, blocks the method call until the list
of active breakpoints has changed, or a server-selected timeout has
expired. The value should be set from the next_wait_token field in
the last response. The initial value should be set to "init".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page provides reference documentation for the `ListActiveBreakpointsRequest` class within the Google Cloud Debugger v2 API, detailing its purpose for requesting a list of active breakpoints."],["The `ListActiveBreakpointsRequest` class, found in the `Google.Cloud.Debugger.V2` namespace, is part of the Google.Cloud.Debugger.V2.dll assembly and inherits from `Object` while implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the available versions of the API, ranging from version 2.3.0 to the latest 3.2.0, and includes constructors for creating `ListActiveBreakpointsRequest` objects."],["Key properties of the `ListActiveBreakpointsRequest` class include `DebuggeeId`, to identify the debuggee; `SuccessOnTimeout`, which manages server timeout behavior; and `WaitToken`, for blocking the method until changes or a timeout occurs."],["The provided API offers methods that include `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` which are inherited from the `Object` class."]]],[]]