names

@JvmName(name = "sbmqhmyttxfsntwc")
suspend fun names(value: Output<List<String>>)
@JvmName(name = "hjpquwjoikygmwrq")
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 = "ddwmdlpvrpknbitu")
suspend fun names(vararg values: Output<String>)


@JvmName(name = "qnpcopksxsisdent")
suspend fun names(values: List<Output<String>>)
@JvmName(name = "hvglbctqydtpbruf")
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.