normalizedExtensionRanges

    The extensionRanges are in the order they appear in the original .proto file; this orders them and then merges any ranges that are actually contiguious (i.e. - [(21,30),(10,20)] -> [(10,30)])

    Descriptor.swift:570

    This declaration is deprecated: Please open a GitHub issue if you think functionality is missing.

    lazy var normalizedExtensionRanges: [Google_Protobuf_DescriptorProto.ExtensionRange] { get set }

    Other members in extension

    Types

    • class ExtensionRange

      Describes an extension range of a message. ExtensionRanges are not directly created, instead they are constructed/fetched via the Descriptor.

    • enum WellKnownType

      The type of this Message.

    Instance members

    Show obsolete interfaces (5)

    Hide obsolete interfaces