Interface protos.google.protobuf.IEnum (0.2.6)

Properties of an Enum.

Package

@google-cloud/service-management!

Properties

enumvalue

enumvalue?: (google.protobuf.IEnumValue[]|null);

Enum enumvalue

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

name

name?: (string|null);

Enum name

Property Value
TypeDescription
(string|null)

options

options?: (google.protobuf.IOption[]|null);

Enum options

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

sourceContext

sourceContext?: (google.protobuf.ISourceContext|null);

Enum sourceContext

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

syntax

syntax?: (google.protobuf.Syntax|keyof typeof google.protobuf.Syntax|null);

Enum syntax

Property Value
TypeDescription
(google.protobuf.Syntax|keyof typeof google.protobuf.Syntax|null)