Module: Google::Devtools::Clouddebugger::V2::StatusMessage::Reference
- Defined in:
 - lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/data.rb
 
Overview
Enumerates references to which the message applies.
Constant Summary collapse
- UNSPECIFIED =
          
Status doesn't refer to any particular input.
 0- BREAKPOINT_SOURCE_LOCATION =
          
Status applies to the breakpoint and is related to its location.
 3- BREAKPOINT_CONDITION =
          
Status applies to the breakpoint and is related to its condition.
 4- BREAKPOINT_EXPRESSION =
          
Status applies to the breakpoint and is related to its expressions.
 7- BREAKPOINT_AGE =
          
Status applies to the breakpoint and is related to its age.
 8- VARIABLE_NAME =
          
Status applies to the entire variable.
 5- VARIABLE_VALUE =
          
Status applies to variable value (variable name is valid).
 6