assetNames

@JvmName(name = "xuvbuyannstusuua")
suspend fun assetNames(value: Output<List<String>>)
@JvmName(name = "kwjennriobxuxscw")
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 assetNames and assetTypes. Only asset updates matching specified assetNames and assetTypes are exported to the feed. For example: //compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1. See https://cloud.google.com/apis/design/resourceNames#fullResourceName for more info.


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


@JvmName(name = "tarbcmoupgetqlyd")
suspend fun assetNames(values: List<Output<String>>)
@JvmName(name = "btsfjbgronuabnch")
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 assetNames and assetTypes. Only asset updates matching specified assetNames and assetTypes are exported to the feed. For example: //compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1. See https://cloud.google.com/apis/design/resourceNames#fullResourceName for more info.