hasPositiveIntValue

    Returns true if positiveIntValue has been explicitly set.

    descriptor.pb.swift:2305
    var hasPositiveIntValue: Bool { get }

    Other members in extension

    Types

    • struct NamePart

      The name of the uninterpreted option. Each string represents a segment in a dot-separated name. is_extension is true iff a segment represents an extension (denoted with parentheses in options specs in .proto files). E.g.,{ [“foo”, false], [“bar.baz”, true], [“moo”, false] } represents “foo.(bar.baz).moo”.

    Type members

    Show implementation details (1)

    Hide implementation details

    Instance members