SourceResponse

data class SourceResponse(val gitSource: GitSourceResponse, val repoSource: RepoSourceResponse, val storageSource: StorageSourceResponse, val storageSourceManifest: StorageSourceManifestResponse)

Location of the source in a supported storage service.

Constructors

Link copied to clipboard
fun SourceResponse(gitSource: GitSourceResponse, repoSource: RepoSourceResponse, storageSource: StorageSourceResponse, storageSourceManifest: StorageSourceManifestResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If provided, get the source from this Git repository.

Link copied to clipboard

If provided, get the source from this location in a Cloud Source Repository.

Link copied to clipboard

If provided, get the source from this location in Google Cloud Storage.

Link copied to clipboard

If provided, get the source from this manifest in Google Cloud Storage. This feature is in Preview; see description here.