GetDockerImageResult

data class GetDockerImageResult(val buildTime: String, val id: String, val imageName: String, val imageSizeBytes: String, val location: String, val mediaType: String, val name: String, val project: String? = null, val repositoryId: String, val selfLink: String, val tags: List<String>, val updateTime: String, val uploadTime: String)

A collection of values returned by getDockerImage.

Constructors

Link copied to clipboard
constructor(buildTime: String, id: String, imageName: String, imageSizeBytes: String, location: String, mediaType: String, name: String, project: String? = null, repositoryId: String, selfLink: String, tags: List<String>, updateTime: String, uploadTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time, as a RFC 3339 string, this image was built.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

Calculated size of the image in bytes.

Link copied to clipboard
Link copied to clipboard

Media type of this image, e.g. application/vnd.docker.distribution.manifest.v2+json.

Link copied to clipboard

The fully qualified name of the fetched image. This name has the form: projects/{{project}}/locations/{{location}}/repository/{{repository_id}}/dockerImages/{{docker_image}}. For example,

Link copied to clipboard
val project: String? = null
Link copied to clipboard
Link copied to clipboard

The URI to access the image. For example,

Link copied to clipboard

A list of all tags associated with the image.

Link copied to clipboard

The time, as a RFC 3339 string, this image was updated.

Link copied to clipboard

The time, as a RFC 3339 string, the image was uploaded. For example, 2014-10-02T15:01:23.045123456Z.