Instance Methodswift-protobuf 1.28.1SwiftProtobuf
traverse(visitor:)
descriptor.pb.swift:3429func 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_DescriptorProto.ReservedRange, rhs: Google_Protobuf_DescriptorProto.ReservedRange
) -> Bool
Show implementation details (1)
Hide implementation details
Instance members
var end: Int32
Exclusive.
var hasEnd: Bool
Returns true if
end
has been explicitly set.var hasStart: Bool
Returns true if
start
has been explicitly set.var start: Int32
Inclusive.
var unknownFields: UnknownStorage
func clearEnd(
) Clears the value of
end
. Subsequent reads from it will return its default value.func clearStart(
) Clears the value of
start
. Subsequent reads from it will return its default value.func decodeMessage<D>(decoder: inout D
) throws