Instance Methodswift-protobuf 1.28.1SwiftProtobuf
traverse(visitor:)
descriptor.pb.swift:4640func traverse<V>(visitor: inout V) throws where V : Visitor
Other members in extension
Type members
init(
) static let protoMessageName: String
static func == (lhs: Google_Protobuf_FieldOptions.EditionDefault, rhs: Google_Protobuf_FieldOptions.EditionDefault
) -> Bool
Show implementation details (1)
Hide implementation details
Instance members
var edition: Google_Protobuf_Edition
var hasEdition: Bool
Returns true if
edition
has been explicitly set.var hasValue: Bool
Returns true if
value
has been explicitly set.var unknownFields: UnknownStorage
var value: String
Textproto value.
func clearEdition(
) Clears the value of
edition
. Subsequent reads from it will return its default value.func clearValue(
) Clears the value of
value
. Subsequent reads from it will return its default value.func decodeMessage<D>(decoder: inout D
) throws