public final class Debuggee
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 Cloud Debugger API (Deprecated). For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Debuggee() |
| Modifier and Type | Method and Description |
|---|---|
Debuggee |
clone() |
String |
getAgentVersion()
Version ID of the agent.
|
String |
getCanaryMode()
Used when setting breakpoint canary for this debuggee.
|
String |
getDescription()
Human readable description of the debuggee.
|
List<ExtendedSourceContext> |
getExtSourceContexts()
References to the locations and revisions of the source code used in the deployed application.
|
String |
getId()
Unique identifier for the debuggee generated by the controller service.
|
Boolean |
getIsDisabled()
If set to `true`, indicates that the agent should disable itself and detach from the debuggee.
|
Boolean |
getIsInactive()
If set to `true`, indicates that Controller service does not detect any activity from the
debuggee agents and the application is possibly stopped.
|
Map<String,String> |
getLabels()
A set of custom debuggee properties, populated by the agent, to be displayed to the user.
|
String |
getProject()
Project the debuggee is associated with.
|
List<SourceContext> |
getSourceContexts()
References to the locations and revisions of the source code used in the deployed application.
|
StatusMessage |
getStatus()
Human readable message to be displayed to the user about this debuggee.
|
String |
getUniquifier()
Uniquifier to further distinguish the application.
|
Debuggee |
set(String fieldName,
Object value) |
Debuggee |
setAgentVersion(String agentVersion)
Version ID of the agent.
|
Debuggee |
setCanaryMode(String canaryMode)
Used when setting breakpoint canary for this debuggee.
|
Debuggee |
setDescription(String description)
Human readable description of the debuggee.
|
Debuggee |
setExtSourceContexts(List<ExtendedSourceContext> extSourceContexts)
References to the locations and revisions of the source code used in the deployed application.
|
Debuggee |
setId(String id)
Unique identifier for the debuggee generated by the controller service.
|
Debuggee |
setIsDisabled(Boolean isDisabled)
If set to `true`, indicates that the agent should disable itself and detach from the debuggee.
|
Debuggee |
setIsInactive(Boolean isInactive)
If set to `true`, indicates that Controller service does not detect any activity from the
debuggee agents and the application is possibly stopped.
|
Debuggee |
setLabels(Map<String,String> labels)
A set of custom debuggee properties, populated by the agent, to be displayed to the user.
|
Debuggee |
setProject(String project)
Project the debuggee is associated with.
|
Debuggee |
setSourceContexts(List<SourceContext> sourceContexts)
References to the locations and revisions of the source code used in the deployed application.
|
Debuggee |
setStatus(StatusMessage status)
Human readable message to be displayed to the user about this debuggee.
|
Debuggee |
setUniquifier(String uniquifier)
Uniquifier to further distinguish the application.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getAgentVersion()
null for nonepublic Debuggee setAgentVersion(String agentVersion)
agentVersion - agentVersion or null for nonepublic String getCanaryMode()
null for nonepublic Debuggee setCanaryMode(String canaryMode)
canaryMode - canaryMode or null for nonepublic String getDescription()
null for nonepublic Debuggee setDescription(String description)
description - description or null for nonepublic List<ExtendedSourceContext> getExtSourceContexts()
null for nonepublic Debuggee setExtSourceContexts(List<ExtendedSourceContext> extSourceContexts)
extSourceContexts - extSourceContexts or null for nonepublic String getId()
null for nonepublic Debuggee setId(String id)
id - id or null for nonepublic Boolean getIsDisabled()
null for nonepublic Debuggee setIsDisabled(Boolean isDisabled)
isDisabled - isDisabled or null for nonepublic Boolean getIsInactive()
null for nonepublic Debuggee setIsInactive(Boolean isInactive)
isInactive - isInactive or null for nonepublic Map<String,String> getLabels()
null for nonepublic Debuggee setLabels(Map<String,String> labels)
labels - labels or null for nonepublic String getProject()
null for nonepublic Debuggee setProject(String project)
project - project or null for nonepublic List<SourceContext> getSourceContexts()
null for nonepublic Debuggee setSourceContexts(List<SourceContext> sourceContexts)
sourceContexts - sourceContexts or null for nonepublic StatusMessage getStatus()
null for nonepublic Debuggee setStatus(StatusMessage status)
status - status or null for nonepublic String getUniquifier()
null for nonepublic Debuggee setUniquifier(String uniquifier)
uniquifier - uniquifier or null for nonepublic Debuggee set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Debuggee clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.