pythonPackages

@JvmName(name = "piffhhhrwiuaieby")
suspend fun pythonPackages(value: Output<List<TriggerBuildArtifactsPythonPackageArgs>>)
@JvmName(name = "bcoitpgfixeqqsnb")
suspend fun pythonPackages(value: List<TriggerBuildArtifactsPythonPackageArgs>?)

Parameters

value

Python package to upload to Artifact Registry upon successful completion of all build steps. A package can encapsulate multiple objects to be uploaded to a single repository. The location and generation of the uploaded objects will be stored in the Build resource's results field. If any objects fail to be pushed, the build is marked FAILURE. Structure is documented below.


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


@JvmName(name = "fsqlfconqixsxlyl")
suspend fun pythonPackages(values: List<Output<TriggerBuildArtifactsPythonPackageArgs>>)
@JvmName(name = "qtlvmwalcaffmkaq")
suspend fun pythonPackages(vararg values: TriggerBuildArtifactsPythonPackageArgs)

Parameters

values

Python package to upload to Artifact Registry upon successful completion of all build steps. A package can encapsulate multiple objects to be uploaded to a single repository. The location and generation of the uploaded objects will be stored in the Build resource's results field. If any objects fail to be pushed, the build is marked FAILURE. Structure is documented below.


@JvmName(name = "lihqsdfvbqsbvany")
suspend fun pythonPackages(argument: List<suspend TriggerBuildArtifactsPythonPackageArgsBuilder.() -> Unit>)
@JvmName(name = "ajdmslpqihdgbxvc")
suspend fun pythonPackages(vararg argument: suspend TriggerBuildArtifactsPythonPackageArgsBuilder.() -> Unit)
@JvmName(name = "jprpdgugnhpcsefv")
suspend fun pythonPackages(argument: suspend TriggerBuildArtifactsPythonPackageArgsBuilder.() -> Unit)

Parameters

argument

Python package to upload to Artifact Registry upon successful completion of all build steps. A package can encapsulate multiple objects to be uploaded to a single repository. The location and generation of the uploaded objects will be stored in the Build resource's results field. If any objects fail to be pushed, the build is marked FAILURE. Structure is documented below.