Static Propertyswift-protobuf 1.29.0SwiftProtobuf
protoMessageName
descriptor.pb.swift:4311static let protoMessageName: String
static let protoMessageName: String
s13SwiftProtobuf07Google_B13_FieldOptionsV14EditionDefaultV16protoMessageNameSSvpZ
What are these?8C8RU
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct EditionDefault
struct Google_Protobuf_FieldOptions
@frozen struct String
A Unicode string value that is a collection of characters.
init()
static let _protobuf_nameMap: _NameMap
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