Class Breakpoint (1.60.0)

publicfinalclassBreakpointextendsGeneratedMessageV3implementsBreakpointOrBuilder

Represents the breakpoint specification, status and results.

Protobuf type google.devtools.clouddebugger.v2.Breakpoint

Static Fields

ACTION_FIELD_NUMBER

publicstaticfinalintACTION_FIELD_NUMBER
Field Value
TypeDescription
int

CONDITION_FIELD_NUMBER

publicstaticfinalintCONDITION_FIELD_NUMBER
Field Value
TypeDescription
int

CREATE_TIME_FIELD_NUMBER

publicstaticfinalintCREATE_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

EVALUATED_EXPRESSIONS_FIELD_NUMBER

publicstaticfinalintEVALUATED_EXPRESSIONS_FIELD_NUMBER
Field Value
TypeDescription
int

EXPRESSIONS_FIELD_NUMBER

publicstaticfinalintEXPRESSIONS_FIELD_NUMBER
Field Value
TypeDescription
int

FINAL_TIME_FIELD_NUMBER

publicstaticfinalintFINAL_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

ID_FIELD_NUMBER

publicstaticfinalintID_FIELD_NUMBER
Field Value
TypeDescription
int

IS_FINAL_STATE_FIELD_NUMBER

publicstaticfinalintIS_FINAL_STATE_FIELD_NUMBER
Field Value
TypeDescription
int

LABELS_FIELD_NUMBER

publicstaticfinalintLABELS_FIELD_NUMBER
Field Value
TypeDescription
int

LOCATION_FIELD_NUMBER

publicstaticfinalintLOCATION_FIELD_NUMBER
Field Value
TypeDescription
int

LOG_LEVEL_FIELD_NUMBER

publicstaticfinalintLOG_LEVEL_FIELD_NUMBER
Field Value
TypeDescription
int

LOG_MESSAGE_FORMAT_FIELD_NUMBER

publicstaticfinalintLOG_MESSAGE_FORMAT_FIELD_NUMBER
Field Value
TypeDescription
int

STACK_FRAMES_FIELD_NUMBER

publicstaticfinalintSTACK_FRAMES_FIELD_NUMBER
Field Value
TypeDescription
int

STATUS_FIELD_NUMBER

publicstaticfinalintSTATUS_FIELD_NUMBER
Field Value
TypeDescription
int

USER_EMAIL_FIELD_NUMBER

publicstaticfinalintUSER_EMAIL_FIELD_NUMBER
Field Value
TypeDescription
int

VARIABLE_TABLE_FIELD_NUMBER

publicstaticfinalintVARIABLE_TABLE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

publicstaticBreakpointgetDefaultInstance()
Returns
TypeDescription
Breakpoint

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

publicstaticBreakpoint.BuildernewBuilder()
Returns
TypeDescription
Breakpoint.Builder

newBuilder(Breakpoint prototype)

publicstaticBreakpoint.BuildernewBuilder(Breakpointprototype)
Parameter
NameDescription
prototypeBreakpoint
Returns
TypeDescription
Breakpoint.Builder

parseDelimitedFrom(InputStream input)

publicstaticBreakpointparseDelimitedFrom(InputStreaminput)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Breakpoint
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticBreakpointparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Breakpoint
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

