Version

Companion
class
trait Product
trait Mirror
trait JavaProtoSupport[Version, Version]
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

class VersionLens[UpperPB](_l: Lens[UpperPB, Version]) extends ObjectLens[UpperPB, Version]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type ValueType = A

Value members

Concrete methods

def fromJavaProto(javaPbSource: Version): Version
def javaDescriptor: Descriptor
def of(major: Option[Int], minor: Option[Int], patch: Option[Int], suffix: Option[String]): Version
def parseFrom(`_input__`: CodedInputStream): Version
def toJavaProto(scalaPbSource: Version): Version

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
def fromAscii(s: String): Version
def merge(a: Version, input: CodedInputStream): Version

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Inherited from
GeneratedMessageCompanion
def parseDelimitedFrom(input: InputStream): Option[Version]
def parseDelimitedFrom(input: CodedInputStream): Option[Version]
def parseFrom(s: Array[Byte]): Version
def parseFrom(input: InputStream): Version
@nowarn("cat=deprecation")
def streamFromDelimitedInput(input: InputStream): Stream[Version]
def toByteArray(a: Version): Array[Byte]
def validate(s: Array[Byte]): Try[Version]
def validateAscii(s: String): Either[TextFormatError, Version]

Implicits