StorageSourceManifestResponse

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

Location of the source manifest in Google Cloud Storage. This feature is in Preview; see description here.

Constructors

Link copied to clipboard
fun StorageSourceManifestResponse(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 manifest (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 manifest. This object must be a JSON file.