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
      Location getDestination()
      Destination location for this enrichemt item.
      LocationOrBuilder getDestinationOrBuilder()
      Destination location for this enrichemt item.
      Location getOrigin()
      Origin location for this enrichment item.
      LocationOrBuilder getOriginOrBuilder()
      Origin location for this enrichment item.
      boolean hasDestination()
      Destination location for this enrichemt item.
      boolean hasOrigin()
      Origin 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

      • hasOrigin

        boolean hasOrigin()
         Origin location for this enrichment item.
         
        .google.photos.library.v1.Location origin = 1;
        Returns:
        Whether the origin field is set.
      • getOrigin

        Location getOrigin()
         Origin location for this enrichment item.
         
        .google.photos.library.v1.Location origin = 1;
        Returns:
        The origin.
      • 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;
        Returns:
        Whether the destination field is set.
      • getDestination

        Location getDestination()
         Destination location for this enrichemt item.
         
        .google.photos.library.v1.Location destination = 2;
        Returns:
        The destination.
      • getDestinationOrBuilder

        LocationOrBuilder getDestinationOrBuilder()
         Destination location for this enrichemt item.
         
        .google.photos.library.v1.Location destination = 2;