Interface ImageNoteOrBuilder (2.37.0)

public interface ImageNoteOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFingerprint()

public abstract Fingerprint getFingerprint()

Required. Immutable. The fingerprint of the base image.

.grafeas.v1.Fingerprint fingerprint = 2;

Returns
TypeDescription
Fingerprint

The fingerprint.

getFingerprintOrBuilder()

public abstract FingerprintOrBuilder getFingerprintOrBuilder()

Required. Immutable. The fingerprint of the base image.

.grafeas.v1.Fingerprint fingerprint = 2;

Returns
TypeDescription
FingerprintOrBuilder

getResourceUrl()

public abstract 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 abstract 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.

hasFingerprint()

public abstract boolean hasFingerprint()

Required. Immutable. The fingerprint of the base image.

.grafeas.v1.Fingerprint fingerprint = 2;

Returns
TypeDescription
boolean

Whether the fingerprint field is set.