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 |
|---|
Clouddebugger.Controller.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 ...)