com.google.ads.googleads.v17.services.GeoTargetConstantSuggestionOrBuilder 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/services/geo_target_constant_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface GeoTargetConstantSuggestionOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.GeoTargetConstantSuggestion)
com.google.protobuf.MessageOrBuilder {
/**
*
* The language this GeoTargetConstantSuggestion is currently translated to.
* It affects the name of geo target fields. For example, if locale=en, then
* name=Spain. If locale=es, then name=España. The default locale will be
* returned if no translation exists for the locale in the request.
*
*
* optional string locale = 6;
* @return Whether the locale field is set.
*/
boolean hasLocale();
/**
*
* The language this GeoTargetConstantSuggestion is currently translated to.
* It affects the name of geo target fields. For example, if locale=en, then
* name=Spain. If locale=es, then name=España. The default locale will be
* returned if no translation exists for the locale in the request.
*
*
* optional string locale = 6;
* @return The locale.
*/
java.lang.String getLocale();
/**
*
* The language this GeoTargetConstantSuggestion is currently translated to.
* It affects the name of geo target fields. For example, if locale=en, then
* name=Spain. If locale=es, then name=España. The default locale will be
* returned if no translation exists for the locale in the request.
*
*
* optional string locale = 6;
* @return The bytes for locale.
*/
com.google.protobuf.ByteString
getLocaleBytes();
/**
*
* Approximate user population that will be targeted, rounded to the
* nearest 100.
*
*
* optional int64 reach = 7;
* @return Whether the reach field is set.
*/
boolean hasReach();
/**
*
* Approximate user population that will be targeted, rounded to the
* nearest 100.
*
*
* optional int64 reach = 7;
* @return The reach.
*/
long getReach();
/**
*
* If the request searched by location name, this is the location name that
* matched the geo target.
*
*
* optional string search_term = 8;
* @return Whether the searchTerm field is set.
*/
boolean hasSearchTerm();
/**
*
* If the request searched by location name, this is the location name that
* matched the geo target.
*
*
* optional string search_term = 8;
* @return The searchTerm.
*/
java.lang.String getSearchTerm();
/**
*
* If the request searched by location name, this is the location name that
* matched the geo target.
*
*
* optional string search_term = 8;
* @return The bytes for searchTerm.
*/
com.google.protobuf.ByteString
getSearchTermBytes();
/**
*
* The GeoTargetConstant result.
*
*
* .google.ads.googleads.v17.resources.GeoTargetConstant geo_target_constant = 4;
* @return Whether the geoTargetConstant field is set.
*/
boolean hasGeoTargetConstant();
/**
*
* The GeoTargetConstant result.
*
*
* .google.ads.googleads.v17.resources.GeoTargetConstant geo_target_constant = 4;
* @return The geoTargetConstant.
*/
com.google.ads.googleads.v17.resources.GeoTargetConstant getGeoTargetConstant();
/**
*
* The GeoTargetConstant result.
*
*
* .google.ads.googleads.v17.resources.GeoTargetConstant geo_target_constant = 4;
*/
com.google.ads.googleads.v17.resources.GeoTargetConstantOrBuilder getGeoTargetConstantOrBuilder();
/**
*
* The list of parents of the geo target constant.
*
*
* repeated .google.ads.googleads.v17.resources.GeoTargetConstant geo_target_constant_parents = 5;
*/
java.util.List
getGeoTargetConstantParentsList();
/**
*
* The list of parents of the geo target constant.
*
*
* repeated .google.ads.googleads.v17.resources.GeoTargetConstant geo_target_constant_parents = 5;
*/
com.google.ads.googleads.v17.resources.GeoTargetConstant getGeoTargetConstantParents(int index);
/**
*
* The list of parents of the geo target constant.
*
*
* repeated .google.ads.googleads.v17.resources.GeoTargetConstant geo_target_constant_parents = 5;
*/
int getGeoTargetConstantParentsCount();
/**
*
* The list of parents of the geo target constant.
*
*
* repeated .google.ads.googleads.v17.resources.GeoTargetConstant geo_target_constant_parents = 5;
*/
java.util.List extends com.google.ads.googleads.v17.resources.GeoTargetConstantOrBuilder>
getGeoTargetConstantParentsOrBuilderList();
/**
*
* The list of parents of the geo target constant.
*
*
* repeated .google.ads.googleads.v17.resources.GeoTargetConstant geo_target_constant_parents = 5;
*/
com.google.ads.googleads.v17.resources.GeoTargetConstantOrBuilder getGeoTargetConstantParentsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy