com.google.ads.googleads.v17.common.ClickLocationOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/common/click_location.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface ClickLocationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.ClickLocation)
com.google.protobuf.MessageOrBuilder {
/**
*
* The city location criterion associated with the impression.
*
*
* optional string city = 6;
* @return Whether the city field is set.
*/
boolean hasCity();
/**
*
* The city location criterion associated with the impression.
*
*
* optional string city = 6;
* @return The city.
*/
java.lang.String getCity();
/**
*
* The city location criterion associated with the impression.
*
*
* optional string city = 6;
* @return The bytes for city.
*/
com.google.protobuf.ByteString
getCityBytes();
/**
*
* The country location criterion associated with the impression.
*
*
* optional string country = 7;
* @return Whether the country field is set.
*/
boolean hasCountry();
/**
*
* The country location criterion associated with the impression.
*
*
* optional string country = 7;
* @return The country.
*/
java.lang.String getCountry();
/**
*
* The country location criterion associated with the impression.
*
*
* optional string country = 7;
* @return The bytes for country.
*/
com.google.protobuf.ByteString
getCountryBytes();
/**
*
* The metro location criterion associated with the impression.
*
*
* optional string metro = 8;
* @return Whether the metro field is set.
*/
boolean hasMetro();
/**
*
* The metro location criterion associated with the impression.
*
*
* optional string metro = 8;
* @return The metro.
*/
java.lang.String getMetro();
/**
*
* The metro location criterion associated with the impression.
*
*
* optional string metro = 8;
* @return The bytes for metro.
*/
com.google.protobuf.ByteString
getMetroBytes();
/**
*
* The most specific location criterion associated with the impression.
*
*
* optional string most_specific = 9;
* @return Whether the mostSpecific field is set.
*/
boolean hasMostSpecific();
/**
*
* The most specific location criterion associated with the impression.
*
*
* optional string most_specific = 9;
* @return The mostSpecific.
*/
java.lang.String getMostSpecific();
/**
*
* The most specific location criterion associated with the impression.
*
*
* optional string most_specific = 9;
* @return The bytes for mostSpecific.
*/
com.google.protobuf.ByteString
getMostSpecificBytes();
/**
*
* The region location criterion associated with the impression.
*
*
* optional string region = 10;
* @return Whether the region field is set.
*/
boolean hasRegion();
/**
*
* The region location criterion associated with the impression.
*
*
* optional string region = 10;
* @return The region.
*/
java.lang.String getRegion();
/**
*
* The region location criterion associated with the impression.
*
*
* optional string region = 10;
* @return The bytes for region.
*/
com.google.protobuf.ByteString
getRegionBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy