FunctionBuildConfigSourceStorageSourceArgs

data class FunctionBuildConfigSourceStorageSourceArgs(val bucket: Output<String>? = null, val generation: Output<Int>? = null, val object: Output<String>? = null) : ConvertibleToJava<FunctionBuildConfigSourceStorageSourceArgs>

Constructors

constructor(bucket: Output<String>? = null, generation: Output<Int>? = null, object: Output<String>? = null)

Properties

Link copied to clipboard
val bucket: Output<String>? = null

Google Cloud Storage bucket containing the source

Link copied to clipboard
val generation: Output<Int>? = null

Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.

Link copied to clipboard
val object: Output<String>? = null

Google Cloud Storage object containing the source.

Functions

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