BytesValue

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

Type members

Classlikes

class BytesValueLens[UpperPB](_l: Lens[UpperPB, BytesValue]) extends ObjectLens[UpperPB, BytesValue]

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

Inherited methods

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

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

Implicits