Instance Propertyswift-protobuf 1.28.1SwiftProtobufPluginLibrary
containingType
The Descriptor of the message that defines this oneof.
Descriptor.swift:956var containingType: Descriptor! { get }
Other members in extension
Instance members
let features: Google_Protobuf_FeatureSet
The resolved features for this Oneof.
var fields: [FieldDescriptor]
The members of this oneof, in the order in which they were declared in the .proto file.
var file: FileDescriptor!
The .proto file in which this oneof type was defined.
var fullName: String
Fully-qualified name of the oneof.
let index: Int
Index of this oneof within the message’s oneofs.
let name: String
Name of this oneof.
let options: Google_Protobuf_OneofOptions
The
Google_Protobuf_OneofOptions
set on this oneof.func getLocationPath(path: inout IndexPath
)