Properties of an EnumDescriptorProto.
Package
@google-cloud/speech!Properties
name
name?: (string|null);
EnumDescriptorProto name
Type | Description |
(string|null) |
options
options?: (google.protobuf.IEnumOptions|null);
EnumDescriptorProto options
Type | Description |
(google.protobuf.IEnumOptions|null) |
reservedName
reservedName?: (string[]|null);
EnumDescriptorProto reservedName
Type | Description |
(string[]|null) |
reservedRange
reservedRange?: (google.protobuf.EnumDescriptorProto.IEnumReservedRange[]|null);
EnumDescriptorProto reservedRange
Type | Description |
(google.protobuf.EnumDescriptorProto.IEnumReservedRange[]|null) |
value
value?: (google.protobuf.IEnumValueDescriptorProto[]|null);
EnumDescriptorProto value
Type | Description |
(google.protobuf.IEnumValueDescriptorProto[]|null) |