Reference documentation and code samples for the Stackdriver Debugger V2 Client class Reference.
Enumerates references to which the message applies.
Protobuf type google.devtools.clouddebugger.v2.StatusMessage.Reference
Namespace
Google \ Cloud \ Debugger \ V2 \ StatusMessageMethods
static::name
value
mixed
static::value
name
mixed
Constants
UNSPECIFIED
Value: 0
Status doesn't refer to any particular input.
Generated from protobuf enum UNSPECIFIED = 0;
BREAKPOINT_SOURCE_LOCATION
Value: 3
Status applies to the breakpoint and is related to its location.
Generated from protobuf enum BREAKPOINT_SOURCE_LOCATION = 3;
BREAKPOINT_CONDITION
Value: 4
Status applies to the breakpoint and is related to its condition.
Generated from protobuf enum BREAKPOINT_CONDITION = 4;
BREAKPOINT_EXPRESSION
Value: 7
Status applies to the breakpoint and is related to its expressions.
Generated from protobuf enum BREAKPOINT_EXPRESSION = 7;
BREAKPOINT_AGE
Value: 8
Status applies to the breakpoint and is related to its age.
Generated from protobuf enum BREAKPOINT_AGE = 8;
VARIABLE_NAME
Value: 5
Status applies to the entire variable.
Generated from protobuf enum VARIABLE_NAME = 5;
VARIABLE_VALUE
Value: 6
Status applies to variable value (variable name is valid).
Generated from protobuf enum VARIABLE_VALUE = 6;