enums property
A list of all enum types included in this API service. Enums referenced
directly or indirectly by the apis are automatically included. Enums
which are not referenced but shall be included should be listed here by
name by the configuration author. Example:
enums:
- name: google.someapi.v1.SomeEnum
Implementation
final List<Enum> enums;