com.google.photos.library.v1.proto.LocationOrBuilder 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 LocationOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.photos.library.v1.Location)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Name of the location to be displayed.
*
*
* string location_name = 1;
*/
java.lang.String getLocationName();
/**
*
*
*
* Name of the location to be displayed.
*
*
* string location_name = 1;
*/
com.google.protobuf.ByteString getLocationNameBytes();
/**
*
*
*
* Position of the location on the map.
*
*
* .google.type.LatLng latlng = 2;
*/
boolean hasLatlng();
/**
*
*
*
* Position of the location on the map.
*
*
* .google.type.LatLng latlng = 2;
*/
com.google.type.LatLng getLatlng();
/**
*
*
*
* Position of the location on the map.
*
*
* .google.type.LatLng latlng = 2;
*/
com.google.type.LatLngOrBuilder getLatlngOrBuilder();
}