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
      Location getLocation()
      Location for this enrichment item.
      LocationOrBuilder getLocationOrBuilder()
      Location for this enrichment item.
      boolean hasLocation()
      Location for this enrichment item.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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;
        Returns:
        Whether the location field is set.
      • getLocation

        Location getLocation()
         Location for this enrichment item.
         
        .google.photos.library.v1.Location location = 1;
        Returns:
        The location.
      • getLocationOrBuilder

        LocationOrBuilder getLocationOrBuilder()
         Location for this enrichment item.
         
        .google.photos.library.v1.Location location = 1;