public sealed class RegisterDebuggeeResponse : IMessage<RegisterDebuggeeResponse>, IEquatable<RegisterDebuggeeResponse>, IDeepCloneable<RegisterDebuggeeResponse>, IBufferMessage, IMessage
Debuggee resource.
The field id is guaranteed to be set (in addition to the echoed fields).
If the field is_disabled is set to true, the agent should disable
itself by removing all breakpoints and detaching from the application.
It should however continue to poll RegisterDebuggee until reenabled.
[[["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."],[[["`RegisterDebuggeeResponse` is a class that serves as the response for registering a debuggee in the Google Cloud Debugger V2 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to manage messages, equality checks, deep cloning, and buffering."],["`RegisterDebuggeeResponse` inherits from the base `Object` class, including members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `Debuggee` property within `RegisterDebuggeeResponse` provides detailed information about the registered debuggee, including a guaranteed `id` and an `is_disabled` flag for agent control."],["There are two constructors provided for the `RegisterDebuggeeResponse` class, one default and one allowing an existing `RegisterDebuggeeResponse` object to be used to construct it."]]],[]]