public class CloudDebugger.Debugger.Debuggees.Breakpoints extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudDebugger.Debugger.Debuggees.Breakpoints.Delete |
class |
CloudDebugger.Debugger.Debuggees.Breakpoints.Get |
class |
CloudDebugger.Debugger.Debuggees.Breakpoints.List |
class |
CloudDebugger.Debugger.Debuggees.Breakpoints.Set |
| Constructor and Description |
|---|
Breakpoints() |
| Modifier and Type | Method and Description |
|---|---|
CloudDebugger.Debugger.Debuggees.Breakpoints.Delete |
delete(String debuggeeId,
String breakpointId)
Deletes the breakpoint from the debuggee.
|
CloudDebugger.Debugger.Debuggees.Breakpoints.Get |
get(String debuggeeId,
String breakpointId)
Gets breakpoint information.
|
CloudDebugger.Debugger.Debuggees.Breakpoints.List |
list(String debuggeeId)
Lists all breakpoints for the debuggee.
|
CloudDebugger.Debugger.Debuggees.Breakpoints.Set |
set(String debuggeeId,
Breakpoint content)
Sets the breakpoint to the debuggee.
|
public CloudDebugger.Debugger.Debuggees.Breakpoints.Delete delete(String debuggeeId, String breakpointId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.debuggeeId - Required. ID of the debuggee whose breakpoint to delete.breakpointId - Required. ID of the breakpoint to delete.IOExceptionpublic CloudDebugger.Debugger.Debuggees.Breakpoints.Get get(String debuggeeId, String breakpointId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.debuggeeId - Required. ID of the debuggee whose breakpoint to get.breakpointId - Required. ID of the breakpoint to get.IOExceptionpublic CloudDebugger.Debugger.Debuggees.Breakpoints.List list(String debuggeeId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.debuggeeId - Required. ID of the debuggee whose breakpoints to list.IOExceptionpublic CloudDebugger.Debugger.Debuggees.Breakpoints.Set set(String debuggeeId, Breakpoint content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.debuggeeId - Required. ID of the debuggee where the breakpoint is to be set.content - the BreakpointIOExceptionCopyright © 2011–2021 Google. All rights reserved.