Instance Propertyswift-protobuf 1.28.1SwiftProtobuf
end
Exclusive.
descriptor.pb.swift:386var end: Int32 { get set }
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 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 func traverse<V>(visitor: inout V
) throws