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

com.google.ads.googleads.v17.common.ProximityInfoOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/common/criteria.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;

public interface ProximityInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.ProximityInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Latitude and longitude.
   * 
* * .google.ads.googleads.v17.common.GeoPointInfo geo_point = 1; * @return Whether the geoPoint field is set. */ boolean hasGeoPoint(); /** *
   * Latitude and longitude.
   * 
* * .google.ads.googleads.v17.common.GeoPointInfo geo_point = 1; * @return The geoPoint. */ com.google.ads.googleads.v17.common.GeoPointInfo getGeoPoint(); /** *
   * Latitude and longitude.
   * 
* * .google.ads.googleads.v17.common.GeoPointInfo geo_point = 1; */ com.google.ads.googleads.v17.common.GeoPointInfoOrBuilder getGeoPointOrBuilder(); /** *
   * The radius of the proximity.
   * 
* * optional double radius = 5; * @return Whether the radius field is set. */ boolean hasRadius(); /** *
   * The radius of the proximity.
   * 
* * optional double radius = 5; * @return The radius. */ double getRadius(); /** *
   * The unit of measurement of the radius. Default is KILOMETERS.
   * 
* * .google.ads.googleads.v17.enums.ProximityRadiusUnitsEnum.ProximityRadiusUnits radius_units = 3; * @return The enum numeric value on the wire for radiusUnits. */ int getRadiusUnitsValue(); /** *
   * The unit of measurement of the radius. Default is KILOMETERS.
   * 
* * .google.ads.googleads.v17.enums.ProximityRadiusUnitsEnum.ProximityRadiusUnits radius_units = 3; * @return The radiusUnits. */ com.google.ads.googleads.v17.enums.ProximityRadiusUnitsEnum.ProximityRadiusUnits getRadiusUnits(); /** *
   * Full address.
   * 
* * .google.ads.googleads.v17.common.AddressInfo address = 4; * @return Whether the address field is set. */ boolean hasAddress(); /** *
   * Full address.
   * 
* * .google.ads.googleads.v17.common.AddressInfo address = 4; * @return The address. */ com.google.ads.googleads.v17.common.AddressInfo getAddress(); /** *
   * Full address.
   * 
* * .google.ads.googleads.v17.common.AddressInfo address = 4; */ com.google.ads.googleads.v17.common.AddressInfoOrBuilder getAddressOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy