Enum StatusMessage.Reference (1.47.0)

publicenumStatusMessage.ReferenceextendsEnum<StatusMessage.Reference>implementsProtocolMessageEnum

Enumerates references to which the message applies.

Protobuf enum google.devtools.clouddebugger.v2.StatusMessage.Reference

Implements

ProtocolMessageEnum

Static Fields

Name Description
BREAKPOINT_AGE

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

BREAKPOINT_AGE = 8;

BREAKPOINT_AGE_VALUE

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

BREAKPOINT_AGE = 8;

BREAKPOINT_CONDITION

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

BREAKPOINT_CONDITION = 4;

BREAKPOINT_CONDITION_VALUE

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

BREAKPOINT_CONDITION = 4;

BREAKPOINT_EXPRESSION

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

BREAKPOINT_EXPRESSION = 7;

BREAKPOINT_EXPRESSION_VALUE

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

BREAKPOINT_EXPRESSION = 7;

BREAKPOINT_SOURCE_LOCATION

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

BREAKPOINT_SOURCE_LOCATION = 3;

BREAKPOINT_SOURCE_LOCATION_VALUE

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

BREAKPOINT_SOURCE_LOCATION = 3;

UNRECOGNIZED
UNSPECIFIED

Status doesn't refer to any particular input.

UNSPECIFIED = 0;

UNSPECIFIED_VALUE

Status doesn't refer to any particular input.

UNSPECIFIED = 0;

VARIABLE_NAME

Status applies to the entire variable.

VARIABLE_NAME = 5;

VARIABLE_NAME_VALUE

Status applies to the entire variable.

VARIABLE_NAME = 5;

VARIABLE_VALUE

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

VARIABLE_VALUE = 6;

VARIABLE_VALUE_VALUE

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

VARIABLE_VALUE = 6;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()

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.