public final class Breakpoint extends 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. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Breakpoint() |
| Modifier and Type | Method and Description |
|---|---|
Breakpoint |
clone() |
String |
getAction()
Action that the agent should perform when the code at the breakpoint location is hit.
|
String |
getCanaryExpireTime()
The deadline for the breakpoint to stay in CANARY_ACTIVE state.
|
String |
getCondition()
Condition that triggers the breakpoint.
|
String |
getCreateTime()
Time this breakpoint was created by the server in seconds resolution.
|
List<Variable> |
getEvaluatedExpressions()
Values of evaluated expressions at breakpoint time.
|
List<String> |
getExpressions()
List of read-only expressions to evaluate at the breakpoint location.
|
String |
getFinalTime()
Time this breakpoint was finalized as seen by the server in seconds resolution.
|
String |
getId()
Breakpoint identifier, unique in the scope of the debuggee.
|
Boolean |
getIsFinalState()
When true, indicates that this is a final result and the breakpoint state will not change from
here on.
|
Map<String,String> |
getLabels()
A set of custom breakpoint properties, populated by the agent, to be displayed to the user.
|
SourceLocation |
getLocation()
Breakpoint source location.
|
String |
getLogLevel()
Indicates the severity of the log.
|
String |
getLogMessageFormat()
Only relevant when action is `LOG`.
|
List<StackFrame> |
getStackFrames()
The stack at breakpoint time, where stack_frames[0] represents the most recently entered
function.
|
String |
getState()
The current state of the breakpoint.
|
StatusMessage |
getStatus()
Breakpoint status.
|
String |
getUserEmail()
E-mail address of the user that created this breakpoint
|
List<Variable> |
getVariableTable()
The `variable_table` exists to aid with computation, memory and network traffic optimization.
|
Breakpoint |
set(String fieldName,
Object value) |
Breakpoint |
setAction(String action)
Action that the agent should perform when the code at the breakpoint location is hit.
|
Breakpoint |
setCanaryExpireTime(String canaryExpireTime)
The deadline for the breakpoint to stay in CANARY_ACTIVE state.
|
Breakpoint |
setCondition(String condition)
Condition that triggers the breakpoint.
|
Breakpoint |
setCreateTime(String createTime)
Time this breakpoint was created by the server in seconds resolution.
|
Breakpoint |
setEvaluatedExpressions(List<Variable> evaluatedExpressions)
Values of evaluated expressions at breakpoint time.
|
Breakpoint |
setExpressions(List<String> expressions)
List of read-only expressions to evaluate at the breakpoint location.
|
Breakpoint |
setFinalTime(String finalTime)
Time this breakpoint was finalized as seen by the server in seconds resolution.
|
Breakpoint |
setId(String id)
Breakpoint identifier, unique in the scope of the debuggee.
|
Breakpoint |
setIsFinalState(Boolean isFinalState)
When true, indicates that this is a final result and the breakpoint state will not change from
here on.
|
Breakpoint |
setLabels(Map<String,String> labels)
A set of custom breakpoint properties, populated by the agent, to be displayed to the user.
|
Breakpoint |
setLocation(SourceLocation location)
Breakpoint source location.
|
Breakpoint |
setLogLevel(String logLevel)
Indicates the severity of the log.
|
Breakpoint |
setLogMessageFormat(String logMessageFormat)
Only relevant when action is `LOG`.
|
Breakpoint |
setStackFrames(List<StackFrame> stackFrames)
The stack at breakpoint time, where stack_frames[0] represents the most recently entered
function.
|
Breakpoint |
setState(String state)
The current state of the breakpoint.
|
Breakpoint |
setStatus(StatusMessage status)
Breakpoint status.
|
Breakpoint |
setUserEmail(String userEmail)
E-mail address of the user that created this breakpoint
|
Breakpoint |
setVariableTable(List<Variable> variableTable)
The `variable_table` exists to aid with computation, memory and network traffic optimization.
|
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 getAction()
null for nonepublic Breakpoint setAction(String action)
action - action or null for nonepublic String getCanaryExpireTime()
null for nonepublic Breakpoint setCanaryExpireTime(String canaryExpireTime)
canaryExpireTime - canaryExpireTime or null for nonepublic String getCondition()
null for nonepublic Breakpoint setCondition(String condition)
condition - condition or null for nonepublic String getCreateTime()
null for nonepublic Breakpoint setCreateTime(String createTime)
createTime - createTime or null for nonepublic List<Variable> getEvaluatedExpressions()
null for nonepublic Breakpoint setEvaluatedExpressions(List<Variable> evaluatedExpressions)
evaluatedExpressions - evaluatedExpressions or null for nonepublic List<String> getExpressions()
null for nonepublic Breakpoint setExpressions(List<String> expressions)
expressions - expressions or null for nonepublic String getFinalTime()
null for nonepublic Breakpoint setFinalTime(String finalTime)
finalTime - finalTime or null for nonepublic String getId()
null for nonepublic Breakpoint setId(String id)
id - id or null for nonepublic Boolean getIsFinalState()
null for nonepublic Breakpoint setIsFinalState(Boolean isFinalState)
isFinalState - isFinalState or null for nonepublic Map<String,String> getLabels()
null for nonepublic Breakpoint setLabels(Map<String,String> labels)
labels - labels or null for nonepublic SourceLocation getLocation()
null for nonepublic Breakpoint setLocation(SourceLocation location)
location - location or null for nonepublic String getLogLevel()
null for nonepublic Breakpoint setLogLevel(String logLevel)
logLevel - logLevel or null for nonepublic String getLogMessageFormat()
null for nonepublic Breakpoint setLogMessageFormat(String logMessageFormat)
logMessageFormat - logMessageFormat or null for nonepublic List<StackFrame> getStackFrames()
null for nonepublic Breakpoint setStackFrames(List<StackFrame> stackFrames)
stackFrames - stackFrames or null for nonepublic String getState()
null for nonepublic Breakpoint setState(String state)
state - state or null for nonepublic StatusMessage getStatus()
null for nonepublic Breakpoint setStatus(StatusMessage status)
status - status or null for nonepublic String getUserEmail()
null for nonepublic Breakpoint setUserEmail(String userEmail)
userEmail - userEmail or null for nonepublic List<Variable> getVariableTable()
null for nonepublic Breakpoint setVariableTable(List<Variable> variableTable)
variableTable - variableTable or null for nonepublic Breakpoint set(String fieldName, Object value)
set in class GenericJsonpublic Breakpoint clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.