Initializerswift-protobuf 1.29.0SwiftProtobuf
init
descriptor.pb.swift:1708init()
init()
s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultVAEycfc
What are these?6LFKT
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct EditionDefault
struct Google_Protobuf_FieldOptions
static let _protobuf_nameMap: _NameMap
static let protoMessageName: String
var edition: Google_Protobuf_Edition { get set }
var hasEdition: Bool { get }
Returns true if edition
has been explicitly set.
var hasValue: Bool { get }
Returns true if value
has been explicitly set.
var unknownFields: UnknownStorage
var value: String { get set }
Textproto value.
static func == (lhs: Google_Protobuf_FieldOptions.EditionDefault, rhs: Google_Protobuf_FieldOptions.EditionDefault) -> Bool
mutating func clearEdition()
Clears the value of edition
. Subsequent reads from it will return its default value.
mutating func clearValue()
Clears the value of value
. 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