overridableFeatures
Defaults of features that can be overridden in this edition.
var overridableFeatures: Google_Protobuf_FeatureSet { get set }Defaults of features that can be overridden in this edition.
var overridableFeatures: Google_Protobuf_FeatureSet { get set }s13SwiftProtobuf07Google_B19_FeatureSetDefaultsV0dE14EditionDefaultV19overridableFeaturesAA0c1_b1_dE0Vvp What are these?3L1IXimport SwiftProtobufSupport library for Swift code generated by protoc-gen-swift.
struct FeatureSetEditionDefaultA map from every known edition with a unique set of defaults to its defaults. Not all editions may be contained here. For a given edition, the defaults at the closest matching edition ordered at or before it should be used. This field must be in strict ascending order by edition.
struct Google_Protobuf_FeatureSetDefaultsA compiled specification for the defaults of a set of features. These messages are generated from FeatureSet extensions and can be used to seed feature resolution. The resolution with this object becomes a simple search for the closest matching edition, followed by proto merges.
struct Google_Protobuf_FeatureSetTODO Enums in C++ gencode (and potentially other languages) are not well scoped. This means that each of the feature enums below can clash with each other. The short names we’ve chosen maximize call-site readability, but leave us very open to this scenario. A future feature will be designed and implemented to handle this, hopefully before we ever hit a conflict here.
init() static let _protobuf_nameMap: _NameMapstatic let protoMessageName: Stringvar edition: Google_Protobuf_Edition { get set }var fixedFeatures: Google_Protobuf_FeatureSet { get set }Defaults of features that can’t be overridden in this edition.
var hasEdition: Bool { get }Returns true if edition has been explicitly set.
var hasFixedFeatures: Bool { get }Returns true if fixedFeatures has been explicitly set.
var hasOverridableFeatures: Bool { get }Returns true if overridableFeatures has been explicitly set.
var isInitialized: Bool { get }var unknownFields: UnknownStoragestatic func == (lhs: Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault, rhs: Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault) -> Bool mutating func clearEdition() Clears the value of edition. Subsequent reads from it will return its default value.
mutating func clearFixedFeatures() Clears the value of fixedFeatures. Subsequent reads from it will return its default value.
mutating func clearOverridableFeatures() Clears the value of overridableFeatures. Subsequent reads from it will return its default value.
mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder func traverse<V>(visitor: inout V) throws where V : Visitor