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