Interface protos.google.protobuf.IEnumDescriptorProto (4.0.3)

Properties of an EnumDescriptorProto.

Package

@google-cloud/vision

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