Class RegisterDebuggeeResponse (1.4.0)

RegisterDebuggeeResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response for registering a debuggee.

Attribute

NameDescription
debuggee google.cloud.debugger_v2.types.Debuggee
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.

Inheritance

builtins.object > proto.message.Message > RegisterDebuggeeResponse