Interface protos.google.protobuf.IEnumDescriptorProto (0.7.0)

Properties of an EnumDescriptorProto.

Package

@google-cloud/storage-control

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

visibility

visibility?: (google.protobuf.SymbolVisibility|keyof typeof google.protobuf.SymbolVisibility|null);

EnumDescriptorProto visibility