StorageSourceResponse

data class StorageSourceResponse(val bucket: String, val generation: String, val object: String)

Location of the source in an archive file in Google Cloud Storage.

Constructors

Link copied to clipboard
fun StorageSourceResponse(bucket: String, generation: String, object: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Google Cloud Storage bucket containing the source (see Bucket Name Requirements).

Link copied to clipboard

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.