public final class ListDebuggeesResponse
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 |
|---|
ListDebuggeesResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListDebuggeesResponse |
clone() |
java.util.List<Debuggee> |
getDebuggees()
List of debuggees accessible to the calling user.
|
ListDebuggeesResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ListDebuggeesResponse |
setDebuggees(java.util.List<Debuggee> debuggees)
List of debuggees accessible to the calling user.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<Debuggee> getDebuggees()
null for nonepublic ListDebuggeesResponse setDebuggees(java.util.List<Debuggee> debuggees)
debuggees - debuggees or null for nonepublic ListDebuggeesResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ListDebuggeesResponse clone()
clone in class com.google.api.client.json.GenericJson