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"]],[["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 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."]]],[]]