Cloud Debugger V2 API - Module Google::Cloud::Debugger::V2::StatusMessage::Reference (v0.6.0)

Reference documentation and code samples for the Cloud Debugger V2 API module Google::Cloud::Debugger::V2::StatusMessage::Reference.

Enumerates references to which the message applies.

Constants

UNSPECIFIED

value: 0
Status doesn't refer to any particular input.

BREAKPOINT_SOURCE_LOCATION

value: 3
Status applies to the breakpoint and is related to its location.

BREAKPOINT_CONDITION

value: 4
Status applies to the breakpoint and is related to its condition.

BREAKPOINT_EXPRESSION

value: 7
Status applies to the breakpoint and is related to its expressions.

BREAKPOINT_AGE

value: 8
Status applies to the breakpoint and is related to its age.

VARIABLE_NAME

value: 5
Status applies to the entire variable.

VARIABLE_VALUE

value: 6
Status applies to variable value (variable name is valid).