package source_context
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
final
case class
SourceContext(fileName: String = "", unknownFields: scalapb.UnknownFieldSet = ...) extends scalapb.GeneratedMessage with Updatable[SourceContext] with Product with Serializable
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.- fileName
The path-qualified name of the .proto file that contained the associated protobuf element. For example:
"google/protobuf/source_context.proto"
.
- Annotations
- @SerialVersionUID()
Value Members
- object SourceContext extends GeneratedMessageCompanion[SourceContext] with JavaProtoSupport[SourceContext, protobuf.SourceContext]
- object SourceContextProto extends GeneratedFileObject