Class ImageNote (2.14.0)

Stay organized with collections Save and categorize content based on your preferences.
public final class ImageNote extends GeneratedMessageV3 implements ImageNoteOrBuilder

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.

Protobuf type grafeas.v1.ImageNote

Implements

ImageNoteOrBuilder

Static Fields

FINGERPRINT_FIELD_NUMBER

public static final int FINGERPRINT_FIELD_NUMBER
Field Value
TypeDescription
int

RESOURCE_URL_FIELD_NUMBER

public static final int RESOURCE_URL_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ImageNote getDefaultInstance()
Returns
TypeDescription
ImageNote

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ImageNote.Builder newBuilder()
Returns
TypeDescription
ImageNote.Builder

newBuilder(ImageNote prototype)

public static ImageNote.Builder newBuilder(ImageNote prototype)
Parameter
NameDescription
prototypeImageNote
Returns
TypeDescription
ImageNote.Builder

parseDelimitedFrom(InputStream input)

public static ImageNote parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ImageNote
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ImageNote parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageNote
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ImageNote parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ImageNote
Exceptions
TypeDescription