Instance Propertyswift-protobuf 1.31.0SwiftProtobuf
isInitialized
descriptor.pb.swift:3638var isInitialized: Bool { get }var isInitialized: Bool { get }s13SwiftProtobuf07Google_B25_EnumValueDescriptorProtoV13isInitializedSbvp What are these?4MDHSimport SwiftProtobufSupport library for Swift code generated by protoc-gen-swift.
struct Google_Protobuf_EnumValueDescriptorProtoDescribes a value within an enum.
@frozen struct BoolA value type whose instances are either true or false.
init() static let _protobuf_nameMap: _NameMapstatic let protoMessageName: Stringvar hasName: Bool { get }Returns true if name has been explicitly set.
var hasNumber: Bool { get }Returns true if number has been explicitly set.
var hasOptions: Bool { get }Returns true if options has been explicitly set.
var name: String { get set }var number: Int32 { get set }var options: Google_Protobuf_EnumValueOptions { get set }var unknownFields: UnknownStoragestatic func == (lhs: Google_Protobuf_EnumValueDescriptorProto, rhs: Google_Protobuf_EnumValueDescriptorProto) -> Bool mutating func clearName() Clears the value of name. Subsequent reads from it will return its default value.
mutating func clearNumber() Clears the value of number. Subsequent reads from it will return its default value.
mutating func clearOptions() Clears the value of options. 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