public class CloudDebugger.Debugger.Debuggees extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudDebugger.Debugger.Debuggees.Breakpoints
The "breakpoints" collection of methods.
|
class |
CloudDebugger.Debugger.Debuggees.List |
| Constructor and Description |
|---|
Debuggees() |
| Modifier and Type | Method and Description |
|---|---|
CloudDebugger.Debugger.Debuggees.Breakpoints |
breakpoints()
An accessor for creating requests from the Breakpoints collection.
|
CloudDebugger.Debugger.Debuggees.List |
list()
Lists all the debuggees that the user has access to.
|
public CloudDebugger.Debugger.Debuggees.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic CloudDebugger.Debugger.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.