names

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

Parameters

value

Related artifact names. This may be the path to a binary or jar file, or in the case of a container build, the name used to push the container image to Google Container Registry, as presented to docker push. Note that a single Artifact ID can have multiple names, for example if two tags are applied to one image.


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


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

Parameters

values

Related artifact names. This may be the path to a binary or jar file, or in the case of a container build, the name used to push the container image to Google Container Registry, as presented to docker push. Note that a single Artifact ID can have multiple names, for example if two tags are applied to one image.