Interface SuggestGeoTargetConstantsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SuggestGeoTargetConstantsRequest, SuggestGeoTargetConstantsRequest.Builder

public interface SuggestGeoTargetConstantsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasLocale

      boolean hasLocale()
       If possible, returned geo targets are translated using this locale. If not,
       en is used by default. This is also used as a hint for returned geo
       targets.
       
      optional string locale = 6;
      Returns:
      Whether the locale field is set.
    • getLocale

      String getLocale()
       If possible, returned geo targets are translated using this locale. If not,
       en is used by default. This is also used as a hint for returned geo
       targets.
       
      optional string locale = 6;
      Returns:
      The locale.
    • getLocaleBytes

      com.google.protobuf.ByteString getLocaleBytes()
       If possible, returned geo targets are translated using this locale. If not,
       en is used by default. This is also used as a hint for returned geo
       targets.
       
      optional string locale = 6;
      Returns:
      The bytes for locale.
    • hasCountryCode

      boolean hasCountryCode()
       Returned geo targets are restricted to this country code.
       
      optional string country_code = 7;
      Returns:
      Whether the countryCode field is set.
    • getCountryCode

      String getCountryCode()
       Returned geo targets are restricted to this country code.
       
      optional string country_code = 7;
      Returns:
      The countryCode.
    • getCountryCodeBytes

      com.google.protobuf.ByteString getCountryCodeBytes()
       Returned geo targets are restricted to this country code.
       
      optional string country_code = 7;
      Returns:
      The bytes for countryCode.
    • hasLocationNames

      boolean hasLocationNames()
       The location names to search by. At most 25 names can be set.
       
      .google.ads.googleads.v18.services.SuggestGeoTargetConstantsRequest.LocationNames location_names = 1;
      Returns:
      Whether the locationNames field is set.
    • getLocationNames

       The location names to search by. At most 25 names can be set.
       
      .google.ads.googleads.v18.services.SuggestGeoTargetConstantsRequest.LocationNames location_names = 1;
      Returns:
      The locationNames.
    • getLocationNamesOrBuilder

       The location names to search by. At most 25 names can be set.
       
      .google.ads.googleads.v18.services.SuggestGeoTargetConstantsRequest.LocationNames location_names = 1;
    • hasGeoTargets

      boolean hasGeoTargets()
       The geo target constant resource names to filter by.
       
      .google.ads.googleads.v18.services.SuggestGeoTargetConstantsRequest.GeoTargets geo_targets = 2;
      Returns:
      Whether the geoTargets field is set.
    • getGeoTargets

       The geo target constant resource names to filter by.
       
      .google.ads.googleads.v18.services.SuggestGeoTargetConstantsRequest.GeoTargets geo_targets = 2;
      Returns:
      The geoTargets.
    • getGeoTargetsOrBuilder

       The geo target constant resource names to filter by.
       
      .google.ads.googleads.v18.services.SuggestGeoTargetConstantsRequest.GeoTargets geo_targets = 2;
    • getQueryCase