Source Context Args
data class SourceContextArgs(val fileName: Output<String>? = null) : ConvertibleToJava<SourceContextArgs>
SourceContext
represents information about the source of a protobuf element, like the file in which it is defined.