Show / Hide Table of Contents

Class Fingerprint

A set of properties that uniquely identify a given Docker image.

Inheritance
object
Fingerprint
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.v1beta1.Data
Assembly: Google.Apis.ContainerAnalysis.v1beta1.dll
Syntax
public class Fingerprint : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

V1Name

Required. The layer ID of the final layer in the Docker image's v1 representation.

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

V2Blob

Required. The ordered list of v2 blobs that represent a given image.

Declaration
[JsonProperty("v2Blob")]
public virtual IList<string> V2Blob { get; set; }
Property Value
Type Description
IList<string>

V2Name

Output only. The name of the image's v2 blobs computed via: [bottom] := v2_blobbottom := sha256(v2_blob[N] + " " + v2_name[N+1]) Only the name of the final blob is kept.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX