Static Propertyswift-protobuf 1.31.0SwiftProtobuf
protoMessageName
descriptor.pb.swift:3109static let protoMessageName: Stringstatic let protoMessageName: Strings13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV16protoMessageNameSSvpZ What are these?4HE6Cimport SwiftProtobufSupport library for Swift code generated by protoc-gen-swift.
struct ExtensionRangestruct Google_Protobuf_DescriptorProtoDescribes a message type.
@frozen struct StringA Unicode string value that is a collection of characters.
init() static let _protobuf_nameMap: _NameMapvar end: Int32 { get set }Exclusive.
var hasEnd: Bool { get }Returns true if end has been explicitly set.
var hasOptions: Bool { get }Returns true if options has been explicitly set.
var hasStart: Bool { get }Returns true if start has been explicitly set.
var isInitialized: Bool { get }var options: Google_Protobuf_ExtensionRangeOptions { get set }var start: Int32 { get set }Inclusive.
var unknownFields: UnknownStoragestatic func == (lhs: Google_Protobuf_DescriptorProto.ExtensionRange, rhs: Google_Protobuf_DescriptorProto.ExtensionRange) -> Bool mutating func clearEnd() Clears the value of end. Subsequent reads from it will return its default value.
mutating func clearOptions() Clears the value of options. 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