fun setSourcePath(value: String!): Builder!
The filesystem path to where the source file originated.
Mainly used to display helpful error messages.
string source_path = 4;
value
- String!: The sourcePath to set.
Return
Builder!: This builder for chaining.