pythonPackages

@JvmName(name = "yhreqlaxoqddaqmr")
suspend fun pythonPackages(value: Output<List<PythonPackageArgs>>)
@JvmName(name = "wycmroyqoonwjpub")
suspend fun pythonPackages(value: List<PythonPackageArgs>?)

Parameters

value

A list of Python packages to be uploaded to Artifact Registry upon successful completion of all build steps. The build service account credentials will be used to perform the upload. If any objects fail to be pushed, the build is marked FAILURE.


@JvmName(name = "yxijdbkcfwgrihka")
suspend fun pythonPackages(vararg values: Output<PythonPackageArgs>)


@JvmName(name = "ygydevjtyobtxbag")
suspend fun pythonPackages(values: List<Output<PythonPackageArgs>>)
@JvmName(name = "ujgcgvbodfawjpuv")
suspend fun pythonPackages(vararg values: PythonPackageArgs)

Parameters

values

A list of Python packages to be uploaded to Artifact Registry upon successful completion of all build steps. The build service account credentials will be used to perform the upload. If any objects fail to be pushed, the build is marked FAILURE.


@JvmName(name = "gvqmtsunfqwpepnv")
suspend fun pythonPackages(argument: List<suspend PythonPackageArgsBuilder.() -> Unit>)
@JvmName(name = "iqsyfssrnqfgpewq")
suspend fun pythonPackages(vararg argument: suspend PythonPackageArgsBuilder.() -> Unit)
@JvmName(name = "tsinpnoywqyqpvdl")
suspend fun pythonPackages(argument: suspend PythonPackageArgsBuilder.() -> Unit)

Parameters

argument

A list of Python packages to be uploaded to Artifact Registry upon successful completion of all build steps. The build service account credentials will be used to perform the upload. If any objects fail to be pushed, the build is marked FAILURE.