com.google.assistant.embedded.v1alpha2.DeviceLocationOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: embedded_assistant.proto
package com.google.assistant.embedded.v1alpha2;
public interface DeviceLocationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.assistant.embedded.v1alpha2.DeviceLocation)
com.google.protobuf.MessageOrBuilder {
/**
*
* Latitude and longitude of device.
*
*
* .google.type.LatLng coordinates = 1;
* @return Whether the coordinates field is set.
*/
boolean hasCoordinates();
/**
*
* Latitude and longitude of device.
*
*
* .google.type.LatLng coordinates = 1;
* @return The coordinates.
*/
com.google.type.LatLng getCoordinates();
/**
*
* Latitude and longitude of device.
*
*
* .google.type.LatLng coordinates = 1;
*/
com.google.type.LatLngOrBuilder getCoordinatesOrBuilder();
public com.google.assistant.embedded.v1alpha2.DeviceLocation.TypeCase getTypeCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy