TransferJobReplicationSpecGcsDataSource

data class TransferJobReplicationSpecGcsDataSource(val bucketName: String, val path: String? = null)

Constructors

Link copied to clipboard
constructor(bucketName: String, path: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Google Cloud Storage bucket name.

Link copied to clipboard
val path: String? = null

Root path to transfer objects. Must be an empty string or full path name that ends with a '/'. This field is treated as an object prefix. As such, it should generally not begin with a '/'.