object UserFunctionError extends GeneratedMessageCompanion[UserFunctionError]
- Source
- UserFunctionError.scala
- Alphabetic
- By Inheritance
- UserFunctionError
- GeneratedMessageCompanion
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- sealed abstract class Severity extends GeneratedEnum
- 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()
- implicit class UserFunctionErrorLens[UpperPB] extends ObjectLens[UpperPB, UserFunctionError]
- type ValueType = UserFunctionError
- Definition Classes
- GeneratedMessageCompanion
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final val CODE_FIELD_NUMBER: Int(2)
- final val DETAIL_FIELD_NUMBER: Int(3)
- final val MESSAGE_FIELD_NUMBER: Int(1)
- final val SEVERITY_FIELD_NUMBER: Int(7)
- final val SOURCE_LOCATIONS_FIELD_NUMBER: Int(4)
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- lazy val defaultInstance: UserFunctionError
- Definition Classes
- UserFunctionError → GeneratedMessageCompanion
- def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
- def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
- Definition Classes
- UserFunctionError → GeneratedMessageCompanion
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromAscii(s: String): UserFunctionError
- Definition Classes
- GeneratedMessageCompanion
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def javaDescriptor: Descriptor
- Definition Classes
- UserFunctionError → GeneratedMessageCompanion
- def merge(a: UserFunctionError, input: CodedInputStream): UserFunctionError
- Definition Classes
- GeneratedMessageCompanion
- implicit def messageCompanion: GeneratedMessageCompanion[UserFunctionError]
- def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
- def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
- Definition Classes
- UserFunctionError → GeneratedMessageCompanion
- implicit def messageReads: Reads[UserFunctionError]
- Definition Classes
- UserFunctionError → GeneratedMessageCompanion
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
- Definition Classes
- UserFunctionError → GeneratedMessageCompanion
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def of(message: String, code: String, detail: String, sourceLocations: Seq[SourceLocation], severity: Severity): UserFunctionError
- def parseDelimitedFrom(input: InputStream): Option[UserFunctionError]
- Definition Classes
- GeneratedMessageCompanion
- def parseDelimitedFrom(input: CodedInputStream): Option[UserFunctionError]
- Definition Classes
- GeneratedMessageCompanion
- def parseFrom(_input__: CodedInputStream): UserFunctionError
- Definition Classes
- UserFunctionError → GeneratedMessageCompanion
- def parseFrom(s: Array[Byte]): UserFunctionError
- Definition Classes
- GeneratedMessageCompanion
- def parseFrom(input: InputStream): UserFunctionError
- Definition Classes
- GeneratedMessageCompanion
- def scalaDescriptor: Descriptor
- Definition Classes
- UserFunctionError → GeneratedMessageCompanion
- def streamFromDelimitedInput(input: InputStream): Stream[UserFunctionError]
- Definition Classes
- GeneratedMessageCompanion
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toByteArray(a: UserFunctionError): Array[Byte]
- Definition Classes
- GeneratedMessageCompanion
- def toString(): String
- Definition Classes
- AnyRef → Any
- def validate(s: Array[Byte]): Try[UserFunctionError]
- Definition Classes
- GeneratedMessageCompanion
- def validateAscii(s: String): Either[TextFormatError, UserFunctionError]
- Definition Classes
- GeneratedMessageCompanion
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object Severity extends GeneratedEnumCompanion[Severity]
- object SourceLocation extends GeneratedMessageCompanion[SourceLocation]