Static Propertyswift-protobuf 1.28.1SwiftProtobuf
protoMessageName
descriptor.pb.swift:3357static let protoMessageName: String
Other members in extension
Type members
init(
) static func == (lhs: Google_Protobuf_DescriptorProto.ExtensionRange, rhs: Google_Protobuf_DescriptorProto.ExtensionRange
) -> 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 hasOptions: Bool
Returns true if
options
has been explicitly set.var hasStart: Bool
Returns true if
start
has been explicitly set.var isInitialized: Bool
var options: Google_Protobuf_ExtensionRangeOptions
var start: Int32
Inclusive.
var unknownFields: UnknownStorage
func clearEnd(
) Clears the value of
end
. Subsequent reads from it will return its default value.func clearOptions(
) Clears the value of
options
. 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