Instance Propertyswift-protobuf 1.28.1SwiftProtobuf
maximumEdition
The maximum known edition (inclusive) when this was constructed. Editions after this will not have reliable defaults.
descriptor.pb.swift:2672var maximumEdition: Google_Protobuf_Edition { get set }
Other members in extension
Types
struct FeatureSetEditionDefault
A 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.
Type members
init(
) static let protoMessageName: String
static func == (lhs: Google_Protobuf_FeatureSetDefaults, rhs: Google_Protobuf_FeatureSetDefaults
) -> Bool
Show implementation details (1)
Hide implementation details
Instance members
var defaults: [Google_Protobuf_FeatureSetDefaults.FeatureSetEditionDefault]
var hasMaximumEdition: Bool
Returns true if
maximumEdition
has been explicitly set.var hasMinimumEdition: Bool
Returns true if
minimumEdition
has been explicitly set.var isInitialized: Bool
var minimumEdition: Google_Protobuf_Edition
The minimum supported edition (inclusive) when this was constructed. Editions before this will not have defaults.
var unknownFields: UnknownStorage
func clearMaximumEdition(
) Clears the value of
maximumEdition
. Subsequent reads from it will return its default value.func clearMinimumEdition(
) Clears the value of
minimumEdition
. Subsequent reads from it will return its default value.func decodeMessage<D>(decoder: inout D
) throws func traverse<V>(visitor: inout V
) throws