Enum StatusMessage.Types.Reference (2.4.0)

public enum Reference

Enumerates references to which the message applies.

Namespace

Google.Cloud.Debugger.V2

Assembly

Google.Cloud.Debugger.V2.dll

Fields

NameDescription
BreakpointAge

Status applies to the breakpoint and is related to its age.

BreakpointCondition

Status applies to the breakpoint and is related to its condition.

BreakpointExpression

Status applies to the breakpoint and is related to its expressions.

BreakpointSourceLocation

Status applies to the breakpoint and is related to its location.

Unspecified

Status doesn't refer to any particular input.

VariableName

Status applies to the entire variable.

VariableValue

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