Static Methodswift-protobuf 1.28.1SwiftProtobufPluginLibrary
isBundledProto(file:)
Checks if a Google_Protobuf_FileDescriptorProto
is a library bundled proto file.
This declaration is deprecated: Use the version that takes a FileDescriptor instead.
static func isBundledProto(file: Google_Protobuf_FileDescriptorProto) -> Bool
Other members in extension
Type members
static let bundledProtoFiles: Set<String>
Proto Files that ship with the library.
static func isBundledProto(file: FileDescriptor
) -> Bool Checks if a
FileDescriptor
is a library bundled proto file.