Enum StatusMessage.Reference (1.41.0)

public enum StatusMessage.Reference extends Enum<StatusMessage.Reference> implements ProtocolMessageEnum

Enumerates references to which the message applies.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()