Interface protos.google.protobuf.IEnumDescriptorProto (3.0.2)

Properties of an EnumDescriptorProto.

Package

@google-cloud/web-security-scanner

Properties

name

name?: (string|null);

EnumDescriptorProto name

options

options?: (google.protobuf.IEnumOptions|null);

EnumDescriptorProto options

reservedName

reservedName?: (string[]|null);

EnumDescriptorProto reservedName

reservedRange

reservedRange?: (google.protobuf.EnumDescriptorProto.IEnumReservedRange[]|null);

EnumDescriptorProto reservedRange

value

value?: (google.protobuf.IEnumValueDescriptorProto[]|null);

EnumDescriptorProto value