Describes a value within an enum.

from message google.protobuf.EnumValueDescriptorProto

Hierarchy

Constructors

Properties

name?: string

from field: optional string name = 1;

number?: number

from field: optional int32 number = 2;

from field: optional google.protobuf.EnumValueOptions options = 3;

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

Methods