All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.photos.library.v1.proto.LocationOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.7.3
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy