Uses of Class
com.google.devtools.clouddebugger.v2.StatusMessage.Reference
-
Packages that use StatusMessage.Reference Package Description com.google.devtools.clouddebugger.v2 -
-
Uses of StatusMessage.Reference in com.google.devtools.clouddebugger.v2
Methods in com.google.devtools.clouddebugger.v2 that return StatusMessage.Reference Modifier and Type Method Description static StatusMessage.Reference
StatusMessage.Reference. forNumber(int value)
StatusMessage.Reference
StatusMessage.Builder. getRefersTo()
Reference to which the message applies.StatusMessage.Reference
StatusMessage. getRefersTo()
Reference to which the message applies.StatusMessage.Reference
StatusMessageOrBuilder. getRefersTo()
Reference to which the message applies.static StatusMessage.Reference
StatusMessage.Reference. valueOf(int value)
Deprecated.static StatusMessage.Reference
StatusMessage.Reference. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static StatusMessage.Reference
StatusMessage.Reference. valueOf(String name)
Returns the enum constant of this type with the specified name.static StatusMessage.Reference[]
StatusMessage.Reference. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.devtools.clouddebugger.v2 that return types with arguments of type StatusMessage.Reference Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<StatusMessage.Reference>
StatusMessage.Reference. internalGetValueMap()
Methods in com.google.devtools.clouddebugger.v2 with parameters of type StatusMessage.Reference Modifier and Type Method Description StatusMessage.Builder
StatusMessage.Builder. setRefersTo(StatusMessage.Reference value)
Reference to which the message applies.
-