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."],[[["The `SetBreakpointRequest` class is used to request the setting of a breakpoint within the Google Cloud Debugger V2 API."],["This class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SetBreakpointRequest` class requires three properties to be specified: `Breakpoint` which sets the breakpoint specification, `ClientVersion` defining the client schema version and `DebuggeeId` identifying the target debuggee."],["There are two constructors for `SetBreakpointRequest`, one default and another that takes another instance of the class as a parameter."],["This webpage shows that the `SetBreakpointRequest` has had several versions, with 3.2.0 being the most recent, while this specific content is for version 2.4.0."]]],[]]