Instance Methodswift-protobuf 1.28.1SwiftProtobuf
clearEdition
Clears the value of edition
. Subsequent reads from it will return its default value.
mutating func clearEdition()
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 clearValue(
) Clears the value of
value
. Subsequent reads from it will return its default value.func decodeMessage<D>(decoder: inout D
) throws func traverse<V>(visitor: inout V
) throws