public sealed class RegisterDebuggeeResponse : IMessage<RegisterDebuggeeResponse>, IEquatable<RegisterDebuggeeResponse>, IDeepCloneable<RegisterDebuggeeResponse>, IBufferMessage, IMessage
Response for registering a debuggee.
Implements
IMessage<RegisterDebuggeeResponse>, IEquatable<RegisterDebuggeeResponse>, IDeepCloneable<RegisterDebuggeeResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Debugger.V2Assembly
Google.Cloud.Debugger.V2.dll
Constructors
RegisterDebuggeeResponse()
public RegisterDebuggeeResponse()
RegisterDebuggeeResponse(RegisterDebuggeeResponse)
public RegisterDebuggeeResponse(RegisterDebuggeeResponse other)
Parameter | |
---|---|
Name | Description |
other | RegisterDebuggeeResponse |
Properties
Debuggee
public Debuggee Debuggee { get; set; }
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.
Property Value | |
---|---|
Type | Description |
Debuggee |