Class RegisterDebuggeeResponse (2.3.0)

public sealed class RegisterDebuggeeResponse : IMessage<RegisterDebuggeeResponse>, IEquatable<RegisterDebuggeeResponse>, IDeepCloneable<RegisterDebuggeeResponse>, IBufferMessage, IMessage

Response for registering a debuggee.

Inheritance

Object > RegisterDebuggeeResponse

Namespace

Google.Cloud.Debugger.V2

Assembly

Google.Cloud.Debugger.V2.dll

Constructors

RegisterDebuggeeResponse()

public RegisterDebuggeeResponse()

RegisterDebuggeeResponse(RegisterDebuggeeResponse)

public RegisterDebuggeeResponse(RegisterDebuggeeResponse other)
Parameter
NameDescription
otherRegisterDebuggeeResponse

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
TypeDescription
Debuggee