Instance Propertyswift-protobuf 1.31.0SwiftProtobufPluginLibrary
isSynthetic
Descriptor.swift:995This declaration is deprecated: Please open a GitHub issue if you think functionality is missing.
var isSynthetic: Bool { get }This declaration is deprecated: Please open a GitHub issue if you think functionality is missing.
var isSynthetic: Bool { get }s26SwiftProtobufPluginLibrary15OneofDescriptorC11isSyntheticSbvp What are these?7OTNWimport SwiftProtobufPluginLibraryA reusable framework for building protoc plugins in Swift.
final class OneofDescriptorDescribes a oneof defined in a message type.
@frozen struct BoolA value type whose instances are either true or false.
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 file: FileDescriptor! { get }The .proto file in which this oneof type was defined.
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 proto: Google_Protobuf_OneofDescriptorProto { get }