Instance Propertyswift-protobuf 1.28.1SwiftProtobuf
fieldNumber
MessageExtension.swift:31let fieldNumber: Int
let fieldNumber: Int
Show implementation details (1)
Hide implementation details
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
final class MessageExtension<FieldType, MessageType> where FieldType : ExtensionField, MessageType : Message
A “Message Extension” relates a particular extension field to a particular message. The generic constraints allow compile-time compatibility checks.
@frozen struct Int
A signed integer value type.
init(_protobuf_fieldNumber: Int, fieldName: String)
let fieldName: String
let messageType: any Message.Type
func _protobuf_newField<D>(decoder: inout D) throws -> (any AnyExtensionField)? where D : Decoder