dataSource property
The data source on which the addon operates.
This determines which field in the config oneof is used.
Required. Possible string values are:
- "DATA_SOURCE_UNSPECIFIED" : The data source of the addon is not specified.
- "PLUGIN_INSTANCE" : Addon operates on data collected from specific plugin instances.
- "ALL_DATA" : Addon operates on all data in the API hub.
Implementation
core.String? dataSource;