FloatValue

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

Type members

Classlikes

class FloatValueLens[UpperPB](_l: Lens[UpperPB, FloatValue]) extends ObjectLens[UpperPB, FloatValue]

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: Float): FloatValue
def parseFrom(`_input__`: CodedInputStream): FloatValue

Inherited methods

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

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

Implicits