| Package | Description |
|---|---|
| com.google.api.services.clouddebugger.v2 | |
| com.google.api.services.clouddebugger.v2.model |
| Modifier and Type | Method and Description |
|---|---|
Clouddebugger.Controller.Debuggees.Breakpoints.Update |
Clouddebugger.Controller.Debuggees.Breakpoints.update(java.lang.String debuggeeId,
java.lang.String id,
UpdateActiveBreakpointRequest content)
Updates the breakpoint state or mutable fields.
|
| Constructor and Description |
|---|
Clouddebugger.Controller.Debuggees.Breakpoints.Update(java.lang.String debuggeeId,
java.lang.String id,
UpdateActiveBreakpointRequest content)
Updates the breakpoint state or mutable fields.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateActiveBreakpointRequest |
UpdateActiveBreakpointRequest.clone() |
UpdateActiveBreakpointRequest |
UpdateActiveBreakpointRequest.set(java.lang.String fieldName,
java.lang.Object value) |
UpdateActiveBreakpointRequest |
UpdateActiveBreakpointRequest.setBreakpoint(Breakpoint breakpoint)
Updated breakpoint information.
|