Stackdriver Debugger V2 Client - Class Reference (1.9.5)
Stay organized with collections
Save and categorize content based on your preferences.
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
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNSPECIFIED
Value: 0Status doesn't refer to any particular input.
Generated from protobuf enum UNSPECIFIED = 0;
BREAKPOINT_SOURCE_LOCATION
Value: 3Status applies to the breakpoint and is related to its location.
Generated from protobuf enum BREAKPOINT_SOURCE_LOCATION = 3;
BREAKPOINT_CONDITION
Value: 4Status applies to the breakpoint and is related to its condition.
Generated from protobuf enum BREAKPOINT_CONDITION = 4;
BREAKPOINT_EXPRESSION
Value: 7Status applies to the breakpoint and is related to its expressions.
Generated from protobuf enum BREAKPOINT_EXPRESSION = 7;
BREAKPOINT_AGE
Value: 8Status applies to the breakpoint and is related to its age.
Generated from protobuf enum BREAKPOINT_AGE = 8;
VARIABLE_NAME
Value: 5Status applies to the entire variable.
Generated from protobuf enum VARIABLE_NAME = 5;
VARIABLE_VALUE
Value: 6Status applies to variable value (variable name is valid).
Generated from protobuf enum VARIABLE_VALUE = 6;