com.google.photos.library.v1.proto.MapEnrichmentOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-photos-library-client Show documentation
Show all versions of google-photos-library-client Show documentation
Google Photos Library API Client Library for Java
// 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;
*
* @return Whether the origin field is set.
*/
boolean hasOrigin();
/**
*
*
*
* Origin location for this enrichment item.
*
*
* .google.photos.library.v1.Location origin = 1;
*
* @return The origin.
*/
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;
*
* @return Whether the destination field is set.
*/
boolean hasDestination();
/**
*
*
*
* Destination location for this enrichemt item.
*
*
* .google.photos.library.v1.Location destination = 2;
*
* @return The destination.
*/
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();
}