Interface GeoTargetConstantSuggestionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GeoTargetConstantSuggestion,GeoTargetConstantSuggestion.Builder
public interface GeoTargetConstantSuggestionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeoTargetConstantgetGeoTargetConstant()The GeoTargetConstant result.GeoTargetConstantOrBuildergetGeoTargetConstantOrBuilder()The GeoTargetConstant result.GeoTargetConstantgetGeoTargetConstantParents(int index)The list of parents of the geo target constant.intgetGeoTargetConstantParentsCount()The list of parents of the geo target constant.java.util.List<GeoTargetConstant>getGeoTargetConstantParentsList()The list of parents of the geo target constant.GeoTargetConstantOrBuildergetGeoTargetConstantParentsOrBuilder(int index)The list of parents of the geo target constant.java.util.List<? extends GeoTargetConstantOrBuilder>getGeoTargetConstantParentsOrBuilderList()The list of parents of the geo target constant.java.lang.StringgetLocale()The language this GeoTargetConstantSuggestion is currently translated to.com.google.protobuf.ByteStringgetLocaleBytes()The language this GeoTargetConstantSuggestion is currently translated to.longgetReach()Approximate user population that will be targeted, rounded to the nearest 100.java.lang.StringgetSearchTerm()If the request searched by location name, this is the location name that matched the geo target.com.google.protobuf.ByteStringgetSearchTermBytes()If the request searched by location name, this is the location name that matched the geo target.booleanhasGeoTargetConstant()The GeoTargetConstant result.booleanhasLocale()The language this GeoTargetConstantSuggestion is currently translated to.booleanhasReach()Approximate user population that will be targeted, rounded to the nearest 100.booleanhasSearchTerm()If the request searched by location name, this is the location name that matched the geo target.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLocale
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;- Returns:
- Whether the locale field is set.
-
getLocale
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;- Returns:
- The locale.
-
getLocaleBytes
com.google.protobuf.ByteString getLocaleBytes()
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;- Returns:
- The bytes for locale.
-
hasReach
boolean hasReach()
Approximate user population that will be targeted, rounded to the nearest 100.
optional int64 reach = 7;- Returns:
- Whether the reach field is set.
-
getReach
long getReach()
Approximate user population that will be targeted, rounded to the nearest 100.
optional int64 reach = 7;- Returns:
- The reach.
-
hasSearchTerm
boolean hasSearchTerm()
If the request searched by location name, this is the location name that matched the geo target.
optional string search_term = 8;- Returns:
- Whether the searchTerm field is set.
-
getSearchTerm
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;- Returns:
- The searchTerm.
-
getSearchTermBytes
com.google.protobuf.ByteString getSearchTermBytes()
If the request searched by location name, this is the location name that matched the geo target.
optional string search_term = 8;- Returns:
- The bytes for searchTerm.
-
hasGeoTargetConstant
boolean hasGeoTargetConstant()
The GeoTargetConstant result.
.google.ads.googleads.v10.resources.GeoTargetConstant geo_target_constant = 4;- Returns:
- Whether the geoTargetConstant field is set.
-
getGeoTargetConstant
GeoTargetConstant getGeoTargetConstant()
The GeoTargetConstant result.
.google.ads.googleads.v10.resources.GeoTargetConstant geo_target_constant = 4;- Returns:
- The geoTargetConstant.
-
getGeoTargetConstantOrBuilder
GeoTargetConstantOrBuilder getGeoTargetConstantOrBuilder()
The GeoTargetConstant result.
.google.ads.googleads.v10.resources.GeoTargetConstant geo_target_constant = 4;
-
getGeoTargetConstantParentsList
java.util.List<GeoTargetConstant> getGeoTargetConstantParentsList()
The list of parents of the geo target constant.
repeated .google.ads.googleads.v10.resources.GeoTargetConstant geo_target_constant_parents = 5;
-
getGeoTargetConstantParents
GeoTargetConstant getGeoTargetConstantParents(int index)
The list of parents of the geo target constant.
repeated .google.ads.googleads.v10.resources.GeoTargetConstant geo_target_constant_parents = 5;
-
getGeoTargetConstantParentsCount
int getGeoTargetConstantParentsCount()
The list of parents of the geo target constant.
repeated .google.ads.googleads.v10.resources.GeoTargetConstant geo_target_constant_parents = 5;
-
getGeoTargetConstantParentsOrBuilderList
java.util.List<? extends GeoTargetConstantOrBuilder> getGeoTargetConstantParentsOrBuilderList()
The list of parents of the geo target constant.
repeated .google.ads.googleads.v10.resources.GeoTargetConstant geo_target_constant_parents = 5;
-
getGeoTargetConstantParentsOrBuilder
GeoTargetConstantOrBuilder getGeoTargetConstantParentsOrBuilder(int index)
The list of parents of the geo target constant.
repeated .google.ads.googleads.v10.resources.GeoTargetConstant geo_target_constant_parents = 5;
-
-