Instance Propertyswift-protobuf 1.29.0SwiftProtobufPluginLibrary
fullName
Fully-qualified name of the oneof.
var fullName: String { get }
Fully-qualified name of the oneof.
var fullName: String { get }
s26SwiftProtobufPluginLibrary15OneofDescriptorC8fullNameSSvp
What are these?45AGF
import SwiftProtobufPluginLibrary
A reusable framework for building protoc
plugins in Swift.
final class OneofDescriptor
Describes a oneof defined in a message type.
@frozen struct String
A Unicode string value that is a collection of characters.
var containingType: Descriptor! { get }
The Descriptor of the message that defines this oneof.
let features: Google_Protobuf_FeatureSet
The 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 file: FileDescriptor! { get }
The .proto file in which this oneof type was defined.
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)
var isSynthetic: Bool { get }
var proto: Google_Protobuf_OneofDescriptorProto { get }