SourceArgs

data class SourceArgs(val repoSource: Output<RepoSourceArgs>? = null, val storageSource: Output<StorageSourceArgs>? = null) : ConvertibleToJava<SourceArgs>

The location of the function source code.

Constructors

Link copied to clipboard
fun SourceArgs(repoSource: Output<RepoSourceArgs>? = null, storageSource: Output<StorageSourceArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val repoSource: Output<RepoSourceArgs>? = null

If provided, get the source from this location in a Cloud Source Repository.

Link copied to clipboard
val storageSource: Output<StorageSourceArgs>? = null

If provided, get the source from this location in Google Cloud Storage.