names

@JvmName(name = "lhqeybfymkpadtjh")
suspend fun names(value: Output<List<String>>)
@JvmName(name = "ccxwefbgfbexmfwo")
suspend fun names(value: List<String>?)

Parameters

value

A list of category resource names. For example, "projects/1/taxonomies/2/categories/3". At most 5 categories are allowed.


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


@JvmName(name = "gdcxlhyryypdsvms")
suspend fun names(values: List<Output<String>>)
@JvmName(name = "txeoledbuibsaoii")
suspend fun names(vararg values: String)

Parameters

values

A list of category resource names. For example, "projects/1/taxonomies/2/categories/3". At most 5 categories are allowed.