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