assetNames

@JvmName(name = "ruvbwyarbvqlgsso")
suspend fun assetNames(value: Output<List<String>>)
@JvmName(name = "njuxgnskfstgeyek")
suspend fun assetNames(value: List<String>?)

Parameters

value

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 /asset-inventory/docs/resource-name-format.


@JvmName(name = "tdebjcgtqyolegnw")
suspend fun assetNames(vararg values: Output<String>)


@JvmName(name = "joapdrmrfrfbnwrs")
suspend fun assetNames(values: List<Output<String>>)
@JvmName(name = "ksmshuymdfjvfolk")
suspend fun assetNames(vararg values: String)

Parameters

values

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 /asset-inventory/docs/resource-name-format.