| Package | Description |
|---|---|
| com.google.api.services.clouddebugger.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ListActiveBreakpointsResponse |
ListActiveBreakpointsResponse.clone() |
ListActiveBreakpointsResponse |
ListActiveBreakpointsResponse.set(String fieldName,
Object value) |
ListActiveBreakpointsResponse |
ListActiveBreakpointsResponse.setBreakpoints(List<Breakpoint> breakpoints)
List of all active breakpoints.
|
ListActiveBreakpointsResponse |
ListActiveBreakpointsResponse.setNextWaitToken(String nextWaitToken)
A token that can be used in the next method call to block until the list of breakpoints
changes.
|
ListActiveBreakpointsResponse |
ListActiveBreakpointsResponse.setWaitExpired(Boolean waitExpired)
If set to `true`, indicates that there is no change to the list of active breakpoints and the
server-selected timeout has expired.
|
Copyright © 2011–2021 Google. All rights reserved.