File

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

Type members

Classlikes

implicit
class FileLens[UpperPB](_l: Lens[UpperPB, File]) extends ObjectLens[UpperPB, File]

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(name: Option[String], insertionPoint: Option[String], content: Option[String]): File
def parseFrom(`_input__`: CodedInputStream): File

Inherited methods

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

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

Implicits

Implicits

final implicit
def FileLens[UpperPB](_l: Lens[UpperPB, File]): FileLens[UpperPB]
implicit