@SerialVersionUID(0L) final case
class PreprocessorOutput(optionsByFile: Map[String, ScalaPbOptions], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[PreprocessorOutput]
- Companion
- object
trait Updatable[PreprocessorOutput]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Value members
Concrete methods
Inherited methods
final
Serializes the message and returns a byte array containing its raw bytes
Serializes the message and returns a byte array containing its raw bytes
- Inherited from
- GeneratedMessage
final
Serializes the message and returns a ByteString containing its raw bytes
Serializes the message and returns a ByteString containing its raw bytes
- Inherited from
- GeneratedMessage
def update(ms: Lens[PreprocessorOutput, PreprocessorOutput] => () => PreprocessorOutput*): PreprocessorOutput
- Inherited from
- Updatable
final
Serializes the message into the given output stream
Serializes the message into the given output stream
- Inherited from
- GeneratedMessage