VerificationState
The verification state of the extension range.
enum VerificationStateThe verification state of the extension range.
enum VerificationStates13SwiftProtobuf07Google_B22_ExtensionRangeOptionsV17VerificationStateO What are these?82QW9import SwiftProtobufSupport library for Swift code generated by protoc-gen-swift.
struct Google_Protobuf_ExtensionRangeOptionscase declarationAll the extensions of the range must be declared.
case unverifiedinit() static let _protobuf_nameMap: _NameMapstatic let protoMessageName: Stringvar _protobuf_extensionFieldValues: ExtensionFieldValueSetvar declaration: [Google_Protobuf_ExtensionRangeOptions.Declaration]For external users: DO NOT USE. We are in the process of open sourcing extension declaration and executing internal cleanups before it can be used externally.
var features: Google_Protobuf_FeatureSet { get set }Any features defined in the specific edition.
var hasFeatures: Bool { get }Returns true if features has been explicitly set.
var hasVerification: Bool { get }Returns true if verification has been explicitly set.
var isInitialized: Bool { get }var uninterpretedOption: [Google_Protobuf_UninterpretedOption]The parser stores options it doesn’t recognize here. See above.
var unknownFields: UnknownStoragevar verification: Google_Protobuf_ExtensionRangeOptions.VerificationState { get set }The verification state of the range. TODO: flip the default to DECLARATION once all empty ranges are marked as UNVERIFIED.
static func == (lhs: Google_Protobuf_ExtensionRangeOptions, rhs: Google_Protobuf_ExtensionRangeOptions) -> Bool mutating func clearFeatures() Clears the value of features. Subsequent reads from it will return its default value.
mutating func clearVerification() Clears the value of verification. 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 struct Declarationprotocol CaseIterableA type that provides a collection of all of its values.
protocol CopyableA type whose values can be implicitly or explicitly copied.
@preconcurrency protocol Enum : Hashable, RawRepresentable, SendableGenerated enum types conform to this protocol.
protocol EquatableA type that can be compared for value equality.
protocol Escapableprotocol Hashable : EquatableA type that can be hashed into a Hasher to produce an integer hash value.
protocol RawRepresentable<RawValue>A type that can be converted to and from an associated raw value.
protocol SendableA thread-safe type whose values can be shared across arbitrary concurrent contexts without introducing a risk of data races. Values of the type may have no shared mutable state, or they may protect that state with a lock or by forcing it to only be accessed from a specific actor.
protocol _ProtoNameProvidingSwiftProtobuf Internal: Common support looking up field names.
init() init?(rawValue: Int) static let _protobuf_nameMap: _NameMapvar hashValue: Int { get }var name: _NameMap.Name? { get }Internal convenience property representing the name of the enum value (or nil if it is an UNRECOGNIZED value or doesn’t provide names).
static func != (lhs: Self, rhs: Self) -> Bool Returns a Boolean value indicating whether two values are not equal.
func hash(into hasher: inout Hasher)