public sealed class GetBreakpointRequest : IMessage<GetBreakpointRequest>, IEquatable<GetBreakpointRequest>, IDeepCloneable<GetBreakpointRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Debugger v2 API class GetBreakpointRequest.
[[["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."],[[["This document provides reference information for the `GetBreakpointRequest` class within the Google Cloud Debugger v2 API, specifically version 3.1.0, with links to other versions also available."],["`GetBreakpointRequest` is a class used to request breakpoint information and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `Object` class and has properties such as `BreakpointId`, `ClientVersion`, and `DebuggeeId`, all of which are strings."],["The `GetBreakpointRequest` class has two constructors: a default constructor and a constructor that takes another `GetBreakpointRequest` instance as a parameter."],["This class is located in the `Google.Cloud.Debugger.V2` namespace and is part of the `Google.Cloud.Debugger.V2.dll` assembly."]]],[]]