FunctionBuildConfigSourceArgs

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

Constructors

Link copied to clipboard

Functions

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

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.