Interface MapEnrichmentOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MapEnrichment,MapEnrichment.Builder
public interface MapEnrichmentOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocationgetDestination()Destination location for this enrichemt item.LocationOrBuildergetDestinationOrBuilder()Destination location for this enrichemt item.LocationgetOrigin()Origin location for this enrichment item.LocationOrBuildergetOriginOrBuilder()Origin location for this enrichment item.booleanhasDestination()Destination location for this enrichemt item.booleanhasOrigin()Origin 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
-
hasOrigin
boolean hasOrigin()
Origin location for this enrichment item.
.google.photos.library.v1.Location origin = 1;
-
getOrigin
Location getOrigin()
Origin location for this enrichment item.
.google.photos.library.v1.Location origin = 1;
-
getOriginOrBuilder
LocationOrBuilder getOriginOrBuilder()
Origin location for this enrichment item.
.google.photos.library.v1.Location origin = 1;
-
hasDestination
boolean hasDestination()
Destination location for this enrichemt item.
.google.photos.library.v1.Location destination = 2;
-
getDestination
Location getDestination()
Destination location for this enrichemt item.
.google.photos.library.v1.Location destination = 2;
-
getDestinationOrBuilder
LocationOrBuilder getDestinationOrBuilder()
Destination location for this enrichemt item.
.google.photos.library.v1.Location destination = 2;
-
-