public sealed class LayerDetails : IMessage<LayerDetails>, IEquatable<LayerDetails>, IDeepCloneable<LayerDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class LayerDetails.
Details about the layer a package was found in.
Implements
IMessage LayerDetails , IEquatable LayerDetails , IDeepCloneable LayerDetails , IBufferMessage , IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
LayerDetails()
public LayerDetails()
LayerDetails(LayerDetails)
public LayerDetails(LayerDetails other)
Properties
BaseImages
public RepeatedField<BaseImage> BaseImages { get; }
The base images the layer is found within.
ChainId
public string ChainId { get; set; }
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
Command
public string Command { get; set; }
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.
DiffId
public string DiffId { get; set; }
The diff ID (typically a sha256 hash) of the layer in the container image.
Index
public int Index { get; set; }
The index of the layer in the container image.

