Show / Hide Table of Contents

Class LayerDetails

Details about the layer a package was found in.

Inheritance
object
LayerDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1.Data
Assembly: Google.Apis.ContainerAnalysis.v1.dll
Syntax
public class LayerDetails : IDirectResponseSchema

Properties

BaseImages

The base images the layer is found within.

Declaration
[JsonProperty("baseImages")]
public virtual IList<BaseImage> BaseImages { get; set; }
Property Value
Type Description
IList<BaseImage>

ChainId

The layer chain ID (sha256 hash) of the layer in the container image. https://github.com/opencontainers/image-spec/blob/main/config.md#layer-chainid

Declaration
[JsonProperty("chainId")]
public virtual string ChainId { get; set; }
Property Value
Type Description
string

Command

The layer build command that was used to build the layer. This may not be found in all layers depending on how the container image is built.

Declaration
[JsonProperty("command")]
public virtual string Command { get; set; }
Property Value
Type Description
string

DiffId

The diff ID (typically a sha256 hash) of the layer in the container image.

Declaration
[JsonProperty("diffId")]
public virtual string DiffId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Index

The index of the layer in the container image.

Declaration
[JsonProperty("index")]
public virtual int? Index { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX