![JAR search and dependency download from the Maven repository](/logo.png)
com.google.photos.library.v1.proto.LocationEnrichmentOrBuilder Maven / Gradle / Ivy
// 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;
*/
boolean hasLocation();
/**
*
*
*
* Location for this enrichment item.
*
*
* .google.photos.library.v1.Location location = 1;
*/
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 - 2025 Weber Informatics LLC | Privacy Policy