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 latest version of the `SetBreakpointRequest` class is 3.2.0, found within the Google Cloud Debugger v2 API."],["`SetBreakpointRequest` is a class used to send a request to set a breakpoint within the Google Cloud Debugger v2 API, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SetBreakpointRequest` class has a constructor and properties including `Breakpoint`, `ClientVersion`, and `DebuggeeId`, all critical in determining the specifications for the breakpoint."],["The `Breakpoint` property, which is required, specifies the details of the breakpoint to set, and its location field must be set."],["Both `ClientVersion` and `DebuggeeId` properties are required strings, with `ClientVersion` specifying the client's version, and `DebuggeeId` specifying where to set the breakpoint."]]],[]]