bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class EnumValueOptions

    from message google.protobuf.EnumValueOptions

    Hierarchy

    Index

    Constructors

    Properties

    deprecated?: boolean

    Is this enum value deprecated? Depending on the target platform, this can emit Deprecated annotations for the enum value, or it will be completely ignored; in the very least, this is a formalization for deprecating enum values.

    from field: optional bool deprecated = 1 [default = false];

    uninterpretedOption: UninterpretedOption[] = []

    The parser stores options it doesn't recognize here. See above.

    from field: repeated google.protobuf.UninterpretedOption uninterpreted_option = 999;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto2
    typeName: "google.protobuf.EnumValueOptions"

    Methods