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 describes the `SetBreakpointRequest` class, which is used to request setting a breakpoint in the Google Cloud Debugger V2 service, with the most recent version being 3.2.0."],["The `SetBreakpointRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to function as a message and support cloning and equality checks."],["The `SetBreakpointRequest` class includes properties such as `Breakpoint`, `ClientVersion`, and `DebuggeeId`, all required for properly setting a breakpoint."],["There are multiple versions of the `SetBreakpointRequest` available, ranging from version 2.3.0 up to the latest version 3.2.0, with the described class belonging to version 3.0.0."],["The class also includes two constructors, one default constructor, and another one that takes a `SetBreakpointRequest` as an argument, allowing it to copy the properties from an existing `SetBreakpointRequest`."]]],[]]