public class CloudDebugger.Debugger.Debuggees.Breakpoints
extends java.lang.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(java.lang.String debuggeeId,
java.lang.String breakpointId)
Deletes the breakpoint from the debuggee.
|
CloudDebugger.Debugger.Debuggees.Breakpoints.Get |
get(java.lang.String debuggeeId,
java.lang.String breakpointId)
Gets breakpoint information.
|
CloudDebugger.Debugger.Debuggees.Breakpoints.List |
list(java.lang.String debuggeeId)
Lists all breakpoints for the debuggee.
|
CloudDebugger.Debugger.Debuggees.Breakpoints.Set |
set(java.lang.String debuggeeId,
Breakpoint content)
Sets the breakpoint to the debuggee.
|
public CloudDebugger.Debugger.Debuggees.Breakpoints.Delete delete(java.lang.String debuggeeId, java.lang.String breakpointId) throws java.io.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.java.io.IOExceptionpublic CloudDebugger.Debugger.Debuggees.Breakpoints.Get get(java.lang.String debuggeeId, java.lang.String breakpointId) throws java.io.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.java.io.IOExceptionpublic CloudDebugger.Debugger.Debuggees.Breakpoints.List list(java.lang.String debuggeeId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.debuggeeId - Required. ID of the debuggee whose breakpoints to list.java.io.IOExceptionpublic CloudDebugger.Debugger.Debuggees.Breakpoints.Set set(java.lang.String debuggeeId, Breakpoint content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.debuggeeId - Required. ID of the debuggee where the breakpoint is to be set.content - the Breakpointjava.io.IOException