public sealed class SetBreakpointRequest : IMessage<SetBreakpointRequest>, IEquatable<SetBreakpointRequest>, IDeepCloneable<SetBreakpointRequest>, IBufferMessage, IMessage
[[["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 document outlines the `SetBreakpointRequest` class, which is used to request setting a breakpoint within the Google Cloud Debugger V2 API, specifically version 2.3.0."],["The `SetBreakpointRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["The class offers two constructors, a default one and another that takes a `SetBreakpointRequest` object as a parameter to support cloning."],["Key properties of `SetBreakpointRequest` include `Breakpoint`, `ClientVersion`, and `DebuggeeId`, which are essential for specifying the breakpoint, the client making the request, and the target debuggee, respectively."],["There are several versions of the `SetBreakpointRequest` class, including 3.2.0, 3.1.0, 3.0.0, 2.4.0, and 2.3.0, with 3.2.0 being the latest version."]]],[]]