All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.photos.library.v1.proto.MapEnrichmentOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.7.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/photos/library/v1/photos_library.proto

package com.google.photos.library.v1.proto;

public interface MapEnrichmentOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.photos.library.v1.MapEnrichment)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Origin location for this enrichment item.
   * 
* * .google.photos.library.v1.Location origin = 1; */ boolean hasOrigin(); /** * * *
   * Origin location for this enrichment item.
   * 
* * .google.photos.library.v1.Location origin = 1; */ com.google.photos.library.v1.proto.Location getOrigin(); /** * * *
   * Origin location for this enrichment item.
   * 
* * .google.photos.library.v1.Location origin = 1; */ com.google.photos.library.v1.proto.LocationOrBuilder getOriginOrBuilder(); /** * * *
   * Destination location for this enrichemt item.
   * 
* * .google.photos.library.v1.Location destination = 2; */ boolean hasDestination(); /** * * *
   * Destination location for this enrichemt item.
   * 
* * .google.photos.library.v1.Location destination = 2; */ com.google.photos.library.v1.proto.Location getDestination(); /** * * *
   * Destination location for this enrichemt item.
   * 
* * .google.photos.library.v1.Location destination = 2; */ com.google.photos.library.v1.proto.LocationOrBuilder getDestinationOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy