Stackdriver Debugger V2 Client - Class Reference (1.9.5)

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 \ StatusMessage

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNSPECIFIED

Value: 0

Status doesn't refer to any particular input.

Generated from protobuf enum UNSPECIFIED = 0;

BREAKPOINT_SOURCE_LOCATION

Value: 3

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

Generated from protobuf enum BREAKPOINT_SOURCE_LOCATION = 3;

BREAKPOINT_CONDITION

Value: 4

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

Generated from protobuf enum BREAKPOINT_CONDITION = 4;

BREAKPOINT_EXPRESSION

Value: 7

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

Generated from protobuf enum BREAKPOINT_EXPRESSION = 7;

BREAKPOINT_AGE

Value: 8

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

Generated from protobuf enum BREAKPOINT_AGE = 8;

VARIABLE_NAME

Value: 5

Status applies to the entire variable.

Generated from protobuf enum VARIABLE_NAME = 5;

VARIABLE_VALUE

Value: 6

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

Generated from protobuf enum VARIABLE_VALUE = 6;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.