public sealed class SetBreakpointRequest : IMessage<SetBreakpointRequest>, IEquatable<SetBreakpointRequest>, IDeepCloneable<SetBreakpointRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Debugger v2 API class SetBreakpointRequest.
[[["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."],[[["The `SetBreakpointRequest` class is part of the Google Cloud Debugger v2 API, specifically found in the `Google.Cloud.Debugger.V2` namespace and `Google.Cloud.Debugger.V2.dll` assembly."],["This class is used to request the setting of a breakpoint, and it inherits from the `Object` class while implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SetBreakpointRequest` class includes constructors for creating new instances and properties such as `Breakpoint`, `ClientVersion`, and `DebuggeeId`, which are required for setting the breakpoint specification, client version, and debuggee ID respectively."],["There are multiple versions of this class available for use, ranging from 2.3.0 to the latest 3.2.0."],["The `Breakpoint` property requires a breakpoint specification to set, and its location must be set."]]],[]]