init(protoPaths:)
Creates a new Google_Protobuf_FieldMask
from the given array of paths.
init(protoPaths: [String])
Parameters
- protoPaths
The paths from which to create the field mask, defined using the .proto names for the fields.
The paths should match the names used in the .proto file, which may be different than the corresponding Swift property names.