Package io.grafeas.v1beta1.image
Interface BasisOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Basis
,Basis.Builder
public interface BasisOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Fingerprint
getFingerprint()
Required.FingerprintOrBuilder
getFingerprintOrBuilder()
Required.String
getResourceUrl()
Required.com.google.protobuf.ByteString
getResourceUrlBytes()
Required.boolean
hasFingerprint()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourceUrl
String getResourceUrl()
Required. Immutable. The resource_url for the resource representing the basis of associated occurrence images.
string resource_url = 1;
- Returns:
- The resourceUrl.
-
getResourceUrlBytes
com.google.protobuf.ByteString getResourceUrlBytes()
Required. Immutable. The resource_url for the resource representing the basis of associated occurrence images.
string resource_url = 1;
- Returns:
- The bytes for resourceUrl.
-
hasFingerprint
boolean hasFingerprint()
Required. Immutable. The fingerprint of the base image.
.grafeas.v1beta1.image.Fingerprint fingerprint = 2;
- Returns:
- Whether the fingerprint field is set.
-
getFingerprint
Fingerprint getFingerprint()
Required. Immutable. The fingerprint of the base image.
.grafeas.v1beta1.image.Fingerprint fingerprint = 2;
- Returns:
- The fingerprint.
-
getFingerprintOrBuilder
FingerprintOrBuilder getFingerprintOrBuilder()
Required. Immutable. The fingerprint of the base image.
.grafeas.v1beta1.image.Fingerprint fingerprint = 2;
-
-