Interface protos.google.protobuf.IEnumValueDescriptorProto (1.0.6)

Properties of an EnumValueDescriptorProto.

Package

@google-cloud/policy-troubleshooter!

Properties

name

name?: (string|null);

EnumValueDescriptorProto name

Property Value
TypeDescription
(string|null)

number

number?: (number|null);

EnumValueDescriptorProto number

Property Value
TypeDescription
(number|null)

options

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

EnumValueDescriptorProto options

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