com.google.photos.library.v1.proto.LocationEnrichmentOrBuilder 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 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();
}