object UserFunctionError extends GeneratedMessageCompanion[UserFunctionError]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UserFunctionError
  2. GeneratedMessageCompanion
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed abstract class Severity extends GeneratedEnum
  2. final case class SourceLocation(fileName: String = "", startLine: Int = 0, startCol: Int = 0, endLine: Int = 0, endCol: Int = 0, protoPath: Seq[Int] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[SourceLocation] with Product with Serializable

    A source code location.

    A source code location.

    Source files will be protobuf files, since these are the only files that the proxy can know about.

    fileName

    The name of the file. This name will match the name of a file passed in a FileDescriptor returned during entity discovery.

    startLine

    The zero based line number of the the start of the location in the file.

    startCol

    The zero based column number of the start of the location in the file.

    endLine

    The zero based line number of the end of the location in the file.

    endCol

    The zero based column number of the end of the location in the file.

    protoPath

    The path of the protobuf element at this location. This can be used to map this location to an actual protobuf descriptor element, if needed. The format of this field is described in https://github.com/protocolbuffers/protobuf/blob/4b770cabd7ff042283280bd76b6635650a04aa8a/src/google/protobuf/descriptor.proto#L802-L825

    Annotations
    @SerialVersionUID()
  3. implicit class UserFunctionErrorLens[UpperPB] extends ObjectLens[UpperPB, UserFunctionError]
  4. type ValueType = UserFunctionError
    Definition Classes
    GeneratedMessageCompanion

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val CODE_FIELD_NUMBER: Int(2)
  5. final val DETAIL_FIELD_NUMBER: Int(3)
  6. final val MESSAGE_FIELD_NUMBER: Int(1)
  7. final val SEVERITY_FIELD_NUMBER: Int(7)
  8. final val SOURCE_LOCATIONS_FIELD_NUMBER: Int(4)
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. lazy val defaultInstance: UserFunctionError
    Definition Classes
    UserFunctionError → GeneratedMessageCompanion
  12. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  13. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    UserFunctionError → GeneratedMessageCompanion
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def fromAscii(s: String): UserFunctionError
    Definition Classes
    GeneratedMessageCompanion
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def javaDescriptor: Descriptor
    Definition Classes
    UserFunctionError → GeneratedMessageCompanion
  21. def merge(a: UserFunctionError, input: CodedInputStream): UserFunctionError
    Definition Classes
    GeneratedMessageCompanion
  22. implicit def messageCompanion: GeneratedMessageCompanion[UserFunctionError]
  23. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  24. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    UserFunctionError → GeneratedMessageCompanion
  25. implicit def messageReads: Reads[UserFunctionError]
    Definition Classes
    UserFunctionError → GeneratedMessageCompanion
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
    Definition Classes
    UserFunctionError → GeneratedMessageCompanion
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def of(message: String, code: String, detail: String, sourceLocations: Seq[SourceLocation], severity: Severity): UserFunctionError
  31. def parseDelimitedFrom(input: InputStream): Option[UserFunctionError]
    Definition Classes
    GeneratedMessageCompanion
  32. def parseDelimitedFrom(input: CodedInputStream): Option[UserFunctionError]
    Definition Classes
    GeneratedMessageCompanion
  33. def parseFrom(_input__: CodedInputStream): UserFunctionError
    Definition Classes
    UserFunctionError → GeneratedMessageCompanion
  34. def parseFrom(s: Array[Byte]): UserFunctionError
    Definition Classes
    GeneratedMessageCompanion
  35. def parseFrom(input: InputStream): UserFunctionError
    Definition Classes
    GeneratedMessageCompanion
  36. def scalaDescriptor: Descriptor
    Definition Classes
    UserFunctionError → GeneratedMessageCompanion
  37. def streamFromDelimitedInput(input: InputStream): Stream[UserFunctionError]
    Definition Classes
    GeneratedMessageCompanion
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toByteArray(a: UserFunctionError): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. def validate(s: Array[Byte]): Try[UserFunctionError]
    Definition Classes
    GeneratedMessageCompanion
  42. def validateAscii(s: String): Either[TextFormatError, UserFunctionError]
    Definition Classes
    GeneratedMessageCompanion
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. object Severity extends GeneratedEnumCompanion[Severity]
  47. object SourceLocation extends GeneratedMessageCompanion[SourceLocation]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped