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
Modifier and TypeMethodDescriptionThe GeoTargetConstant result.The GeoTargetConstant result.getGeoTargetConstantParents(int index) The list of parents of the geo target constant.intThe list of parents of the geo target constant.The list of parents of the geo target constant.getGeoTargetConstantParentsOrBuilder(int index) The list of parents of the geo target constant.List<? extends GeoTargetConstantOrBuilder>The list of parents of the geo target constant.The language this GeoTargetConstantSuggestion is currently translated to.com.google.protobuf.ByteStringThe language this GeoTargetConstantSuggestion is currently translated to.longgetReach()Approximate user population that will be targeted, rounded to the nearest 100.If the request searched by location name, this is the location name that matched the geo target.com.google.protobuf.ByteStringIf the request searched by location name, this is the location name that matched the geo target.booleanThe GeoTargetConstant result.booleanThe language this GeoTargetConstantSuggestion is currently translated to.booleanhasReach()Approximate user population that will be targeted, rounded to the nearest 100.booleanIf the request searched by location name, this is the location name that matched the geo target.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
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.v18.resources.GeoTargetConstant geo_target_constant = 4;- Returns:
- Whether the geoTargetConstant field is set.
-
getGeoTargetConstant
GeoTargetConstant getGeoTargetConstant()The GeoTargetConstant result.
.google.ads.googleads.v18.resources.GeoTargetConstant geo_target_constant = 4;- Returns:
- The geoTargetConstant.
-
getGeoTargetConstantOrBuilder
GeoTargetConstantOrBuilder getGeoTargetConstantOrBuilder()The GeoTargetConstant result.
.google.ads.googleads.v18.resources.GeoTargetConstant geo_target_constant = 4; -
getGeoTargetConstantParentsList
List<GeoTargetConstant> getGeoTargetConstantParentsList()The list of parents of the geo target constant.
repeated .google.ads.googleads.v18.resources.GeoTargetConstant geo_target_constant_parents = 5; -
getGeoTargetConstantParents
The list of parents of the geo target constant.
repeated .google.ads.googleads.v18.resources.GeoTargetConstant geo_target_constant_parents = 5; -
getGeoTargetConstantParentsCount
int getGeoTargetConstantParentsCount()The list of parents of the geo target constant.
repeated .google.ads.googleads.v18.resources.GeoTargetConstant geo_target_constant_parents = 5; -
getGeoTargetConstantParentsOrBuilderList
List<? extends GeoTargetConstantOrBuilder> getGeoTargetConstantParentsOrBuilderList()The list of parents of the geo target constant.
repeated .google.ads.googleads.v18.resources.GeoTargetConstant geo_target_constant_parents = 5; -
getGeoTargetConstantParentsOrBuilder
The list of parents of the geo target constant.
repeated .google.ads.googleads.v18.resources.GeoTargetConstant geo_target_constant_parents = 5;
-