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

com.google.photos.library.v1.proto.LocationEnrichmentOrBuilder 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 LocationEnrichmentOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.photos.library.v1.LocationEnrichment)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Location for this enrichment item.
   * 
* * .google.photos.library.v1.Location location = 1; * * @return Whether the location field is set. */ boolean hasLocation(); /** * * *
   * Location for this enrichment item.
   * 
* * .google.photos.library.v1.Location location = 1; * * @return The location. */ com.google.photos.library.v1.proto.Location getLocation(); /** * * *
   * Location for this enrichment item.
   * 
* * .google.photos.library.v1.Location location = 1; */ com.google.photos.library.v1.proto.LocationOrBuilder getLocationOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy