public final class ListBreakpointsResponse
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Cloud Debugger API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ListBreakpointsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListBreakpointsResponse |
clone() |
java.util.List<Breakpoint> |
getBreakpoints()
List of all breakpoints with complete state.
|
java.lang.String |
getNextWaitToken()
A wait token that can be used in the next call to `list` (REST) or `ListBreakpoints` (RPC) to
block until the list of breakpoints has changes.
|
ListBreakpointsResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ListBreakpointsResponse |
setBreakpoints(java.util.List<Breakpoint> breakpoints)
List of all breakpoints with complete state.
|
ListBreakpointsResponse |
setNextWaitToken(java.lang.String nextWaitToken)
A wait token that can be used in the next call to `list` (REST) or `ListBreakpoints` (RPC) to
block until the list of breakpoints has changes.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<Breakpoint> getBreakpoints()
null for nonepublic ListBreakpointsResponse setBreakpoints(java.util.List<Breakpoint> breakpoints)
breakpoints - breakpoints or null for nonepublic java.lang.String getNextWaitToken()
null for nonepublic ListBreakpointsResponse setNextWaitToken(java.lang.String nextWaitToken)
nextWaitToken - nextWaitToken or null for nonepublic ListBreakpointsResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ListBreakpointsResponse clone()
clone in class com.google.api.client.json.GenericJson