from message google.protobuf.EnumOptions

Hierarchy

Constructors

Properties

allowAlias?: boolean

Set this option to true to allow mapping different tag names to the same value.

from field: optional bool allow_alias = 2;

deprecated?: boolean

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

from field: optional bool deprecated = 3 [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.EnumOptions" = "google.protobuf.EnumOptions"

Methods