ExtractProtoOptions
Options for collected a proto object from a Descriptor.
struct ExtractProtoOptions
Options for collected a proto object from a Descriptor.
struct ExtractProtoOptions
import SwiftProtobufPluginLibrary
A reusable framework for building protoc
plugins in Swift.
init()
var headerOnly: Bool
Copy on the header for the descriptor. This mainly means leave out any of the nested descriptors (messages, enums, etc.).
var includeSourceCodeInfo: Bool
If the SourceCodeInfo
should also be included in the proto file.