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
ProtocolMessageEnumStatic Fields
Name | Description |
BREAKPOINT_AGE | Status applies to the breakpoint and is related to its age. |
BREAKPOINT_AGE_VALUE | Status applies to the breakpoint and is related to its age. |
BREAKPOINT_CONDITION | Status applies to the breakpoint and is related to its condition. |
BREAKPOINT_CONDITION_VALUE | Status applies to the breakpoint and is related to its condition. |
BREAKPOINT_EXPRESSION | Status applies to the breakpoint and is related to its expressions. |
BREAKPOINT_EXPRESSION_VALUE | Status applies to the breakpoint and is related to its expressions. |
BREAKPOINT_SOURCE_LOCATION | Status applies to the breakpoint and is related to its location. |
BREAKPOINT_SOURCE_LOCATION_VALUE | Status applies to the breakpoint and is related to its location. |
UNRECOGNIZED | |
UNSPECIFIED | Status doesn't refer to any particular input. |
UNSPECIFIED_VALUE | Status doesn't refer to any particular input. |
VARIABLE_NAME | Status applies to the entire variable. |
VARIABLE_NAME_VALUE | Status applies to the entire variable. |
VARIABLE_VALUE | Status applies to variable value (variable name is valid). |
VARIABLE_VALUE_VALUE | Status applies to variable value (variable name is valid). |
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() |