public class CloudDebugger.Controller.Debuggees extends 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 IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the RegisterDebuggeeRequestIOExceptionpublic CloudDebugger.Controller.Debuggees.Breakpoints breakpoints()
The typical use is:
CloudDebugger clouddebugger = new CloudDebugger(...);CloudDebugger.Breakpoints.List request = clouddebugger.breakpoints().list(parameters ...)
Copyright © 2011–2020 Google. All rights reserved.