Identifies the filesystem path to the original source .proto.
Generated from protobuf field <code>optional string source_file = 2;</code>
string
public function getSourceFile() { return isset($this->source_file) ? $this->source_file : ''; }