com.google.ads.googleads.v10.common.ProximityInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/common/criteria.proto
package com.google.ads.googleads.v10.common;
public interface ProximityInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.ProximityInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* Latitude and longitude.
*
*
* .google.ads.googleads.v10.common.GeoPointInfo geo_point = 1;
* @return Whether the geoPoint field is set.
*/
boolean hasGeoPoint();
/**
*
* Latitude and longitude.
*
*
* .google.ads.googleads.v10.common.GeoPointInfo geo_point = 1;
* @return The geoPoint.
*/
com.google.ads.googleads.v10.common.GeoPointInfo getGeoPoint();
/**
*
* Latitude and longitude.
*
*
* .google.ads.googleads.v10.common.GeoPointInfo geo_point = 1;
*/
com.google.ads.googleads.v10.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.v10.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.v10.enums.ProximityRadiusUnitsEnum.ProximityRadiusUnits radius_units = 3;
* @return The radiusUnits.
*/
com.google.ads.googleads.v10.enums.ProximityRadiusUnitsEnum.ProximityRadiusUnits getRadiusUnits();
/**
*
* Full address.
*
*
* .google.ads.googleads.v10.common.AddressInfo address = 4;
* @return Whether the address field is set.
*/
boolean hasAddress();
/**
*
* Full address.
*
*
* .google.ads.googleads.v10.common.AddressInfo address = 4;
* @return The address.
*/
com.google.ads.googleads.v10.common.AddressInfo getAddress();
/**
*
* Full address.
*
*
* .google.ads.googleads.v10.common.AddressInfo address = 4;
*/
com.google.ads.googleads.v10.common.AddressInfoOrBuilder getAddressOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy