assetNames property
A list of the full names of the assets to receive updates.
You must specify either or both of asset_names and asset_types. Only asset
updates matching specified asset_names or asset_types are exported to the
feed. Example:
//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1
.
For a list of the full names for supported asset types, see [Resource
name format](/asset-inventory/docs/resource-name-format).
Implementation
core.List<core.String>? assetNames;