publicstaticBreakpointparseFrom(byte[]data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Breakpoint
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticBreakpointparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Breakpoint
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticBreakpointparseFrom(ByteStringdata)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Breakpoint
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticBreakpointparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Breakpoint
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticBreakpointparseFrom(CodedInputStreaminput)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Breakpoint
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticBreakpointparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Breakpoint
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

publicstaticBreakpointparseFrom(InputStreaminput)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Breakpoint
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticBreakpointparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Breakpoint
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

publicstaticBreakpointparseFrom(ByteBufferdata)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Breakpoint
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticBreakpointparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Breakpoint
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

publicstaticParser<Breakpoint>parser()
Returns
TypeDescription
Parser<Breakpoint>

Methods

containsLabels(String key)

publicbooleancontainsLabels(Stringkey)

A set of custom breakpoint properties, populated by the agent, to be displayed to the user.

map<string, string> labels = 17;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getAction()

publicBreakpoint.ActiongetAction()

Action that the agent should perform when the code at the breakpoint location is hit.

.google.devtools.clouddebugger.v2.Breakpoint.Action action = 13;

Returns
TypeDescription
Breakpoint.Action

The action.

getActionValue()

publicintgetActionValue()

Action that the agent should perform when the code at the breakpoint location is hit.

.google.devtools.clouddebugger.v2.Breakpoint.Action action = 13;

Returns
TypeDescription
int

The enum numeric value on the wire for action.

getCondition()

publicStringgetCondition()

Condition that triggers the breakpoint. The condition is a compound boolean expression composed using expressions in a programming language at the source location.

string condition = 3;

Returns
TypeDescription
String

The condition.

getConditionBytes()

publicByteStringgetConditionBytes()

Condition that triggers the breakpoint. The condition is a compound boolean expression composed using expressions in a programming language at the source location.

string condition = 3;

Returns
TypeDescription
ByteString

The bytes for condition.

getCreateTime()

publicTimestampgetCreateTime()

Time this breakpoint was created by the server in seconds resolution.

.google.protobuf.Timestamp create_time = 11;

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

publicTimestampOrBuildergetCreateTimeOrBuilder()

Time this breakpoint was created by the server in seconds resolution.

.google.protobuf.Timestamp create_time = 11;

Returns
TypeDescription
TimestampOrBuilder

getDefaultInstanceForType()

publicBreakpointgetDefaultInstanceForType()
Returns
TypeDescription
Breakpoint

getEvaluatedExpressions(int index)

publicVariablegetEvaluatedExpressions(intindex)

Values of evaluated expressions at breakpoint time. The evaluated expressions appear in exactly the same order they are listed in the expressions field. The name field holds the original expression text, the value or members field holds the result of the evaluated expression. If the expression cannot be evaluated, the status inside the Variable will indicate an error and contain the error text.

repeated .google.devtools.clouddebugger.v2.Variable evaluated_expressions = 8;

Parameter
NameDescription
indexint
Returns
TypeDescription
Variable

getEvaluatedExpressionsCount()

publicintgetEvaluatedExpressionsCount()

Values of evaluated expressions at breakpoint time. The evaluated expressions appear in exactly the same order they are listed in the expressions field. The name field holds the original expression text, the value or members field holds the result of the evaluated expression. If the expression cannot be evaluated, the status inside the Variable will indicate an error and contain the error text.

repeated .google.devtools.clouddebugger.v2.Variable evaluated_expressions = 8;

Returns
TypeDescription
int

getEvaluatedExpressionsList()

publicList<Variable>getEvaluatedExpressionsList()

Values of evaluated expressions at breakpoint time. The evaluated expressions appear in exactly the same order they are listed in the expressions field. The name field holds the original expression text, the value or members field holds the result of the evaluated expression. If the expression cannot be evaluated, the status inside the Variable will indicate an error and contain the error text.

repeated .google.devtools.clouddebugger.v2.Variable evaluated_expressions = 8;

Returns
TypeDescription
List<Variable>

getEvaluatedExpressionsOrBuilder(int index)

publicVariableOrBuildergetEvaluatedExpressionsOrBuilder(intindex)

Values of evaluated expressions at breakpoint time. The evaluated expressions appear in exactly the same order they are listed in the expressions field. The name field holds the original expression text, the value or members field holds the result of the evaluated expression. If the expression cannot be evaluated, the status inside the Variable will indicate an error and contain the error text.

repeated .google.devtools.clouddebugger.v2.Variable evaluated_expressions = 8;

Parameter
NameDescription
indexint
Returns
TypeDescription
VariableOrBuilder

getEvaluatedExpressionsOrBuilderList()

publicList<?extendsVariableOrBuilder>getEvaluatedExpressionsOrBuilderList()

Values of evaluated expressions at breakpoint time. The evaluated expressions appear in exactly the same order they are listed in the expressions field. The name field holds the original expression text, the value or members field holds the result of the evaluated expression. If the expression cannot be evaluated, the status inside the Variable will indicate an error and contain the error text.

repeated .google.devtools.clouddebugger.v2.Variable evaluated_expressions = 8;

Returns
TypeDescription
List<? extends com.google.devtools.clouddebugger.v2.VariableOrBuilder>

getExpressions(int index)

publicStringgetExpressions(intindex)

List of read-only expressions to evaluate at the breakpoint location. The expressions are composed using expressions in the programming language at the source location. If the breakpoint action is LOG, the evaluated expressions are included in log statements.

repeated string expressions = 4;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The expressions at the given index.

getExpressionsBytes(int index)

publicByteStringgetExpressionsBytes(intindex)

List of read-only expressions to evaluate at the breakpoint location. The expressions are composed using expressions in the programming language at the source location. If the breakpoint action is LOG, the evaluated expressions are included in log statements.

repeated string expressions = 4;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the expressions at the given index.

getExpressionsCount()

publicintgetExpressionsCount()

List of read-only expressions to evaluate at the breakpoint location. The expressions are composed using expressions in the programming language at the source location. If the breakpoint action is LOG, the evaluated expressions are included in log statements.

repeated string expressions = 4;

Returns
TypeDescription
int

The count of expressions.

getExpressionsList()

publicProtocolStringListgetExpressionsList()

List of read-only expressions to evaluate at the breakpoint location. The expressions are composed using expressions in the programming language at the source location. If the breakpoint action is LOG, the evaluated expressions are included in log statements.

repeated string expressions = 4;

Returns
TypeDescription
ProtocolStringList

A list containing the expressions.

getFinalTime()

publicTimestampgetFinalTime()

Time this breakpoint was finalized as seen by the server in seconds resolution.

.google.protobuf.Timestamp final_time = 12;

Returns
TypeDescription
Timestamp

The finalTime.

getFinalTimeOrBuilder()

publicTimestampOrBuildergetFinalTimeOrBuilder()

Time this breakpoint was finalized as seen by the server in seconds resolution.

.google.protobuf.Timestamp final_time = 12;

Returns
TypeDescription
TimestampOrBuilder

getId()

publicStringgetId()

Breakpoint identifier, unique in the scope of the debuggee.

string id = 1;

Returns
TypeDescription
String

The id.

getIdBytes()

publicByteStringgetIdBytes()

Breakpoint identifier, unique in the scope of the debuggee.

string id = 1;

Returns
TypeDescription
ByteString

The bytes for id.

getIsFinalState()

publicbooleangetIsFinalState()

When true, indicates that this is a final result and the breakpoint state will not change from here on.

bool is_final_state = 5;

Returns
TypeDescription
boolean

The isFinalState.

getLabels() (deprecated)

publicMap<String,String>getLabels()

Use #getLabelsMap() instead.

Returns
TypeDescription
Map<String,String>

getLabelsCount()

publicintgetLabelsCount()

A set of custom breakpoint properties, populated by the agent, to be displayed to the user.

map<string, string> labels = 17;

Returns
TypeDescription
int

getLabelsMap()

publicMap<String,String>getLabelsMap()

A set of custom breakpoint properties, populated by the agent, to be displayed to the user.

map<string, string> labels = 17;

Returns
TypeDescription
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

publicStringgetLabelsOrDefault(Stringkey,StringdefaultValue)

A set of custom breakpoint properties, populated by the agent, to be displayed to the user.

map<string, string> labels = 17;

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getLabelsOrThrow(String key)

publicStringgetLabelsOrThrow(Stringkey)

A set of custom breakpoint properties, populated by the agent, to be displayed to the user.

map<string, string> labels = 17;

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getLocation()

publicSourceLocationgetLocation()

Breakpoint source location.

.google.devtools.clouddebugger.v2.SourceLocation location = 2;

Returns
TypeDescription
SourceLocation

The location.

getLocationOrBuilder()

publicSourceLocationOrBuildergetLocationOrBuilder()

Breakpoint source location.

.google.devtools.clouddebugger.v2.SourceLocation location = 2;

Returns
TypeDescription
SourceLocationOrBuilder

getLogLevel()

publicBreakpoint.LogLevelgetLogLevel()

Indicates the severity of the log. Only relevant when action is LOG.

.google.devtools.clouddebugger.v2.Breakpoint.LogLevel log_level = 15;

Returns
TypeDescription
Breakpoint.LogLevel

The logLevel.

getLogLevelValue()

publicintgetLogLevelValue()

Indicates the severity of the log. Only relevant when action is LOG.

.google.devtools.clouddebugger.v2.Breakpoint.LogLevel log_level = 15;

Returns
TypeDescription
int

The enum numeric value on the wire for logLevel.

getLogMessageFormat()

publicStringgetLogMessageFormat()

Only relevant when action is LOG. Defines the message to log when the breakpoint hits. The message may include parameter placeholders $0, $1, etc. These placeholders are replaced with the evaluated value of the appropriate expression. Expressions not referenced in log_message_format are not logged.

Example: Message received, id = $0, count = $1 with expressions = [ message.id, message.count ].

string log_message_format = 14;

Returns
TypeDescription
String

The logMessageFormat.

getLogMessageFormatBytes()

publicByteStringgetLogMessageFormatBytes()

Only relevant when action is LOG. Defines the message to log when the breakpoint hits. The message may include parameter placeholders $0, $1, etc. These placeholders are replaced with the evaluated value of the appropriate expression. Expressions not referenced in log_message_format are not logged.

Example: Message received, id = $0, count = $1 with expressions = [ message.id, message.count ].

string log_message_format = 14;

Returns
TypeDescription
ByteString

The bytes for logMessageFormat.

getParserForType()

publicParser<Breakpoint>getParserForType()
Returns
TypeDescription
Parser<Breakpoint>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
TypeDescription
int
Overrides

getStackFrames(int index)

publicStackFramegetStackFrames(intindex)

The stack at breakpoint time, where stack_frames[0] represents the most recently entered function.

repeated .google.devtools.clouddebugger.v2.StackFrame stack_frames = 7;

Parameter
NameDescription
indexint
Returns
TypeDescription
StackFrame

getStackFramesCount()

publicintgetStackFramesCount()

The stack at breakpoint time, where stack_frames[0] represents the most recently entered function.

repeated .google.devtools.clouddebugger.v2.StackFrame stack_frames = 7;

Returns
TypeDescription
int

getStackFramesList()

publicList<StackFrame>getStackFramesList()

The stack at breakpoint time, where stack_frames[0] represents the most recently entered function.

repeated .google.devtools.clouddebugger.v2.StackFrame stack_frames = 7;

Returns
TypeDescription
List<StackFrame>

getStackFramesOrBuilder(int index)

publicStackFrameOrBuildergetStackFramesOrBuilder(intindex)

The stack at breakpoint time, where stack_frames[0] represents the most recently entered function.

repeated .google.devtools.clouddebugger.v2.StackFrame stack_frames = 7;

Parameter
NameDescription
indexint
Returns
TypeDescription
StackFrameOrBuilder

getStackFramesOrBuilderList()

publicList<?extendsStackFrameOrBuilder>getStackFramesOrBuilderList()

The stack at breakpoint time, where stack_frames[0] represents the most recently entered function.

repeated .google.devtools.clouddebugger.v2.StackFrame stack_frames = 7;

Returns
TypeDescription
List<? extends com.google.devtools.clouddebugger.v2.StackFrameOrBuilder>

getStatus()

publicStatusMessagegetStatus()

Breakpoint status.

The status includes an error flag and a human readable message. This field is usually unset. The message can be either informational or an error message. Regardless, clients should always display the text message back to the user.

Error status indicates complete failure of the breakpoint.

Example (non-final state): Still loading symbols...

Examples (final state):

  • Invalid line number referring to location
  • Field f not found in class C referring to condition

.google.devtools.clouddebugger.v2.StatusMessage status = 10;

Returns
TypeDescription
StatusMessage

The status.

getStatusOrBuilder()

publicStatusMessageOrBuildergetStatusOrBuilder()

Breakpoint status.

The status includes an error flag and a human readable message. This field is usually unset. The message can be either informational or an error message. Regardless, clients should always display the text message back to the user.

Error status indicates complete failure of the breakpoint.

Example (non-final state): Still loading symbols...

Examples (final state):

  • Invalid line number referring to location
  • Field f not found in class C referring to condition

.google.devtools.clouddebugger.v2.StatusMessage status = 10;

Returns
TypeDescription
StatusMessageOrBuilder

getUserEmail()

publicStringgetUserEmail()

E-mail address of the user that created this breakpoint

string user_email = 16;

Returns
TypeDescription
String

The userEmail.

getUserEmailBytes()

publicByteStringgetUserEmailBytes()

E-mail address of the user that created this breakpoint

string user_email = 16;

Returns
TypeDescription
ByteString

The bytes for userEmail.

getVariableTable(int index)

publicVariablegetVariableTable(intindex)

The variable_table exists to aid with computation, memory and network traffic optimization. It enables storing a variable once and reference it from multiple variables, including variables stored in the variable_table itself. For example, the same this object, which may appear at many levels of the stack, can have all of its data stored once in this table. The stack frame variables then would hold only a reference to it.

The variable var_table_index field is an index into this repeated field. The stored objects are nameless and get their name from the referencing variable. The effective variable is a merge of the referencing variable and the referenced variable.

repeated .google.devtools.clouddebugger.v2.Variable variable_table = 9;

Parameter
NameDescription
indexint
Returns
TypeDescription
Variable

getVariableTableCount()

publicintgetVariableTableCount()

The variable_table exists to aid with computation, memory and network traffic optimization. It enables storing a variable once and reference it from multiple variables, including variables stored in the variable_table itself. For example, the same this object, which may appear at many levels of the stack, can have all of its data stored once in this table. The stack frame variables then would hold only a reference to it.

The variable var_table_index field is an index into this repeated field. The stored objects are nameless and get their name from the referencing variable. The effective variable is a merge of the referencing variable and the referenced variable.

repeated .google.devtools.clouddebugger.v2.Variable variable_table = 9;

Returns
TypeDescription
int

getVariableTableList()

publicList<Variable>getVariableTableList()

The variable_table exists to aid with computation, memory and network traffic optimization. It enables storing a variable once and reference it from multiple variables, including variables stored in the variable_table itself. For example, the same this object, which may appear at many levels of the stack, can have all of its data stored once in this table. The stack frame variables then would hold only a reference to it.

The variable var_table_index field is an index into this repeated field. The stored objects are nameless and get their name from the referencing variable. The effective variable is a merge of the referencing variable and the referenced variable.

repeated .google.devtools.clouddebugger.v2.Variable variable_table = 9;

Returns
TypeDescription
List<Variable>

getVariableTableOrBuilder(int index)

publicVariableOrBuildergetVariableTableOrBuilder(intindex)

The variable_table exists to aid with computation, memory and network traffic optimization. It enables storing a variable once and reference it from multiple variables, including variables stored in the variable_table itself. For example, the same this object, which may appear at many levels of the stack, can have all of its data stored once in this table. The stack frame variables then would hold only a reference to it.

The variable var_table_index field is an index into this repeated field. The stored objects are nameless and get their name from the referencing variable. The effective variable is a merge of the referencing variable and the referenced variable.

repeated .google.devtools.clouddebugger.v2.Variable variable_table = 9;

Parameter
NameDescription
indexint
Returns
TypeDescription
VariableOrBuilder

getVariableTableOrBuilderList()

publicList<?extendsVariableOrBuilder>getVariableTableOrBuilderList()

The variable_table exists to aid with computation, memory and network traffic optimization. It enables storing a variable once and reference it from multiple variables, including variables stored in the variable_table itself. For example, the same this object, which may appear at many levels of the stack, can have all of its data stored once in this table. The stack frame variables then would hold only a reference to it.

The variable var_table_index field is an index into this repeated field. The stored objects are nameless and get their name from the referencing variable. The effective variable is a merge of the referencing variable and the referenced variable.

repeated .google.devtools.clouddebugger.v2.Variable variable_table = 9;

Returns
TypeDescription
List<? extends com.google.devtools.clouddebugger.v2.VariableOrBuilder>

hasCreateTime()

publicbooleanhasCreateTime()

Time this breakpoint was created by the server in seconds resolution.

.google.protobuf.Timestamp create_time = 11;

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasFinalTime()

publicbooleanhasFinalTime()

Time this breakpoint was finalized as seen by the server in seconds resolution.

.google.protobuf.Timestamp final_time = 12;

Returns
TypeDescription
boolean

Whether the finalTime field is set.

hasLocation()

publicbooleanhasLocation()

Breakpoint source location.

.google.devtools.clouddebugger.v2.SourceLocation location = 2;

Returns
TypeDescription
boolean

Whether the location field is set.

hasStatus()

publicbooleanhasStatus()

Breakpoint status.

The status includes an error flag and a human readable message. This field is usually unset. The message can be either informational or an error message. Regardless, clients should always display the text message back to the user.

Error status indicates complete failure of the breakpoint.

Example (non-final state): Still loading symbols...

Examples (final state):

  • Invalid line number referring to location
  • Field f not found in class C referring to condition

.google.devtools.clouddebugger.v2.StatusMessage status = 10;

Returns
TypeDescription
boolean

Whether the status field is set.

hashCode()

publicinthashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protectedMapFieldReflectionAccessorinternalGetMapFieldReflection(intnumber)
Parameter
NameDescription
numberint
Returns
TypeDescription
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

isInitialized()

publicfinalbooleanisInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

publicBreakpoint.BuildernewBuilderForType()
Returns
TypeDescription
Breakpoint.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedBreakpoint.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Breakpoint.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

publicBreakpoint.BuildertoBuilder()
Returns
TypeDescription
Breakpoint.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException