SoftwareRecipeArtifactGcsResponse

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

Specifies an artifact available as a Google Cloud Storage object.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Bucket of the Google Cloud Storage object. Given an example URL: https://storage.googleapis.com/my-bucket/foo/bar#1234567 this value would be my-bucket.

Link copied to clipboard

Must be provided if allow_insecure is false. Generation number of the Google Cloud Storage object. https://storage.googleapis.com/my-bucket/foo/bar#1234567 this value would be 1234567.

Link copied to clipboard

Name of the Google Cloud Storage object. As specified here (https://cloud.google.com/storage/docs/naming#objectnames) Given an example URL: https://storage.googleapis.com/my-bucket/foo/bar#1234567 this value would be foo/bar.