Interface protos.google.devtools.artifactregistry.v1.IDockerImage (4.7.0)

Properties of a DockerImage.

Package

@google-cloud/artifact-registry

Properties

artifactType

artifactType?: (string|null);

DockerImage artifactType

buildTime

buildTime?: (google.protobuf.ITimestamp|null);

DockerImage buildTime

imageManifests

imageManifests?: (google.devtools.artifactregistry.v1.IImageManifest[]|null);

DockerImage imageManifests

imageSizeBytes

imageSizeBytes?: (number|Long|string|null);

DockerImage imageSizeBytes

mediaType

mediaType?: (string|null);

DockerImage mediaType

name

name?: (string|null);

DockerImage name

tags

tags?: (string[]|null);

DockerImage tags

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

DockerImage updateTime

uploadTime

uploadTime?: (google.protobuf.ITimestamp|null);

DockerImage uploadTime

uri

uri?: (string|null);

DockerImage uri