public interface ImageNoteOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFingerprint()
public abstract Fingerprint getFingerprint()Required. Immutable. The fingerprint of the base image.
.grafeas.v1.Fingerprint fingerprint = 2;
| Returns | |
|---|---|
| Type | Description |
Fingerprint |
The fingerprint. |
getFingerprintOrBuilder()
public abstract FingerprintOrBuilder getFingerprintOrBuilder()Required. Immutable. The fingerprint of the base image.
.grafeas.v1.Fingerprint fingerprint = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for resourceUrl. |
hasFingerprint()
public abstract boolean hasFingerprint()Required. Immutable. The fingerprint of the base image.
.grafeas.v1.Fingerprint fingerprint = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the fingerprint field is set. |