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