final case class Version(commit: String = "", commitHash: String = "", version: String = "", appMajor: Int = 0, appMinor: Int = 0, appPatch: Int = 0, appPreRelease: String = "", buildTags: Seq[String] = _root_.scala.Seq.empty, goVersion: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Version] with Product with Serializable

commit

A verbose description of the daemon's commit.

commitHash

The SHA1 commit hash that the daemon is compiled with.

version

The semantic version.

appMajor

The major application version.

appMinor

The minor application version.

appPatch

The application patch number.

appPreRelease

The application pre-release modifier, possibly empty.

buildTags

The list of build tags that were supplied during compilation.

goVersion

The version of go that compiled the executable.

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Version
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Version(commit: String = "", commitHash: String = "", version: String = "", appMajor: Int = 0, appMinor: Int = 0, appPatch: Int = 0, appPreRelease: String = "", buildTags: Seq[String] = _root_.scala.Seq.empty, goVersion: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

    commit

    A verbose description of the daemon's commit.

    commitHash

    The SHA1 commit hash that the daemon is compiled with.

    version

    The semantic version.

    appMajor

    The major application version.

    appMinor

    The minor application version.

    appPatch

    The application patch number.

    appPreRelease

    The application pre-release modifier, possibly empty.

    buildTags

    The list of build tags that were supplied during compilation.

    goVersion

    The version of go that compiled the executable.

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. def addAllBuildTags(__vs: Iterable[String]): Version
  5. def addBuildTags(__vs: String*): Version
  6. val appMajor: Int
  7. val appMinor: Int
  8. val appPatch: Int
  9. val appPreRelease: String
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. val buildTags: Seq[String]
  12. def clearBuildTags: Version
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. val commit: String
  15. val commitHash: String
  16. def companion: Version.type
    Definition Classes
    Version → GeneratedMessage
  17. def discardUnknownFields: Version
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Version → GeneratedMessage
  22. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Version → GeneratedMessage
  23. val goVersion: String
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def productElementNames: Iterator[String]
    Definition Classes
    Product
  29. def serializedSize: Int
    Definition Classes
    Version → GeneratedMessage
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  32. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  33. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  34. def toProtoString: String
    Definition Classes
    Version → GeneratedMessage
  35. val unknownFields: UnknownFieldSet
  36. def update(ms: (Lens[Version, Version]) => Mutation[Version]*): Version
    Definition Classes
    Updatable
  37. val version: String
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. def withAppMajor(__v: Int): Version
  42. def withAppMinor(__v: Int): Version
  43. def withAppPatch(__v: Int): Version
  44. def withAppPreRelease(__v: String): Version
  45. def withBuildTags(__v: Seq[String]): Version
  46. def withCommit(__v: String): Version
  47. def withCommitHash(__v: String): Version
  48. def withGoVersion(__v: String): Version
  49. def withUnknownFields(__v: UnknownFieldSet): Version
  50. def withVersion(__v: String): Version
  51. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  52. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Version → GeneratedMessage
  53. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from Updatable[Version]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped