assetTypes

@JvmName(name = "ynpybneabicnkrqv")
suspend fun assetTypes(value: Output<List<String>>)
@JvmName(name = "ywtaqeougeddxkuh")
suspend fun assetTypes(value: List<String>?)

Parameters

value

A list of types 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/Disk" For a list of all supported asset types, see /asset-inventory/docs/supported-asset-types.


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


@JvmName(name = "hswkpilrhofopmqa")
suspend fun assetTypes(values: List<Output<String>>)
@JvmName(name = "lcukcnhxdjixfyqv")
suspend fun assetTypes(vararg values: String)

Parameters

values

A list of types 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/Disk" For a list of all supported asset types, see /asset-inventory/docs/supported-asset-types.