public class CloudDebugger.Controller.Debuggees
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudDebugger.Controller.Debuggees.Breakpoints
The "breakpoints" collection of methods.
|
class |
CloudDebugger.Controller.Debuggees.Register |
| Constructor and Description |
|---|
Debuggees() |
| Modifier and Type | Method and Description |
|---|---|
CloudDebugger.Controller.Debuggees.Breakpoints |
breakpoints()
An accessor for creating requests from the Breakpoints collection.
|
CloudDebugger.Controller.Debuggees.Register |
register(RegisterDebuggeeRequest content)
Registers the debuggee with the controller service.
|
public CloudDebugger.Controller.Debuggees.Register register(RegisterDebuggeeRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the RegisterDebuggeeRequestjava.io.IOExceptionpublic CloudDebugger.Controller.Debuggees.Breakpoints breakpoints()
The typical use is:
CloudDebugger clouddebugger = new CloudDebugger(...);CloudDebugger.Breakpoints.List request = clouddebugger.breakpoints().list(parameters ...)