public interface ImageNoteOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Fingerprint |
getFingerprint()
Required.
|
FingerprintOrBuilder |
getFingerprintOrBuilder()
Required.
|
String |
getResourceUrl()
Required.
|
ByteString |
getResourceUrlBytes()
Required.
|
boolean |
hasFingerprint()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getResourceUrl()
Required. Immutable. The resource_url for the resource representing the basis of associated occurrence images.
string resource_url = 1;
ByteString getResourceUrlBytes()
Required. Immutable. The resource_url for the resource representing the basis of associated occurrence images.
string resource_url = 1;
boolean hasFingerprint()
Required. Immutable. The fingerprint of the base image.
.grafeas.v1.Fingerprint fingerprint = 2;
Fingerprint getFingerprint()
Required. Immutable. The fingerprint of the base image.
.grafeas.v1.Fingerprint fingerprint = 2;
FingerprintOrBuilder getFingerprintOrBuilder()
Required. Immutable. The fingerprint of the base image.
.grafeas.v1.Fingerprint fingerprint = 2;
Copyright © 2019 Google LLC. All rights reserved.