Interface protos.google.protobuf.IEnumDescriptorProto (1.0.5)

Properties of an EnumDescriptorProto.

Package

@google-cloud/vpc-access!

Properties

name

name?: (string|null);

EnumDescriptorProto name

Property Value
TypeDescription
(string|null)

options

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

EnumDescriptorProto options

Property Value
TypeDescription
(google.protobuf.IEnumOptions|null)

reservedName

reservedName?: (string[]|null);

EnumDescriptorProto reservedName

Property Value
TypeDescription
(string[]|null)

reservedRange

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

EnumDescriptorProto reservedRange

Property Value
TypeDescription
(google.protobuf.EnumDescriptorProto.IEnumReservedRange[]|null)

value

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

EnumDescriptorProto value

Property Value
TypeDescription
(google.protobuf.IEnumValueDescriptorProto[]|null)