Instance Methodswift-protobuf 1.28.1SwiftProtobuf
decodeMessage(decoder:)
descriptor.pb.swift:3835mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
Other members in extension
Type members
init(
) static let protoMessageName: String
static func == (lhs: Google_Protobuf_EnumDescriptorProto.EnumReservedRange, rhs: Google_Protobuf_EnumDescriptorProto.EnumReservedRange
) -> Bool
Show implementation details (1)
Hide implementation details
Instance members
var end: Int32
Inclusive.
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 traverse<V>(visitor: inout V
) throws