![JAR search and dependency download from the Maven repository](/logo.png)
com.google.photos.library.v1.proto.MapEnrichmentOrBuilder 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 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 - 2025 Weber Informatics LLC | Privacy Policy