ResourceResponse

data class ResourceResponse(val contentHash: HashResponse, val name: String, val uri: String)

An entity that can have metadata. For example, a Docker image.

Constructors

Link copied to clipboard
constructor(contentHash: HashResponse, name: String, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Deprecated, do not use. Use uri instead. The hash of the resource content. For example, the Docker digest.

Link copied to clipboard

Deprecated, do not use. Use uri instead. The name of the resource. For example, the name of a Docker image - "Debian".

Link copied to clipboard
val uri: String

The unique URI of the resource. For example, https://gcr.io/project/image@sha256:foo for a Docker image.