BoolValue

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

Type members

Classlikes

class BoolValueLens[UpperPB](_l: Lens[UpperPB, BoolValue]) extends ObjectLens[UpperPB, BoolValue]

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

Inherited methods

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

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

Implicits