Instance Propertyswift-protobuf 1.31.0SwiftProtobufPluginLibrary
file
The .proto file in which this oneof type was defined.
var file: FileDescriptor! { get }The .proto file in which this oneof type was defined.
var file: FileDescriptor! { get }s26SwiftProtobufPluginLibrary15OneofDescriptorC4fileAA04FileF0CSgvp What are these?59GNZimport SwiftProtobufPluginLibraryA reusable framework for building protoc plugins in Swift.
final class OneofDescriptorDescribes a oneof defined in a message type.
final class FileDescriptorModels a .proto file. FileDescriptors are not directly created, instead they are constructed/fetched via the DescriptorSet or they are directly accessed via a file property on all the other types of descriptors.
var containingType: Descriptor! { get }The Descriptor of the message that defines this oneof.
let features: Google_Protobuf_FeatureSetThe resolved features for this Oneof.
lazy var fields: [FieldDescriptor] { get set }The members of this oneof, in the order in which they were declared in the .proto file.
var fullName: String { get }Fully-qualified name of the oneof.
let index: IntIndex of this oneof within the message’s oneofs.
let name: StringName of this oneof.
let options: Google_Protobuf_OneofOptionsThe Google_Protobuf_OneofOptions set on this oneof.
func getLocationPath(path: inout IndexPath) var isSynthetic: Bool { get }var proto: Google_Protobuf_OneofDescriptorProto { get }