Class ImageNote (2.2.3)

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
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ImageNote parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageNote
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ImageNote parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ImageNote
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ImageNote parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageNote
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ImageNote parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ImageNote
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ImageNote parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageNote
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static ImageNote parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ImageNote
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ImageNote parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageNote
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ImageNote> parser()
Returns
TypeDescription
Parser<ImageNote>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ImageNote getDefaultInstanceForType()
Returns
TypeDescription
ImageNote

getFingerprint()

public Fingerprint getFingerprint()

Required. Immutable. The fingerprint of the base image.

.grafeas.v1.Fingerprint fingerprint = 2;

Returns
TypeDescription
Fingerprint

The fingerprint.

getFingerprintOrBuilder()

public FingerprintOrBuilder getFingerprintOrBuilder()

Required. Immutable. The fingerprint of the base image.

.grafeas.v1.Fingerprint fingerprint = 2;

Returns
TypeDescription
FingerprintOrBuilder

getParserForType()

public Parser<ImageNote> getParserForType()
Returns
TypeDescription
Parser<ImageNote>
Overrides

getResourceUrl()

public String getResourceUrl()

Required. Immutable. The resource_url for the resource representing the basis of associated occurrence images.

string resource_url = 1;

Returns
TypeDescription
String

The resourceUrl.

getResourceUrlBytes()

public ByteString getResourceUrlBytes()

Required. Immutable. The resource_url for the resource representing the basis of associated occurrence images.

string resource_url = 1;

Returns
TypeDescription
ByteString

The bytes for resourceUrl.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasFingerprint()

public boolean hasFingerprint()

Required. Immutable. The fingerprint of the base image.

.grafeas.v1.Fingerprint fingerprint = 2;

Returns
TypeDescription
boolean

Whether the fingerprint field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ImageNote.Builder newBuilderForType()
Returns
TypeDescription
ImageNote.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ImageNote.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ImageNote.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ImageNote.Builder toBuilder()
Returns
TypeDescription
ImageNote.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException