FileDescriptorProto

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

Type members

Classlikes

class FileDescriptorProtoLens[UpperPB](_l: Lens[UpperPB, FileDescriptorProto]) extends ObjectLens[UpperPB, FileDescriptorProto]

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], `package`: Option[String], dependency: Seq[String], publicDependency: Seq[Int], weakDependency: Seq[Int], messageType: Seq[DescriptorProto], enumType: Seq[EnumDescriptorProto], service: Seq[ServiceDescriptorProto], extension: Seq[FieldDescriptorProto], options: Option[FileOptions], sourceCodeInfo: Option[SourceCodeInfo], syntax: Option[String]): FileDescriptorProto
def parseFrom(`_input__`: CodedInputStream): FileDescriptorProto

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
def merge(a: FileDescriptorProto, input: CodedInputStream): FileDescriptorProto

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