Instance Propertyswift-protobuf 1.28.1SwiftProtobuf
isExtension
descriptor.pb.swift:2366var isExtension: Bool { get set }
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 isInitialized: Bool
var namePart: String
var unknownFields: UnknownStorage
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