public final class Breakpoint
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. 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 |
|---|
Breakpoint() |
| Modifier and Type | Method and Description |
|---|---|
Breakpoint |
clone() |
java.lang.String |
getAction()
Action that the agent should perform when the code at the breakpoint location is hit.
|
java.lang.String |
getCanaryExpireTime()
The deadline for the breakpoint to stay in CANARY_ACTIVE state.
|
java.lang.String |
getCondition()
Condition that triggers the breakpoint.
|
java.lang.String |
getCreateTime()
Time this breakpoint was created by the server in seconds resolution.
|
java.util.List<Variable> |
getEvaluatedExpressions()
Values of evaluated expressions at breakpoint time.
|
java.util.List<java.lang.String> |
getExpressions()
List of read-only expressions to evaluate at the breakpoint location.
|
java.lang.String |
getFinalTime()
Time this breakpoint was finalized as seen by the server in seconds resolution.
|
java.lang.String |
getId()
Breakpoint identifier, unique in the scope of the debuggee.
|
java.lang.Boolean |
getIsFinalState()
When true, indicates that this is a final result and the breakpoint state will not change from
here on.
|
java.util.Map<java.lang.String,java.lang.String> |
getLabels()
A set of custom breakpoint properties, populated by the agent, to be displayed to the user.
|
SourceLocation |
getLocation()
Breakpoint source location.
|
java.lang.String |
getLogLevel()
Indicates the severity of the log.
|
java.lang.String |
getLogMessageFormat()
Only relevant when action is `LOG`.
|
java.util.List<StackFrame> |
getStackFrames()
The stack at breakpoint time, where stack_frames[0] represents the most recently entered
function.
|
java.lang.String |
getState()
The current state of the breakpoint.
|
StatusMessage |
getStatus()
Breakpoint status.
|
java.lang.String |
getUserEmail()
E-mail address of the user that created this breakpoint
|
java.util.List<Variable> |
getVariableTable()
The `variable_table` exists to aid with computation, memory and network traffic optimization.
|
Breakpoint |
set(java.lang.String fieldName,
java.lang.Object value) |
Breakpoint |
setAction(java.lang.String action)
Action that the agent should perform when the code at the breakpoint location is hit.
|
Breakpoint |
setCanaryExpireTime(java.lang.String canaryExpireTime)
The deadline for the breakpoint to stay in CANARY_ACTIVE state.
|
Breakpoint |
setCondition(java.lang.String condition)
Condition that triggers the breakpoint.
|
Breakpoint |
setCreateTime(java.lang.String createTime)
Time this breakpoint was created by the server in seconds resolution.
|
Breakpoint |
setEvaluatedExpressions(java.util.List<Variable> evaluatedExpressions)
Values of evaluated expressions at breakpoint time.
|
Breakpoint |
setExpressions(java.util.List<java.lang.String> expressions)
List of read-only expressions to evaluate at the breakpoint location.
|
Breakpoint |
setFinalTime(java.lang.String finalTime)
Time this breakpoint was finalized as seen by the server in seconds resolution.
|
Breakpoint |
setId(java.lang.String id)
Breakpoint identifier, unique in the scope of the debuggee.
|
Breakpoint |
setIsFinalState(java.lang.Boolean isFinalState)
When true, indicates that this is a final result and the breakpoint state will not change from
here on.
|
Breakpoint |
setLabels(java.util.Map<java.lang.String,java.lang.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(java.lang.String logLevel)
Indicates the severity of the log.
|
Breakpoint |
setLogMessageFormat(java.lang.String logMessageFormat)
Only relevant when action is `LOG`.
|
Breakpoint |
setStackFrames(java.util.List<StackFrame> stackFrames)
The stack at breakpoint time, where stack_frames[0] represents the most recently entered
function.
|
Breakpoint |
setState(java.lang.String state)
The current state of the breakpoint.
|
Breakpoint |
setStatus(StatusMessage status)
Breakpoint status.
|
Breakpoint |
setUserEmail(java.lang.String userEmail)
E-mail address of the user that created this breakpoint
|
Breakpoint |
setVariableTable(java.util.List<Variable> variableTable)
The `variable_table` exists to aid with computation, memory and network traffic optimization.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getAction()
null for nonepublic Breakpoint setAction(java.lang.String action)
action - action or null for nonepublic java.lang.String getCanaryExpireTime()
null for nonepublic Breakpoint setCanaryExpireTime(java.lang.String canaryExpireTime)
canaryExpireTime - canaryExpireTime or null for nonepublic java.lang.String getCondition()
null for nonepublic Breakpoint setCondition(java.lang.String condition)
condition - condition or null for nonepublic java.lang.String getCreateTime()
null for nonepublic Breakpoint setCreateTime(java.lang.String createTime)
createTime - createTime or null for nonepublic java.util.List<Variable> getEvaluatedExpressions()
null for nonepublic Breakpoint setEvaluatedExpressions(java.util.List<Variable> evaluatedExpressions)
evaluatedExpressions - evaluatedExpressions or null for nonepublic java.util.List<java.lang.String> getExpressions()
null for nonepublic Breakpoint setExpressions(java.util.List<java.lang.String> expressions)
expressions - expressions or null for nonepublic java.lang.String getFinalTime()
null for nonepublic Breakpoint setFinalTime(java.lang.String finalTime)
finalTime - finalTime or null for nonepublic java.lang.String getId()
null for nonepublic Breakpoint setId(java.lang.String id)
id - id or null for nonepublic java.lang.Boolean getIsFinalState()
null for nonepublic Breakpoint setIsFinalState(java.lang.Boolean isFinalState)
isFinalState - isFinalState or null for nonepublic java.util.Map<java.lang.String,java.lang.String> getLabels()
null for nonepublic Breakpoint setLabels(java.util.Map<java.lang.String,java.lang.String> labels)
labels - labels or null for nonepublic SourceLocation getLocation()
null for nonepublic Breakpoint setLocation(SourceLocation location)
location - location or null for nonepublic java.lang.String getLogLevel()
null for nonepublic Breakpoint setLogLevel(java.lang.String logLevel)
logLevel - logLevel or null for nonepublic java.lang.String getLogMessageFormat()
null for nonepublic Breakpoint setLogMessageFormat(java.lang.String logMessageFormat)
logMessageFormat - logMessageFormat or null for nonepublic java.util.List<StackFrame> getStackFrames()
null for nonepublic Breakpoint setStackFrames(java.util.List<StackFrame> stackFrames)
stackFrames - stackFrames or null for nonepublic java.lang.String getState()
null for nonepublic Breakpoint setState(java.lang.String state)
state - state or null for nonepublic StatusMessage getStatus()
null for nonepublic Breakpoint setStatus(StatusMessage status)
status - status or null for nonepublic java.lang.String getUserEmail()
null for nonepublic Breakpoint setUserEmail(java.lang.String userEmail)
userEmail - userEmail or null for nonepublic java.util.List<Variable> getVariableTable()
null for nonepublic Breakpoint setVariableTable(java.util.List<Variable> variableTable)
variableTable - variableTable or null for nonepublic Breakpoint set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Breakpoint clone()
clone in class com.google.api.client.json.GenericJson