public sealed class ImageNote : IMessage<ImageNote>, IEquatable<ImageNote>, IDeepCloneable<ImageNote>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class ImageNote.
Basis describes the base image portion (Note) of the DockerImage relationship. Linked occurrences are derived from this or an equivalent image via: FROM <Basis.resource_url> Or an equivalent reference, e.g., a tag of the resource_url.
Implements
IMessageImageNote, IEquatableImageNote, IDeepCloneableImageNote, IBufferMessage, IMessageNamespace
GrafeasV1Assembly
Grafeas.V1.dll
Constructors
ImageNote()
public ImageNote()
ImageNote(ImageNote)
public ImageNote(ImageNote other)
Parameter | |
---|---|
Name | Description |
other | ImageNote |
Properties
Fingerprint
public Fingerprint Fingerprint { get; set; }
Required. Immutable. The fingerprint of the base image.
Property Value | |
---|---|
Type | Description |
Fingerprint |
ResourceUrl
public string ResourceUrl { get; set; }
Required. Immutable. The resource_url for the resource representing the basis of associated occurrence images.
Property Value | |
---|---|
Type | Description |
string |