Instance Propertyswift-protobuf 1.28.1SwiftProtobuf
unknownFields
descriptor.pb.swift:2375var unknownFields: UnknownStorage
Other members in extension
Type members
init(
) static let protoMessageName: String
static func == (lhs: Google_Protobuf_UninterpretedOption.NamePart, rhs: Google_Protobuf_UninterpretedOption.NamePart
) -> Bool
Show implementation details (1)
Hide implementation details
Instance members
var hasIsExtension: Bool
Returns true if
isExtension
has been explicitly set.var hasNamePart: Bool
Returns true if
namePart
has been explicitly set.var isExtension: Bool
var isInitialized: Bool
var namePart: String
func clearIsExtension(
) Clears the value of
isExtension
. Subsequent reads from it will return its default value.func clearNamePart(
) Clears the value of
namePart
. Subsequent reads from it will return its default value.func decodeMessage<D>(decoder: inout D
) throws func traverse<V>(visitor: inout V
) throws