com.google.protobuf.source_context

Type members

Classlikes

@SerialVersionUID(0L)
final case class SourceContext(fileName: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[SourceContext]

SourceContext represents information about the source of a protobuf element, like the file in which it is defined.

SourceContext represents information about the source of a protobuf element, like the file in which it is defined.

Value Params
fileName

The path-qualified name of the .proto file that contained the associated protobuf element. For example: "google/protobuf/source_context.proto".

Companion
object