Static Propertyswift-protobuf 1.29.0SwiftProtobuf
protoMessageName
descriptor.pb.swift:3100static let protoMessageName: String
static let protoMessageName: String
s13SwiftProtobuf07Google_B16_DescriptorProtoV13ReservedRangeV16protoMessageNameSSvpZ
What are these?6HPKF
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct ReservedRange
Range of reserved tag numbers. Reserved tag numbers may not be used by fields or extension ranges in the same message. Reserved ranges may not overlap.
struct Google_Protobuf_DescriptorProto
Describes a message type.
@frozen struct String
A Unicode string value that is a collection of characters.
init()
static let _protobuf_nameMap: _NameMap
var end: Int32 { get set }
Exclusive.
var hasEnd: Bool { get }
Returns true if end
has been explicitly set.
var hasStart: Bool { get }
Returns true if start
has been explicitly set.
var start: Int32 { get set }
Inclusive.
var unknownFields: UnknownStorage
static func == (lhs: Google_Protobuf_DescriptorProto.ReservedRange, rhs: Google_Protobuf_DescriptorProto.ReservedRange) -> Bool
mutating func clearEnd()
Clears the value of end
. Subsequent reads from it will return its default value.
mutating func clearStart()
Clears the value of start
. Subsequent reads from it will return its default value.
mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
func traverse<V>(visitor: inout V) throws where V : Visitor