Class ControllerResource.DebuggeesResource
The "debuggees" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudDebugger.v2
Assembly: Google.Apis.CloudDebugger.v2.dll
Syntax
public class ControllerResource.DebuggeesResource
Constructors
DebuggeesResource(IClientService)
Constructs a new resource.
Declaration
public DebuggeesResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
Breakpoints
Gets the Breakpoints resource.
Declaration
public virtual ControllerResource.DebuggeesResource.BreakpointsResource Breakpoints { get; }
Property Value
| Type | Description |
|---|---|
| ControllerResource.DebuggeesResource.BreakpointsResource |
Methods
Register(RegisterDebuggeeRequest)
Registers the debuggee with the controller service. All agents attached to the same application must
call this method with exactly the same request content to get back the same stable debuggee_id. Agents
should call this method again whenever google.rpc.Code.NOT_FOUND is returned from any controller
method. This protocol allows the controller service to disable debuggees, recover from data loss, or
change the debuggee_id format. Agents must handle debuggee_id value changing upon re-registration.
Declaration
public virtual ControllerResource.DebuggeesResource.RegisterRequest Register(RegisterDebuggeeRequest body)
Parameters
| Type | Name | Description |
|---|---|---|
| RegisterDebuggeeRequest | body | The body of the request. |
Returns
| Type | Description |
|---|---|
| ControllerResource.DebuggeesResource.RegisterRequest |