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.ReferenceStatusMessage.Reference. forNumber(int value)StatusMessage.ReferenceStatusMessage.Builder. getRefersTo()Reference to which the message applies.StatusMessage.ReferenceStatusMessage. getRefersTo()Reference to which the message applies.StatusMessage.ReferenceStatusMessageOrBuilder. getRefersTo()Reference to which the message applies.static StatusMessage.ReferenceStatusMessage.Reference. valueOf(int value)Deprecated.static StatusMessage.ReferenceStatusMessage.Reference. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static StatusMessage.ReferenceStatusMessage.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.BuilderStatusMessage.Builder. setRefersTo(StatusMessage.Reference value)Reference to which the message applies.
-