systemTypes property

List<Type>? systemTypes
getter/setter pair

A list of all proto message types included in this API service.

It serves similar purpose as [google.api.Service.types], except that these types are not needed by user-defined APIs. Therefore, they will not show up in the generated discovery doc. This field should only be used to define system APIs in ESF.

Implementation

core.List<Type>? systemTypes;