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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 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."]]],[]]