DoubleValue

Companion
class
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

class DoubleValueLens[UpperPB](_l: Lens[UpperPB, DoubleValue]) extends ObjectLens[UpperPB, DoubleValue]

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 javaDescriptor: Descriptor
def of(value: Double): DoubleValue
def parseFrom(`_input__`: CodedInputStream): DoubleValue

Inherited methods

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

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[DoubleValue]
def parseDelimitedFrom(input: CodedInputStream): Option[DoubleValue]
def parseFrom(s: Array[Byte]): DoubleValue
def parseFrom(input: InputStream): DoubleValue
@nowarn("cat=deprecation")
def streamFromDelimitedInput(input: InputStream): Stream[DoubleValue]
def toByteArray(a: DoubleValue): Array[Byte]
def validate(s: Array[Byte]): Try[DoubleValue]