Google Cloud Debugger v2 API - Enum StatusMessage.Types.Reference (3.1.0)

public enum Reference

Reference documentation and code samples for the Google Cloud Debugger v2 API enum StatusMessage.Types.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).