SourceContextResponse

data class SourceContextResponse(val fileName: String)

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

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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