Interface LocationEnrichmentOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LocationEnrichment,LocationEnrichment.Builder
public interface LocationEnrichmentOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocationgetLocation()Location for this enrichment item.LocationOrBuildergetLocationOrBuilder()Location for this enrichment item.booleanhasLocation()Location for this enrichment item.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLocation
boolean hasLocation()
Location for this enrichment item.
.google.photos.library.v1.Location location = 1;
-
getLocation
Location getLocation()
Location for this enrichment item.
.google.photos.library.v1.Location location = 1;
-
getLocationOrBuilder
LocationOrBuilder getLocationOrBuilder()
Location for this enrichment item.
.google.photos.library.v1.Location location = 1;
-
-