TriggerBuildSourceStorageSource

data class TriggerBuildSourceStorageSource(val bucket: String, val generation: String? = null, val object: String)

Constructors

Link copied to clipboard
constructor(bucket: String, generation: String? = null, object: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Google Cloud Storage bucket containing the source.

Link copied to clipboard
val generation: String? = null

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

Link copied to clipboard

Google Cloud Storage object containing the source. This object must be a gzipped archive file (.tar.gz) containing source to build.