FunctionBuildConfigSourceArgs

data class FunctionBuildConfigSourceArgs(val repoSource: Output<FunctionBuildConfigSourceRepoSourceArgs>? = null, val storageSource: Output<FunctionBuildConfigSourceStorageSourceArgs>? = null) : ConvertibleToJava<FunctionBuildConfigSourceArgs>

Constructors

Link copied to clipboard
constructor(repoSource: Output<FunctionBuildConfigSourceRepoSourceArgs>? = null, storageSource: Output<FunctionBuildConfigSourceStorageSourceArgs>? = null)

Properties

Link copied to clipboard

If provided, get the source from this location in a Cloud Source Repository. Structure is documented below.

Link copied to clipboard

If provided, get the source from this location in Google Cloud Storage. Structure is documented below.

Functions

Link copied to clipboard
open override fun toJava(): FunctionBuildConfigSourceArgs