PreprocessorOutput

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

Type members

Classlikes

@SerialVersionUID(0L)
final case class OptionsByFileEntry(key: Option[String], value: Option[ScalaPbOptions], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[OptionsByFileEntry]
Companion
object
class PreprocessorOutputLens[UpperPB](_l: Lens[UpperPB, PreprocessorOutput]) extends ObjectLens[UpperPB, PreprocessorOutput]

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(optionsByFile: Map[String, ScalaPbOptions]): PreprocessorOutput
def parseFrom(`_input__`: CodedInputStream): PreprocessorOutput

Inherited methods

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

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