Utf8Validation
descriptor.pb.swift:2350enum Utf8Validationenum Utf8Validations13SwiftProtobuf07Google_B11_FeatureSetV14Utf8ValidationO What are these?3L2O1import SwiftProtobufSupport library for Swift code generated by protoc-gen-swift.
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.
case unknowncase verifycase noneinit() static let _protobuf_nameMap: _NameMapstatic let protoMessageName: Stringvar _protobuf_extensionFieldValues: ExtensionFieldValueSetvar defaultSymbolVisibility: Google_Protobuf_FeatureSet.VisibilityFeature.DefaultSymbolVisibility { get set }var enforceNamingStyle: Google_Protobuf_FeatureSet.EnforceNamingStyle { get set }var enumType: Google_Protobuf_FeatureSet.EnumType { get set }var fieldPresence: Google_Protobuf_FeatureSet.FieldPresence { get set }var hasDefaultSymbolVisibility: Bool { get }Returns true if defaultSymbolVisibility has been explicitly set.
var hasEnforceNamingStyle: Bool { get }Returns true if enforceNamingStyle has been explicitly set.
var hasEnumType: Bool { get }Returns true if enumType has been explicitly set.
var hasFieldPresence: Bool { get }Returns true if fieldPresence has been explicitly set.
var hasJsonFormat: Bool { get }Returns true if jsonFormat has been explicitly set.
var hasMessageEncoding: Bool { get }Returns true if messageEncoding has been explicitly set.
var hasRepeatedFieldEncoding: Bool { get }Returns true if repeatedFieldEncoding has been explicitly set.
var hasUtf8Validation: Bool { get }Returns true if utf8Validation has been explicitly set.
var isInitialized: Bool { get }var jsonFormat: Google_Protobuf_FeatureSet.JsonFormat { get set }var messageEncoding: Google_Protobuf_FeatureSet.MessageEncoding { get set }var repeatedFieldEncoding: Google_Protobuf_FeatureSet.RepeatedFieldEncoding { get set }var unknownFields: UnknownStoragevar utf8Validation: Google_Protobuf_FeatureSet.Utf8Validation { get set }static func == (lhs: Google_Protobuf_FeatureSet, rhs: Google_Protobuf_FeatureSet) -> Bool mutating func clearDefaultSymbolVisibility() Clears the value of defaultSymbolVisibility. Subsequent reads from it will return its default value.
mutating func clearEnforceNamingStyle() Clears the value of enforceNamingStyle. Subsequent reads from it will return its default value.
mutating func clearEnumType() Clears the value of enumType. Subsequent reads from it will return its default value.
mutating func clearFieldPresence() Clears the value of fieldPresence. Subsequent reads from it will return its default value.
mutating func clearJsonFormat() Clears the value of jsonFormat. Subsequent reads from it will return its default value.
mutating func clearMessageEncoding() Clears the value of messageEncoding. Subsequent reads from it will return its default value.
mutating func clearRepeatedFieldEncoding() Clears the value of repeatedFieldEncoding. Subsequent reads from it will return its default value.
mutating func clearUtf8Validation() Clears the value of utf8Validation. 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 enum EnforceNamingStyleenum EnumTypeenum FieldPresenceenum JsonFormatenum MessageEncodingenum RepeatedFieldEncodingstruct VisibilityFeatureprotocol 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)