- Companion
- class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Type members
Classlikes
@SerialVersionUID(0L)
final case class Annotation(path: Seq[Int], sourceFile: Option[String], begin: Option[Int], end: Option[Int], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[Annotation]
- Value Params
- begin
Identifies the starting offset in bytes in the generated code that relates to the identified object.
- end
Identifies the ending offset in bytes in the generated code that relates to the identified offset. The end offset should be one past the last relevant byte (so the length of the text = end - begin).
- path
Identifies the element in the original source .proto file. This field is formatted the same as SourceCodeInfo.Location.path.
- sourceFile
Identifies the filesystem path to the original source .proto.
- Companion
- object
class GeneratedCodeInfoLens[UpperPB](_l: Lens[UpperPB, GeneratedCodeInfo]) extends ObjectLens[UpperPB, GeneratedCodeInfo]
Value members
Concrete methods
Inherited methods
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