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 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

      GeoTargetConstant getGeoTargetConstantParents(int index)
       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

      GeoTargetConstantOrBuilder getGeoTargetConstantParentsOrBuilder(int index)
       The list of parents of the geo target constant.
       
      repeated .google.ads.googleads.v18.resources.GeoTargetConstant geo_target_constant_parents = 5;